diff options
| author | kaniini <nenolod@gmail.com> | 2018-10-16 14:37:32 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-10-16 14:37:32 +0000 |
| commit | e64af481d2f8a2ea243eeca83d7af3728fd0696b (patch) | |
| tree | d281c53c0869aa37dd6d67c5c973334fda02b26a /src/modules/instance.js | |
| parent | f554edc054fcb6e0508ed5da7dc9edf1a85d2305 (diff) | |
| parent | 2bb663f0f6925082087ec08c4a28ab9e661bae96 (diff) | |
Merge branch 'hide-statistics' into 'develop'
Add options for hiding post and user engagement statistics.
See merge request pleroma/pleroma-fe!336
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index cb724821..d61ca842 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -18,6 +18,8 @@ const defaultState = { scopeOptionsEnabled: true, formattingOptionsEnabled: false, collapseMessageWithSubject: false, + hidePostStats: false, + hideUserStats: false, disableChat: false, // Nasty stuff |
