From 0b6c80e84cd8a02633f3ea31ad3d22b4c66beee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Sat, 4 Apr 2026 00:11:44 +0200 Subject: [PATCH] fixed hanging chat when it contains any 'call' --- lib/api/marianumcloud/talk/chat/getChatResponse.dart | 1 + lib/api/marianumcloud/talk/chat/getChatResponse.g.dart | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/api/marianumcloud/talk/chat/getChatResponse.dart b/lib/api/marianumcloud/talk/chat/getChatResponse.dart index cc83ea0..840df36 100644 --- a/lib/api/marianumcloud/talk/chat/getChatResponse.dart +++ b/lib/api/marianumcloud/talk/chat/getChatResponse.dart @@ -121,4 +121,5 @@ enum RichObjectStringObjectType { @JsonValue('highlight') highlight, @JsonValue('talk-poll') talkPoll, @JsonValue('geo-location') geoLocation, + @JsonValue('call') call, } diff --git a/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart b/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart index 90ac77c..1835359 100644 --- a/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart +++ b/lib/api/marianumcloud/talk/chat/getChatResponse.g.dart @@ -117,4 +117,5 @@ const _$RichObjectStringObjectTypeEnumMap = { RichObjectStringObjectType.highlight: 'highlight', RichObjectStringObjectType.talkPoll: 'talk-poll', RichObjectStringObjectType.geoLocation: 'geo-location', + RichObjectStringObjectType.call: 'call', };