package
0.14.1
Repository: https://github.com/element-hq/dendrite.git
Documentation: pkg.go.dev

# Functions

Attach a hook.
Enable all hooks.
Run any hooks.

# Constants

KindNewEventPersisted is a hook which is called with *types.HeaderedEvent It is run when a new event is persisted in the roomserver.
KindNewEventReceived is a hook which is called with *types.HeaderedEvent It is run before a new event is processed by the roomserver.