added missing settings for mastodon's config

This commit is contained in:
Manuel Cortez 2022-11-08 13:21:45 -06:00
parent 6983d11b73
commit 90f9f18deb
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -12,6 +12,7 @@ persist_size = integer(default=0)
load_cache_in_memory=boolean(default=True)
show_screen_names = boolean(default=False)
buffer_order = list(default=list('home', 'local', 'federated', 'mentions', 'dm', 'sent_dm', 'sent_tweets','favorites','followers','friends','blocks','muted'))
boost_mode = string(default="ask")
[sound]
volume = float(default=1.0)