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


Commits:
0e0d6712 by Philipp Hörist at 2024-06-20T21:21:07+02:00
cfix: Settings: Use invalid domain for fallback

- - - - -


1 changed file:

- gajim/common/settings.py


Changes:

=====================================
gajim/common/settings.py
=====================================
@@ -398,7 +398,7 @@ def _migrate(self) -> None:
                     address = JID.from_string(f'{localpart}@{domain}')
                 except Exception as error:
                     log.warning('Unable to migrate address: %s', error)
-                    address = JID.from_string('[email protected]')
+                    address = JID.from_string('[email protected]')
 
                 settings['address'] = str(address)
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0e0d6712040411087e36ae0a575023501cacbfa0

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