You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
simple
plugins strictly for ap inbox, passed ApObject always
or... complex
PluginService.registerHook(id: string, data?: PluginData)
PluginService.registerPlugin(id: string, hook: string, returns: boolean)
plugins should expect everything to be null, like inbox processors
if returns, local var changes by output of plugin
hook locations:
plugins go in...
src/plugins
plugin structure looks like...
[name]/plugin.json
index.js/ts
sidenotes:
@things (i know, professional) get used for something like this? other more advanced ts features?