markdown support for talk messages

This commit is contained in:
2026-08-16 21:35:41 +02:00
parent bd83a88e70
commit 02a7b87b5b
14 changed files with 379 additions and 19 deletions
@@ -49,6 +49,7 @@ GetChatResponseObject _$GetChatResponseObjectFromJson(
json['parent'] == null
? null
: GetChatResponseObject.fromJson(json['parent'] as Map<String, dynamic>),
json['markdown'] as bool? ?? false,
);
Map<String, dynamic> _$GetChatResponseObjectToJson(
@@ -73,6 +74,7 @@ Map<String, dynamic> _$GetChatResponseObjectToJson(
(k, e) => MapEntry(k, e.toJson()),
),
'parent': instance.parent?.toJson(),
'markdown': instance.markdown,
};
const _$GetRoomResponseObjectMessageActorTypeEnumMap = {