Various improvements

This commit is contained in:
Ilya Laktyushin
2022-04-15 03:31:37 +04:00
parent df2354e9bb
commit 701fe95891
56 changed files with 1035 additions and 788 deletions

View File

@@ -152,7 +152,9 @@ func inputPanelForChatPresentationIntefaceState(_ chatPresentationInterfaceState
isMember = true
case .left:
if case .replyThread = chatPresentationInterfaceState.chatLocation {
isMember = true
if !channel.flags.contains(.joinToSend) {
isMember = true
}
}
}