|
|
@ -75,6 +75,7 @@
|
|
|
|
* @property {boolean} timeline_preview
|
|
|
|
* @property {boolean} timeline_preview
|
|
|
|
* @property {string} title
|
|
|
|
* @property {string} title
|
|
|
|
* @property {boolean} trends
|
|
|
|
* @property {boolean} trends
|
|
|
|
|
|
|
|
* @property {boolean} trends_as_landing_page
|
|
|
|
* @property {boolean} unfollow_modal
|
|
|
|
* @property {boolean} unfollow_modal
|
|
|
|
* @property {boolean} use_blurhash
|
|
|
|
* @property {boolean} use_blurhash
|
|
|
|
* @property {boolean=} use_pending_items
|
|
|
|
* @property {boolean=} use_pending_items
|
|
|
@ -126,6 +127,7 @@ export const singleUserMode = getMeta('single_user_mode');
|
|
|
|
export const source_url = getMeta('source_url');
|
|
|
|
export const source_url = getMeta('source_url');
|
|
|
|
export const timelinePreview = getMeta('timeline_preview');
|
|
|
|
export const timelinePreview = getMeta('timeline_preview');
|
|
|
|
export const title = getMeta('title');
|
|
|
|
export const title = getMeta('title');
|
|
|
|
|
|
|
|
export const trendsAsLanding = getMeta('trends_as_landing_page');
|
|
|
|
export const unfollowModal = getMeta('unfollow_modal');
|
|
|
|
export const unfollowModal = getMeta('unfollow_modal');
|
|
|
|
export const useBlurhash = getMeta('use_blurhash');
|
|
|
|
export const useBlurhash = getMeta('use_blurhash');
|
|
|
|
export const usePendingItems = getMeta('use_pending_items');
|
|
|
|
export const usePendingItems = getMeta('use_pending_items');
|
|
|
|