# HG changeset patch # User Goffi # Date 1680873751 -7200 # Node ID 8f3cb8cd84d6cc9c50d6941a0602e5aaa0b9c19b # Parent beedff600d2b23fff105a82eab1207f354be185c plugin (chat): fix `fileSend` call diff -r beedff600d2b -r 8f3cb8cd84d6 cagou/plugins/plugin_wid_chat.py --- a/cagou/plugins/plugin_wid_chat.py Sat Oct 15 20:20:10 2022 +0200 +++ b/cagou/plugins/plugin_wid_chat.py Fri Apr 07 15:22:31 2023 +0200 @@ -1073,7 +1073,7 @@ jid_ = self.target if not jid_.resource: jid_ = G.host.contact_lists[self.profile].getFullJid(jid_) - G.host.bridge.fileSend(str(jid_), str(file_path), "", "", {}, + G.host.bridge.fileSend(str(jid_), str(file_path), "", "", "", profile=self.profile) # TODO: notification of sending/failing else: