Philipp Hörist pushed to branch master at gajim / gajim


Commits:
3647524a by Philipp Hörist at 2019-09-24T16:31:58Z
Presence: Dont show SubscriptionRequestWindow on auto approve

- - - - -


1 changed file:

- gajim/common/modules/presence.py


Changes:

=====================================
gajim/common/modules/presence.py
=====================================
@@ -250,6 +250,8 @@ class Presence(BaseModule):
 
         if auto_auth or is_transport or jid in self.jids_for_auto_auth:
             self.send_presence(fjid, 'subscribed')
+            self._log.info('Auto respond with subscribed: %s', jid)
+            return
 
         status = (properties.status or
                   _('I would like to add you to my roster.'))



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/3647524ad328cdd971d1c286d8dbb0b56d57d3c9

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/3647524ad328cdd971d1c286d8dbb0b56d57d3c9
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to