coding standards
This commit is contained in:
parent
3578204869
commit
7923ff54c1
1 changed files with 4 additions and 5 deletions
|
@ -1507,11 +1507,10 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream,
|
||||||
con.send(receipt)
|
con.send(receipt)
|
||||||
|
|
||||||
# We got our message's receipt
|
# We got our message's receipt
|
||||||
if msg.getTag('received', namespace=common.xmpp.NS_RECEIPTS) \
|
if msg.getTag('received', namespace=common.xmpp.NS_RECEIPTS) and \
|
||||||
and session.control and gajim.config.get_per('accounts',
|
session.control and gajim.config.get_per('accounts', self.name,
|
||||||
self.name, 'request_receipt'):
|
'request_receipt'):
|
||||||
session.control.conv_textview.hide_xep0184_warning(
|
session.control.conv_textview.hide_xep0184_warning(msg.getID())
|
||||||
msg.getID())
|
|
||||||
|
|
||||||
if encTag and self.USE_GPG:
|
if encTag and self.USE_GPG:
|
||||||
encmsg = encTag.getData()
|
encmsg = encTag.getData()
|
||||||
|
|
Loading…
Add table
Reference in a new issue