mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -159,10 +159,6 @@ public struct ChatMessageItemLayoutConstants {
|
||||
}
|
||||
|
||||
public func canViewMessageReactionList(message: Message, isInline: Bool) -> Bool {
|
||||
if isInline {
|
||||
return false
|
||||
}
|
||||
|
||||
var found = false
|
||||
var canViewList = false
|
||||
for attribute in message.attributes {
|
||||
|
||||
Reference in New Issue
Block a user