mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
- Fix the RoomBubbleCellData tag management (Record/Playback/NoDisplay)
- Force the VB display even if the Labs flag is disabled. The Labs flag is only used now to block VB recording and sending - Fix: Release VBService when the user stops the broadcast
This commit is contained in:
@@ -37,8 +37,9 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
RoomBubbleCellDataTagPoll,
|
||||
RoomBubbleCellDataTagLocation,
|
||||
RoomBubbleCellDataTagLiveLocation,
|
||||
RoomBubbleCellDataTagVoiceBroadcastRecord,
|
||||
RoomBubbleCellDataTagVoiceBroadcastPlayback,
|
||||
RoomBubbleCellDataTagVoiceBroadcastRecord
|
||||
RoomBubbleCellDataTagVoiceBroadcastNoDisplay
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user