feat: conversations (#277)

This commit is contained in:
Cody Tseng 2025-04-15 22:33:53 +08:00 committed by GitHub
parent 1c3e54c895
commit 3c81a13acb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 417 additions and 350 deletions

View file

@ -101,7 +101,7 @@ export type TLanguage = 'en' | 'zh' | 'pl'
export type TImageInfo = { url: string; blurHash?: string; dim?: { width: number; height: number } }
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'pictures'
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'pictures' | 'you'
export type TNotificationType = 'all' | 'mentions' | 'reactions' | 'zaps'