Improve DMs UI

This commit is contained in:
2025-08-25 22:10:50 +03:00
Unverified
parent 2151a0b4a1
commit 5b301f0707
6 changed files with 198 additions and 31 deletions
+1
View File
@@ -85,6 +85,7 @@ export interface User {
username: string;
admin?: boolean;
bio?: string;
profile_picture: string;
}
/**