feat: 💨

This commit is contained in:
codytseng
2025-01-19 22:17:49 +08:00
parent 9c0fa6257a
commit df4d5e52ae
4 changed files with 64 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ export const StorageKey = {
ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap',
ACCOUNT_FOLLOW_LIST_EVENT_MAP: 'accountFollowListEventMap',
ACCOUNT_MUTE_LIST_EVENT_MAP: 'accountMuteListEventMap',
ACCOUNT_MUTE_DECRYPTED_TAGS_MAP: 'accountMuteDecryptedTagsMap',
ACCOUNT_PROFILE_EVENT_MAP: 'accountProfileEventMap',
ADD_CLIENT_TAG: 'addClientTag'
}