parent
6413c568d4
commit
2abbb1e224
1 changed files with 5 additions and 1 deletions
|
@ -1287,7 +1287,11 @@ class Logger:
|
||||||
if not ids:
|
if not ids:
|
||||||
return False
|
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)
|
account_id = self.get_account_id(account)
|
||||||
|
|
||||||
if groupchat:
|
if groupchat:
|
||||||
|
|
Loading…
Add table
Reference in a new issue