From 81bd58402fd4cf36350b493ab0bcf52ecbb940bf Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Tue, 23 May 2023 07:48:18 +0200 Subject: [PATCH] Update config.json - changig the default behaviour: replies using at least one of the hashtags will we displayed, too. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index b99b0c2..2bb16a6 100644 --- a/config.json +++ b/config.json @@ -2,5 +2,5 @@ "navbarBrandText": "Mastowall 1.0 - written by ChatGPT4 - Prompting: Ralf Stockmann (rstockm)", "defaultServerUrl": "https://mastodon.social", "navbarColor": "#333355", - "includeReplies": false + "includeReplies": true }