Feature: threads #1

Merged
OfficialDakari merged 18 commits from feature/threads into main 2025-11-02 17:56:50 +05:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit c1d8f79976 - Show all commits

View File

@ -21,7 +21,8 @@ class Thread {
null) {
lastEvent = Event.fromMatrixEvent(
MatrixEvent.fromJson(
json['unsigned']?['m.relations']?['m.thread']?['latest_event']),
json['unsigned']?['m.relations']?['m.thread']?['latest_event'],
),
room,
);
}