feat: RecentChats in User & Bean

This commit is contained in:
CrescentLeaf
2025-10-04 14:12:07 +08:00
parent a1eddf813d
commit 4133c13cf8
2 changed files with 21 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ export default class UserBean {
declare nickname: string
declare avatar_file_hash?: string
declare contacts_list: string
declare recent_chats: string
declare settings: string
[key: string]: unknown