shows room but not really

This commit is contained in:
Henry Hiles 2026-01-27 19:09:43 +00:00
commit 5f96c8e57f
No known key found for this signature in database
23 changed files with 885 additions and 805 deletions

View file

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