Show Matrix RTC calls as unsupported. (#7862)

This commit is contained in:
Doug
2024-11-11 09:22:45 +00:00
committed by GitHub
parent 2681f72a75
commit 411478a4f7
14 changed files with 85 additions and 11 deletions
+4
View File
@@ -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)