fixed hanging chat when it contains any 'call'
This commit is contained in:
@@ -121,4 +121,5 @@ enum RichObjectStringObjectType {
|
||||
@JsonValue('highlight') highlight,
|
||||
@JsonValue('talk-poll') talkPoll,
|
||||
@JsonValue('geo-location') geoLocation,
|
||||
@JsonValue('call') call,
|
||||
}
|
||||
|
||||
@@ -117,4 +117,5 @@ const _$RichObjectStringObjectTypeEnumMap = {
|
||||
RichObjectStringObjectType.highlight: 'highlight',
|
||||
RichObjectStringObjectType.talkPoll: 'talk-poll',
|
||||
RichObjectStringObjectType.geoLocation: 'geo-location',
|
||||
RichObjectStringObjectType.call: 'call',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user