mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Another feed experiment
This commit is contained in:
@@ -766,6 +766,8 @@ class ChatMessageAnimatedStickerItemNode: ChatMessageItemView {
|
||||
|
||||
if !isBroadcastChannel {
|
||||
hasAvatar = true
|
||||
} else if case .feed = item.chatLocation {
|
||||
hasAvatar = true
|
||||
}
|
||||
}
|
||||
} else if incoming {
|
||||
@@ -790,6 +792,8 @@ class ChatMessageAnimatedStickerItemNode: ChatMessageItemView {
|
||||
} else if incoming {
|
||||
hasAvatar = true
|
||||
}
|
||||
case .feed:
|
||||
hasAvatar = true
|
||||
}
|
||||
|
||||
if hasAvatar {
|
||||
|
||||
Reference in New Issue
Block a user