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

@@ -121,4 +121,5 @@ enum RichObjectStringObjectType {
@JsonValue('highlight') highlight,
@JsonValue('talk-poll') talkPoll,
@JsonValue('geo-location') geoLocation,
@JsonValue('call') call,
}