Skip to content
Snippets Groups Projects
Commit fbd11279 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

send empty tune when we disconnect an account. Fixes #4512

parent afd8e181
No related branches found
No related tags found
No related merge requests found
......@@ -549,6 +549,7 @@ def delete_pep(jid, name):
acc = gajim.connections[name]
del acc.activity
acc.activity = {}
user_send_tune(name)
del acc.tune
acc.tune = {}
del acc.mood
......
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