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")