mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-08 20:34:39 +00:00
Glass
This commit is contained in:
@@ -988,7 +988,7 @@ extension StoreMessage {
|
||||
}
|
||||
}
|
||||
|
||||
if (flags & (1 << 17)) != 0 {
|
||||
if (flags & (1 << 19)) != 0 {
|
||||
attributes.append(ContentRequiresValidationMessageAttribute())
|
||||
}
|
||||
|
||||
@@ -1174,7 +1174,7 @@ extension StoreMessage {
|
||||
threadId = 1
|
||||
}
|
||||
|
||||
if (flags & (1 << 17)) != 0 {
|
||||
if (flags & (1 << 19)) != 0 {
|
||||
attributes.append(ContentRequiresValidationMessageAttribute())
|
||||
}
|
||||
|
||||
|
||||
@@ -62,7 +62,8 @@ public struct TelegramChatAdminRightsFlags: OptionSet, Hashable {
|
||||
.canPostStories,
|
||||
.canEditStories,
|
||||
.canDeleteStories,
|
||||
.canManageDirect
|
||||
.canManageDirect,
|
||||
.canBanUsers
|
||||
]
|
||||
|
||||
public static func peerSpecific(peer: EnginePeer) -> TelegramChatAdminRightsFlags {
|
||||
|
||||
Reference in New Issue
Block a user