Various improvements

This commit is contained in:
Isaac
2024-02-02 14:32:13 +01:00
parent 48531db09e
commit bd4a534097
66 changed files with 1502 additions and 370 deletions

View File

@@ -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 {