Roll back once again

This commit is contained in:
Isaac 2024-01-15 21:09:32 +04:00
parent e71bf3beb6
commit 144b3aa656
4 changed files with 18 additions and 5 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
}
}