Refactor sync trigger

This commit is contained in:
thePR0M3TH3AN
2025-07-11 22:42:12 -04:00
parent de92a80798
commit dcff360508
9 changed files with 32 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ def _make_pm(called):
update_activity=lambda: None,
lock_vault=lambda: None,
unlock_vault=lambda: None,
start_background_sync=lambda: None,
)
return pm