feat: 24h pulse
This commit is contained in:
parent
b21855c294
commit
ce7afeb250
31 changed files with 1086 additions and 123 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
|
@ -125,7 +125,7 @@ export type TPublishOptions = {
|
|||
minPow?: number
|
||||
}
|
||||
|
||||
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'you'
|
||||
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'you' | '24h'
|
||||
|
||||
export type TNotificationType = 'all' | 'mentions' | 'reactions' | 'zaps'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue