mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Comments update
This commit is contained in:
@@ -41,9 +41,14 @@ enum ChatMessageBubbleMergeStatus {
|
||||
}
|
||||
|
||||
enum ChatMessageBubbleRelativePosition {
|
||||
enum NeighbourType {
|
||||
case media
|
||||
case freeform
|
||||
}
|
||||
|
||||
case None(ChatMessageBubbleMergeStatus)
|
||||
case BubbleNeighbour
|
||||
case Neighbour(Bool)
|
||||
case Neighbour(Bool, NeighbourType)
|
||||
}
|
||||
|
||||
enum ChatMessageBubbleContentMosaicNeighbor {
|
||||
|
||||
Reference in New Issue
Block a user