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 /static | |
| 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 'static')
| -rw-r--r-- | static/config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index 144fe951..a6eace0f 100644 --- a/static/config.json +++ b/static/config.json @@ -10,5 +10,7 @@ "showInstanceSpecificPanel": false, "scopeOptionsEnabled": false, "formattingOptionsEnabled": false, - "collapseMessageWithSubject": false + "collapseMessageWithSubject": false, + "hidePostStats": false, + "hideUserStats": false } |
