diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-03-25 19:09:22 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-03-25 19:09:22 +0000 |
| commit | 3025532ecf6b728604d14af9bf218e96de0756ed (patch) | |
| tree | 6ae4a91f593357bbbcae3109002dbd22122e1d02 /src/modules/instance.js | |
| parent | 8522063b2c4a35f0926517a3b75376c81131dd79 (diff) | |
| parent | 854d0e80512d2da80cd5153144698a5148da4aa6 (diff) | |
Merge branch 'develop' into 'mastoapi/public-tl'
# Conflicts:
# src/services/api/api.service.js
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 24c52f9c..f778ac4d 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -18,6 +18,7 @@ const defaultState = { scopeOptionsEnabled: true, formattingOptionsEnabled: false, alwaysShowSubjectInput: true, + hideMutedPosts: false, collapseMessageWithSubject: false, hidePostStats: false, hideUserStats: false, @@ -48,7 +49,11 @@ const defaultState = { // Html stuff instanceSpecificPanelContent: '', - tos: '' + tos: '', + + // Version Information + backendVersion: '', + frontendVersion: '' } const instance = { |
