deregister schedules on uninstall
This commit is contained in:
parent
c809dc2cb5
commit
ab0f48389c
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class Activitypub {
|
|||
* @return void
|
||||
*/
|
||||
public static function uninstall() {
|
||||
Scheduler::deregister_schedules();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue