Philipp Hörist pushed to branch mainwindow at gajim / gajim
Commits:
ebddaa65 by lovetox at 2021-05-23T19:23:48+02:00
Diplay name of domain jids correctly
- - - - -
1 changed file:
- gajim/common/modules/contacts.py
Changes:
=====================================
gajim/common/modules/contacts.py
=====================================
@@ -222,6 +222,8 @@ def name(self):
nickname = app.storage.cache.get_contact(self._jid, 'nickname')
if nickname:
return nickname
+ if self._jid.is_domain:
+ return self._jid.domain
return self._jid.localpart
@property
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ebddaa656dcc53c6f951ac092609a9f79422f973
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ebddaa656dcc53c6f951ac092609a9f79422f973
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