parent
6413c568d4
commit
2abbb1e224
|
@ -1287,7 +1287,11 @@ class Logger:
|
|||
if not ids:
|
||||
return False
|
||||
|
||||
archive_id = self.get_jid_id(archive_jid)
|
||||
type_ = JIDConstant.NORMAL_TYPE
|
||||
if groupchat:
|
||||
type_ = JIDConstant.ROOM_TYPE
|
||||
|
||||
archive_id = self.get_jid_id(archive_jid, type_=type_)
|
||||
account_id = self.get_account_id(account)
|
||||
|
||||
if groupchat:
|
||||
|
|
Loading…
Reference in New Issue