Implement usernames and profile sections

This commit is contained in:
2025-10-20 00:18:34 +03:00
Unverified
parent f0be91c0e7
commit 818b7c1b46
21 changed files with 425 additions and 122 deletions
+1
View File
@@ -174,6 +174,7 @@ export function useDM() {
decryptedMessages.push({
id: env.id,
user_id: env.senderId,
content: text,
username: username,
timestamp: env.timestamp,