fixed hanging chat when it contains any 'call'

This commit is contained in:
2026-04-04 00:11:44 +02:00
parent a52817231e
commit 0b6c80e84c
2 changed files with 2 additions and 0 deletions

View File

@@ -117,4 +117,5 @@ const _$RichObjectStringObjectTypeEnumMap = {
RichObjectStringObjectType.highlight: 'highlight',
RichObjectStringObjectType.talkPoll: 'talk-poll',
RichObjectStringObjectType.geoLocation: 'geo-location',
RichObjectStringObjectType.call: 'call',
};