fix: 🐛

This commit is contained in:
codytseng 2025-01-13 23:22:19 +08:00
parent d0350c6ad3
commit c62a82f673
9 changed files with 283 additions and 244 deletions

View file

@ -5,9 +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',
ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap',
ACCOUNT_FOLLOW_LIST_EVENT_MAP: 'accountFollowListEventMap',
ACCOUNT_PROFILE_EVENT_MAP: 'accountProfileEventMap',
ADD_CLIENT_TAG: 'addClientTag'
}