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


Commits:
9463c829 by Philipp Hörist at 2023-11-06T13:32:58+01:00
cq: Fix type annotation

- - - - -


1 changed file:

- gajim/gtk/application.py


Changes:

=====================================
gajim/gtk/application.py
=====================================
@@ -529,7 +529,7 @@ def _on_feature_discovered(self, event: 
events.FeatureDiscovered) -> None:
 
     def create_account(self,
                        account: str,
-                       username: str,
+                       username: str | None,
                        domain: str,
                        password: str,
                        proxy_name: str | None,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/9463c829d6a04d3f219db4dad9cd86c39cc8c53d

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