channel_view page

This commit is contained in:
2024-06-25 20:49:40 +02:00
parent e2dbe8866d
commit 2b23404461
7 changed files with 367 additions and 177 deletions

View File

@@ -86,6 +86,10 @@ class User {
'max_user_message_id_length': maxUserMessageIDLength,
};
}
UserPreview toPreview() {
return UserPreview(userID: userID, username: username);
}
}
class UserWithClientsAndKeys {