ActivityPub Plugin

Hmm does that actually work? In my experience touching Plugin::Instance after initialize doesn’t go well.

It does, we use it in several places inside after_initialize, for example:

The main issue is that other plugins or core cannot access the prepended method. In this case, the method is only accessed by the same plugin, later in the lifecycle.

1 Like