feat: add mailbox configuration
This commit is contained in:
parent
9de3d4ed5b
commit
0f8a5403cd
20 changed files with 525 additions and 62 deletions
|
|
@ -5,6 +5,9 @@ export const StorageKey = {
|
|||
FEED_TYPE: 'feedType',
|
||||
ACCOUNTS: 'accounts',
|
||||
CURRENT_ACCOUNT: 'currentAccount',
|
||||
ACCOUNT_RELAY_LIST_MAP: 'accountRelayListMap',
|
||||
ACCOUNT_FOLLOWINGS_MAP: 'accountFollowingsMap',
|
||||
ACCOUNT_PROFILE_MAP: 'accountProfileMap',
|
||||
ADD_CLIENT_TAG: 'addClientTag'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue