working message rendering

This commit is contained in:
Henry Hiles 2026-01-28 14:17:18 +00:00
commit e59632bb07
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
20 changed files with 305 additions and 197 deletions

View file

@ -23,7 +23,7 @@ abstract class Event with _$Event {
String? transactionId,
String? redactedBy,
String? relatesTo,
@JsonKey(name: "relates_type") String? relationType,
String? relationType,
String? decryptionError,
String? sendError,
@Default(IMap.empty()) IMap<String, int> reactions,