feat: sync notifications read time
This commit is contained in:
parent
776f290ef9
commit
30da0319ce
7 changed files with 96 additions and 46 deletions
|
|
@ -22,6 +22,10 @@ export const StorageKey = {
|
|||
FEED_TYPE: 'feedType' // deprecated
|
||||
}
|
||||
|
||||
export const ApplicationDataKey = {
|
||||
NOTIFICATIONS_SEEN_AT: 'seen_notifications_at'
|
||||
}
|
||||
|
||||
export const BIG_RELAY_URLS = [
|
||||
'wss://relay.damus.io/',
|
||||
'wss://nos.lol/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue