Mastodon: Implemented setting to disable Streaming API endpoints on sessions

This commit is contained in:
2023-02-05 19:09:27 -06:00
parent ef2e63e195
commit 24e91235f3
4 changed files with 10 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ 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")
disable_streaming = boolean(default=False)
[sound]
volume = float(default=1.0)