Skip to content

Basis for plugin system, move console log of database updates to a plugin.

threshold requested to merge pluginsbase into master

Basis for plugin system, move console log of database updates to a plugin. Allows a standardized way to add customized events in response to activity within the client. Supports 3 events currently:

  • a new post is about to be made via /submit (after post format validation)
  • a new post was successfully made via /submit
  • the local copy of the database was successfully updated (eg. a new post was added to the local database)

Merge request reports

Loading