Rendering location messages in the timeline.

This commit is contained in:
Stefan Ceriu
2021-12-10 17:49:08 +02:00
committed by Stefan Ceriu
parent 16fd3f3eea
commit ca2493f09d
29 changed files with 493 additions and 41 deletions
@@ -32,7 +32,8 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
RoomBubbleCellDataTagCall,
RoomBubbleCellDataTagGroupCall,
RoomBubbleCellDataTagRoomCreationIntro,
RoomBubbleCellDataTagPoll
RoomBubbleCellDataTagPoll,
RoomBubbleCellDataTagLocation
};
/**