fix XEP-0184 GUI implementation. Fixes #6837
This commit is contained in:
parent
b865763f31
commit
2d5b8c3123
|
@ -1005,7 +1005,8 @@ class ConnectionHandlersBase:
|
|||
# We got our message's receipt
|
||||
if obj.receipt_received_tag and obj.session.control and \
|
||||
gajim.config.get_per('accounts', self.name, 'request_receipt'):
|
||||
obj.session.control.conv_textview.hide_xep0184_warning(obj.id_)
|
||||
obj.session.control.conv_textview.hide_xep0184_warning(
|
||||
obj.receipt_received_tag.getAttr('id'))
|
||||
|
||||
if obj.mtype == 'error':
|
||||
if not obj.msgtxt:
|
||||
|
|
Loading…
Reference in New Issue