Privacy: do leak our last activy when our status is away or xa
This commit is contained in:
parent
6250ba345e
commit
d84071a804
1 changed files with 2 additions and 1 deletions
|
@ -598,7 +598,8 @@ class Core(object):
|
|||
self.do_command(replace_line_breaks(char), False)
|
||||
else:
|
||||
self.do_command(''.join(char_list), True)
|
||||
self.xmpp.plugin['xep_0012'].begin_idle(jid=self.xmpp.boundjid)
|
||||
if self.status.show not in ('xa', 'away'):
|
||||
self.xmpp.plugin['xep_0012'].begin_idle(jid=self.xmpp.boundjid)
|
||||
self.doupdate()
|
||||
|
||||
def save_config(self):
|
||||
|
|
Loading…
Reference in a new issue