Set poll end event type as displayable.

This commit is contained in:
Onuray Sahin 2022-12-23 16:24:10 +03:00
parent 882c58efdd
commit f6cabfffd9
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ object TimelineDisplayableEvents {
VoiceBroadcastConstants.STATE_ROOM_VOICE_BROADCAST_INFO,
) +
EventType.POLL_START.values +
EventType.POLL_END.values +
EventType.STATE_ROOM_BEACON_INFO.values +
EventType.BEACON_LOCATION_DATA.values
}