mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
fix a couple of issues wrt to configuring move/mvbox behaviour in tests
This commit is contained in:
@@ -58,7 +58,6 @@ class Account(object):
|
||||
atexit.register(self.shutdown)
|
||||
self._shutdown_event = Event()
|
||||
|
||||
|
||||
@hookspec.account_hookimpl
|
||||
def process_ffi_event(self, ffi_event):
|
||||
name = ffi_event.name
|
||||
|
||||
@@ -68,4 +68,3 @@ class Global:
|
||||
@global_hookspec
|
||||
def account_after_shutdown(self, account, dc_context):
|
||||
""" Called after the account has been shutdown. """
|
||||
|
||||
|
||||
Reference in New Issue
Block a user