mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Show Matrix RTC calls as unsupported. (#7862)
This commit is contained in:
@@ -3220,6 +3220,10 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
{
|
||||
cellIdentifier = RoomTimelineCellIdentifierGroupCallStatus;
|
||||
}
|
||||
else if (bubbleData.tag == RoomBubbleCellDataTagRTCCallNotify)
|
||||
{
|
||||
cellIdentifier = RoomTimelineCellIdentifierMatrixRTCCall;
|
||||
}
|
||||
else if (bubbleData.attachment.type == MXKAttachmentTypeVoiceMessage || bubbleData.attachment.type == MXKAttachmentTypeAudio)
|
||||
{
|
||||
if (bubbleData.isIncoming)
|
||||
|
||||
Reference in New Issue
Block a user