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


Commits:
3ccdba1b by Philipp Hörist at 2023-07-28T00:27:55+02:00
fix: Profile: Respect avatar/nickname privacy setting on consecutive changes

Fixes #11584

- - - - -


1 changed file:

- gajim/gtk/profile.py


Changes:

=====================================
gajim/gtk/profile.py
=====================================
@@ -290,6 +290,8 @@ def _on_save_clicked(self, _button: Gtk.Button) -> None:
                 public=public,
                 callback=self._on_set_avatar)
 
+        self._avatar_nick_public = public
+
         nick = GLib.markup_escape_text(self._ui.nickname_entry.get_text())
         client.get_module('UserNickname').set_nickname(nick, public=public)
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3ccdba1bea1be921dd8811316870b893dad7ef6c

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


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to