feat: conversations (#277)
This commit is contained in:
parent
1c3e54c895
commit
3c81a13acb
25 changed files with 417 additions and 350 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue