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 1 additions and 1 deletions
Showing only changes of commit c1d8f79976 - Show all commits

View File

@ -21,7 +21,7 @@ class Thread {
final thread = Thread(
room: room,
rootEvent: MatrixEvent.fromJson(json),
lastEvent: lastEvent
lastEvent: lastEvent,
);
return thread;
}