feat: support lookup account for gotosocial
This commit is contained in:
parent
20a90cc949
commit
2e7979817a
3 changed files with 28 additions and 5 deletions
|
@ -7,6 +7,7 @@ export const DEFAULT_LANGUAGE = 'en-US'
|
|||
export const STORAGE_KEY_DRAFTS = 'elk-drafts'
|
||||
export const STORAGE_KEY_USERS = 'elk-users'
|
||||
export const STORAGE_KEY_SERVERS = 'elk-servers'
|
||||
export const STORAGE_KEY_NODES = 'elk-nodes'
|
||||
export const STORAGE_KEY_CURRENT_USER = 'elk-current-user'
|
||||
export const STORAGE_KEY_CURRENT_USER_HANDLE = 'elk-current-user-handle'
|
||||
export const STORAGE_KEY_NOTIFY_TAB = 'elk-notify-tab'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue