From a666d1e7edaa8a3da61ce23f648321f7aa61d03b Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Sun, 10 Feb 2019 01:33:41 +0900 Subject: [PATCH] Enable "displaying application used to post" setting by default (#9994) related: https://github.com/tootsuite/mastodon/pull/9897#issuecomment-461093615 --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index 2cf286a9e..33a03efcc 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -26,7 +26,7 @@ defaults: &defaults expand_spoilers: false preview_sensitive_media: false reduce_motion: false - show_application: false + show_application: true system_font_ui: false noindex: false theme: 'default'