From 7cb227dc62e95cb8aa01b563be3a66ab98c1347f Mon Sep 17 00:00:00 2001 From: scarlett Date: Tue, 23 Oct 2018 12:15:48 +0100 Subject: [PATCH] update pleroma-fe --- priv/static/index.html | 2 +- priv/static/static/config.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/priv/static/index.html b/priv/static/index.html index 2ee777641..8ba786ec1 100644 --- a/priv/static/index.html +++ b/priv/static/index.html @@ -1 +1 @@ -Pleroma
\ No newline at end of file +Pleroma
\ No newline at end of file diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 144fe951c..a6eace0f8 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -10,5 +10,7 @@ "showInstanceSpecificPanel": false, "scopeOptionsEnabled": false, "formattingOptionsEnabled": false, - "collapseMessageWithSubject": false + "collapseMessageWithSubject": false, + "hidePostStats": false, + "hideUserStats": false }