diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index adb5bb0f5..686b98cc9 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -562,6 +562,7 @@ class ConnectionBytestream: file_props['sender'] = helpers.get_full_jid_from_iq(iq_obj) file_props['request-id'] = unicode(iq_obj.getAttr('id')) file_props['sid'] = unicode(si.getAttr('id')) + file_props['transfered_size'] = [] gajim.socks5queue.add_file_props(self.name, file_props) self.dispatch('FILE_REQUEST', (jid, file_props)) raise common.xmpp.NodeProcessed