Merge commit '9e3524019a74c1c789459d22e1da3d7efcff94d5'

This commit is contained in:
Isaac
2024-01-10 00:45:03 +04:00
6 changed files with 71 additions and 4 deletions

View File

@@ -203,6 +203,7 @@ public struct CachedUserFlags: OptionSet {
public static let translationHidden = CachedUserFlags(rawValue: 1 << 0)
public static let isBlockedFromStories = CachedUserFlags(rawValue: 1 << 1)
public static let readDatesPrivate = CachedUserFlags(rawValue: 1 << 2)
}
public final class EditableBotInfo: PostboxCoding, Equatable {