Restore features

This commit is contained in:
Isaac
2024-01-15 17:15:42 +04:00
parent e17b8380a2
commit 495a0f83bb
17 changed files with 154 additions and 66 deletions

View File

@@ -489,16 +489,14 @@ public extension Message {
public extension Message {
func areReactionsTags(accountPeerId: PeerId) -> Bool {
return false
/*if self.id.peerId == accountPeerId {
if self.id.peerId == accountPeerId {
if let reactionsAttribute = self.reactionsAttribute, !reactionsAttribute.reactions.isEmpty {
return reactionsAttribute.isTags
} else {
return true
}
}
return false*/
return false
}
}