[omemo] Handle MUC beeing destroyed

This commit is contained in:
Philipp Hörist
2019-01-19 22:37:57 +01:00
parent d235ac68f8
commit f0a1da4593

View File

@@ -403,6 +403,9 @@ class OMEMO:
if properties.type == PresenceType.ERROR:
return
if properties.is_muc_destroyed:
return
room = properties.jid.getBare()
nick = properties.muc_nickname
status_codes = properties.muc_status_codes or []