mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-03 22:52:47 +00:00
Merge branch 'master' into query-key-backup
This commit is contained in:
commit
60af5bee47
66 changed files with 488 additions and 441 deletions
|
@ -98,7 +98,7 @@ func Enable(
|
|||
) error {
|
||||
db, err := NewDatabase(&base.Cfg.MSCs.Database)
|
||||
if err != nil {
|
||||
return fmt.Errorf("Cannot enable MSC2836: %w", err)
|
||||
return fmt.Errorf("cannot enable MSC2836: %w", err)
|
||||
}
|
||||
hooks.Enable()
|
||||
hooks.Attach(hooks.KindNewEventPersisted, func(headeredEvent interface{}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue