This commit is contained in:
parent
a0d752b3ab
commit
012f39174f
|
@ -1230,6 +1230,8 @@ class ConnectionHandlersBase:
|
|||
obj.session.control.conv_textview.hide_xep0184_warning(id_)
|
||||
|
||||
if obj.mtype == 'error':
|
||||
if not obj.msgtxt:
|
||||
obj.msgtxt = _('message')
|
||||
if not obj.msgtxt:
|
||||
return True
|
||||
self.dispatch_error_message(obj.stanza, obj.msgtxt,
|
||||
|
|
Loading…
Reference in New Issue