# HG changeset patch # User Goffi # Date 1562694428 -7200 # Node ID fe8639e64c69b5bcd3266663beec0b174da050f5 # Parent f55b60659ec1d2981aece0f5a2547239d1889f70 chat: fixed call to fileSend fix 318 diff -r f55b60659ec1 -r fe8639e64c69 cagou/plugins/plugin_wid_chat.py --- a/cagou/plugins/plugin_wid_chat.py Fri Jun 28 13:02:11 2019 +0200 +++ b/cagou/plugins/plugin_wid_chat.py Tue Jul 09 19:47:08 2019 +0200 @@ -693,7 +693,7 @@ jid_ = self.target if not jid_.resource: jid_ = G.host.contact_lists[self.profile].getFullJid(jid_) - G.host.bridge.fileSend(unicode(jid_), file_path, "", "", + G.host.bridge.fileSend(unicode(jid_), file_path, "", "", {}, profile=self.profile) # TODO: notification of sending/failing else: