2018-03-17 07:39:10 +01:00
|
|
|
export const STATUSES_STORE = 'statuses-v3'
|
|
|
|
export const STATUS_TIMELINES_STORE = 'status_timelines-v3'
|
|
|
|
export const META_STORE = 'meta-v3'
|
|
|
|
export const ACCOUNTS_STORE = 'accounts-v3'
|
|
|
|
export const RELATIONSHIPS_STORE = 'relationships-v3'
|
|
|
|
export const NOTIFICATIONS_STORE = 'notifications-v3'
|
|
|
|
export const NOTIFICATION_TIMELINES_STORE = 'notification_timelines-v3'
|
|
|
|
export const PINNED_STATUSES_STORE = 'pinned_statuses-v3'
|
|
|
|
export const THREADS_STORE = 'threads-v3'
|
2018-02-14 04:34:37 +01:00
|
|
|
|
|
|
|
export const TIMESTAMP = '__pinafore_ts'
|
|
|
|
export const ACCOUNT_ID = '__pinafore_acct_id'
|
|
|
|
export const STATUS_ID = '__pinafore_status_id'
|
2018-02-27 07:22:56 +01:00
|
|
|
export const REBLOG_ID = '__pinafore_reblog_id'
|