mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
[Voice Broadcast] Aggregate the chunks of voice messages in room timeline (#6891)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
@class RoomDisplayConfiguration;
|
||||
@class ThreadsCoordinatorBridgePresenter;
|
||||
@class LiveLocationSharingBannerView;
|
||||
@class VoiceBroadcastService;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -107,6 +108,9 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
|
||||
// The customized room data source for Vector
|
||||
@property (nonatomic, nullable) RoomDataSource *customizedRoomDataSource;
|
||||
|
||||
// The voice broadcast service
|
||||
@property (nonatomic, nullable) VoiceBroadcastService *voiceBroadcastService;
|
||||
|
||||
/**
|
||||
Retrieve the live data source in cases where the timeline is not live.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user