mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Message bubbles: Handle emotes.
This commit is contained in:
@@ -165,7 +165,7 @@ class BubbleRoomCellLayoutUpdater: RoomCellLayoutUpdating {
|
||||
let messageType = MXMessageType(identifier: messageTypeString)
|
||||
|
||||
switch messageType {
|
||||
case .text, .file:
|
||||
case .text, .emote, .file:
|
||||
return true
|
||||
default:
|
||||
break
|
||||
|
||||
+1
-1
@@ -215,7 +215,7 @@ class BubbleRoomTimelineCellDecorator: PlainRoomTimelineCellDecorator {
|
||||
let messageType = MXMessageType(identifier: messageTypeString)
|
||||
|
||||
switch messageType {
|
||||
case .text, .file:
|
||||
case .text, .emote, .file:
|
||||
return true
|
||||
default:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user