mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Include call answer and hangup events in the bubble
This commit is contained in:
@@ -131,6 +131,8 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
|
||||
}
|
||||
break;
|
||||
case MXEventTypeCallInvite:
|
||||
case MXEventTypeCallAnswer:
|
||||
case MXEventTypeCallHangup:
|
||||
case MXEventTypeCallReject:
|
||||
{
|
||||
self.tag = RoomBubbleCellDataTagCall;
|
||||
@@ -788,6 +790,8 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
|
||||
shouldAddEvent = NO;
|
||||
break;
|
||||
case MXEventTypeCallInvite:
|
||||
case MXEventTypeCallAnswer:
|
||||
case MXEventTypeCallHangup:
|
||||
case MXEventTypeCallReject:
|
||||
shouldAddEvent = NO;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user