mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Topic improvements
This commit is contained in:
@@ -151,8 +151,8 @@ func inputPanelForChatPresentationIntefaceState(_ chatPresentationInterfaceState
|
||||
case .member:
|
||||
isMember = true
|
||||
case .left:
|
||||
if case .replyThread = chatPresentationInterfaceState.chatLocation {
|
||||
if !channel.flags.contains(.joinToSend) {
|
||||
if case let .replyThread(message) = chatPresentationInterfaceState.chatLocation {
|
||||
if !message.isForumPost && !channel.flags.contains(.joinToSend) {
|
||||
isMember = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user