Adjust stars animation

This commit is contained in:
Isaac
2024-08-12 12:20:02 +04:00
parent ea476138b1
commit 03ee1379b2
5 changed files with 17 additions and 8 deletions

View File

@@ -345,7 +345,6 @@ public final class ChatMessageItemImpl: ChatMessageItem, CustomStringConvertible
if !isBroadcastChannel {
hasAvatar = true
} else if let channel = message.peers[message.id.peerId] as? TelegramChannel, case let .broadcast(info) = channel.info, message.author?.id != channel.id {
//TODO:release
if info.flags.contains(.messagesShouldHaveProfiles) {
hasAvatar = true
effectiveAuthor = message.author