Skip to content
Snippets Groups Projects
Commit bc18a831 authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by Philipp Hörist
Browse files

Accounts: Add option for publishing current Media Playback

parent 8e14ebc4
No related branches found
No related tags found
No related merge requests found
......@@ -723,6 +723,11 @@ def __init__(self, account):
desc=_('Disclose information about the client '
'and operating system you currently use')),
Setting(SettingKind.SWITCH, _('Media Playback'),
SettingType.ACCOUNT_CONFIG, 'publish_tune',
desc=_('Disclose information about media that is '
'currently being played on your system.')),
Setting(SettingKind.SWITCH, _('Ignore Unknown Contacts'),
SettingType.ACCOUNT_CONFIG, 'ignore_unknown_contacts',
desc=_('Ignore everything from contacts not in your '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment