mastodon: Added missing settings in config file

This commit is contained in:
Manuel Cortez 2022-12-08 11:10:06 -06:00
parent eedcb49f3d
commit d5ed5f12af
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

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