From d5ed5f12afd0aed793f223fce8f2945a5983db95 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 8 Dec 2022 11:10:06 -0600 Subject: [PATCH] mastodon: Added missing settings in config file --- src/mastodon.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mastodon.defaults b/src/mastodon.defaults index 79b8efb5..4fc534fe 100644 --- a/src/mastodon.defaults +++ b/src/mastodon.defaults @@ -11,6 +11,7 @@ reverse_timelines = boolean(default=False) persist_size = integer(default=0) load_cache_in_memory=boolean(default=True) show_screen_names = boolean(default=False) +hide_emojis = boolean(default=False) buffer_order = list(default=list('home', 'local', 'mentions', 'direct_messages', 'sent', 'favorites', 'bookmarks', 'followers', 'following', 'blocked', 'muted', 'notifications')) boost_mode = string(default="ask")