mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
show logs for pseudo configured accounts (for online ones they are instantiated later)
This commit is contained in:
@@ -390,6 +390,8 @@ class ACFactory:
|
||||
configured="1",
|
||||
))
|
||||
self._preconfigure_key(ac, addr)
|
||||
logger = FFIEventLogger(ac, logid=ac._logid, init_time=self.init_time)
|
||||
ac.add_account_plugin(logger, name=ac._logid)
|
||||
return ac
|
||||
|
||||
def new_online_configuring_account(self, cloned_from=None, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user