Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
19443c30 by wurstsalat at 2024-09-10T23:15:52+02:00
fix: JingleFileTransfer: Fix message data argument
- - - - -
1 changed file:
- gajim/common/jingle_ft.py
Changes:
=====================================
gajim/common/jingle_ft.py
=====================================
@@ -168,7 +168,7 @@ def __on_session_initiate(self,
timestamp=utc_now(),
state=MessageState.ACKNOWLEDGED,
id=str(uuid.uuid4()),
- filetransfer=[ft_data],
+ filetransfers=[ft_data],
)
app.storage.archive.insert_object(message_data)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/19443c303595d32572575244ac61f1b1d597716a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/19443c303595d32572575244ac61f1b1d597716a
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]