Add ability to copy links for rooms and spaces

This commit is contained in:
Henry Hiles 2025-12-03 13:50:06 -05:00
commit f7c6c3bb6a
No known key found for this signature in database
8 changed files with 52 additions and 4 deletions

View file

@ -10,7 +10,7 @@ abstract class Space with _$Space {
required String title,
required List<FullRoom> children,
required Client client,
@Default(false) bool fake,
Room? roomData,
Uri? avatar,
Icon? icon,
}) = _Space;