Message bubbles: Handle emotes.

This commit is contained in:
SBiOSoftWhare
2022-01-24 11:14:30 +01:00
parent c527656e79
commit 60f423c923
2 changed files with 2 additions and 2 deletions
@@ -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
@@ -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