2018-01-23 17:03:31 +00:00
|
|
|
export const STATUSES_STORE = 'statuses'
|
2018-02-04 02:06:02 +00:00
|
|
|
export const STATUS_TIMELINES_STORE = 'status_timelines'
|
2018-01-23 17:21:21 +00:00
|
|
|
export const META_STORE = 'meta'
|
2018-01-28 20:51:48 +00:00
|
|
|
export const ACCOUNTS_STORE = 'accounts'
|
2018-02-04 02:06:02 +00:00
|
|
|
export const RELATIONSHIPS_STORE = 'relationships'
|
|
|
|
export const NOTIFICATIONS_STORE = 'notifications'
|
2018-02-09 06:29:29 +00:00
|
|
|
export const NOTIFICATION_TIMELINES_STORE = 'notification_timelines'
|
2018-02-11 18:35:25 +00:00
|
|
|
export const PINNED_STATUSES_STORE = 'pinned_statuses'
|
2018-02-14 03:34:37 +00:00
|
|
|
|
|
|
|
export const TIMESTAMP = '__pinafore_ts'
|
|
|
|
export const ACCOUNT_ID = '__pinafore_acct_id'
|
|
|
|
export const STATUS_ID = '__pinafore_status_id'
|
2018-02-27 06:22:56 +00:00
|
|
|
export const REBLOG_ID = '__pinafore_reblog_id'
|