Tag saved message

This commit is contained in:
Isaac
2024-01-16 21:14:24 +04:00
parent 2d23d6c497
commit dc7541065d
23 changed files with 861 additions and 237 deletions

View File

@@ -489,13 +489,13 @@ public extension Message {
public extension Message {
func areReactionsTags(accountPeerId: PeerId) -> Bool {
/*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
}
}