another one
This commit is contained in:
parent
0dbe6efc75
commit
903d425188
2 changed files with 3 additions and 0 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -632,6 +632,7 @@ const EMAIL_COLLECTION_ACKNOWLEDGED = 'email_collection_acknowledged';
|
|||
const INVITE_ACKNOWLEDGED = 'invite_acknowledged';
|
||||
const FOLLOWING_ACKNOWLEDGED = 'following_acknowledged';
|
||||
const TAGS_ACKNOWLEDGED = 'tags_acknowledged';
|
||||
const REWARDS_ACKNOWLEDGED = 'rewards_acknowledged';
|
||||
const LANGUAGE = 'language';
|
||||
const SHOW_MATURE = 'show_mature';
|
||||
const HIDE_REPOSTS = 'hide_reposts';
|
||||
|
@ -673,6 +674,7 @@ var settings = /*#__PURE__*/Object.freeze({
|
|||
INVITE_ACKNOWLEDGED: INVITE_ACKNOWLEDGED,
|
||||
FOLLOWING_ACKNOWLEDGED: FOLLOWING_ACKNOWLEDGED,
|
||||
TAGS_ACKNOWLEDGED: TAGS_ACKNOWLEDGED,
|
||||
REWARDS_ACKNOWLEDGED: REWARDS_ACKNOWLEDGED,
|
||||
LANGUAGE: LANGUAGE,
|
||||
SHOW_MATURE: SHOW_MATURE,
|
||||
HIDE_REPOSTS: HIDE_REPOSTS,
|
||||
|
|
|
@ -9,6 +9,7 @@ export const EMAIL_COLLECTION_ACKNOWLEDGED = 'email_collection_acknowledged';
|
|||
export const INVITE_ACKNOWLEDGED = 'invite_acknowledged';
|
||||
export const FOLLOWING_ACKNOWLEDGED = 'following_acknowledged';
|
||||
export const TAGS_ACKNOWLEDGED = 'tags_acknowledged';
|
||||
export const REWARDS_ACKNOWLEDGED = 'rewards_acknowledged';
|
||||
export const LANGUAGE = 'language';
|
||||
export const SHOW_MATURE = 'show_mature';
|
||||
export const HIDE_REPOSTS = 'hide_reposts';
|
||||
|
|
Loading…
Reference in a new issue