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


Commits:
7832e433 by Daniel Brötzmann at 2020-07-07T22:52:12+02:00
Roster: Allow to add contacts from Not in contact list group via DND

- - - - -


1 changed file:

- gajim/roster_window.py


Changes:

=====================================
gajim/roster_window.py
=====================================
@@ -4240,6 +4240,13 @@ class RosterWindow:
 
         # we may not add contacts from special_groups
         if grp_source in helpers.special_groups:
+            if grp_source == _('Not in contact list'):
+                AddNewContactWindow(
+                    account=account_dest,
+                    contact_jid=jid_source,
+                    user_nick=c_source.name,
+                    group=grp_dest)
+                return
             return
 
         # Is the contact we drag a meta contact?



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/7832e433f7852b5cef1ee53747184dae21f2d27d

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/7832e433f7852b5cef1ee53747184dae21f2d27d
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