mat/ratioed-plugin-2 #1519

Merged
MrPetovan merged 2 commits from mexon/friendica-addons:mat/ratioed-plugin-2 into develop 2024-06-23 21:25:48 +02:00
Showing only changes of commit 7d5446a778 - Show all commits

View file

@ -25,15 +25,6 @@ function ratioed_install()
Logger::info("ratioed: installed"); Logger::info("ratioed: installed");
} }
/**
* @brief Uninstallation hook for ratioed plugin
*/
function ratioed_uninstall() {
Hook::unregister('moderation_users_tabs', 'addon/ratioed/ratioed.php', 'ratioed_users_tabs');
Logger::info("ratioed: uninstalled");
}
/** /**
* This is a statement rather than an actual function definition. The simple * This is a statement rather than an actual function definition. The simple
* existence of this method is checked to figure out if the addon offers a * existence of this method is checked to figure out if the addon offers a