Leave room support, persist last room, fixes

This commit is contained in:
Henry Hiles 2025-12-03 16:16:30 -05:00
commit 7dfd47a404
No known key found for this signature in database
17 changed files with 312 additions and 136 deletions

View file

@ -8,6 +8,7 @@ part "space.freezed.dart";
abstract class Space with _$Space {
const factory Space({
required String title,
required String id,
required List<FullRoom> children,
required Client client,
Room? roomData,