extend auch noch angepasst
This commit is contained in:
parent
9e53b76879
commit
0e2c117a77
10
extend.php
10
extend.php
|
|
@ -24,4 +24,14 @@ return [
|
|||
// ✅ EINZIGER Notification-Hook (richtig für Flarum 1.8.x)
|
||||
(new Extend\Notification())
|
||||
->beforeSending(MirrorAlertsToTeams::class),
|
||||
|
||||
|
||||
|
||||
(new Extend\User())
|
||||
->registerPreference('sbp-jm-msteams.enabled', 'boolval', false)
|
||||
->registerPreference('sbp-jm-msteams.types.newPost', 'boolval', false)
|
||||
->registerPreference('sbp-jm-msteams.types.postMentioned', 'boolval', false)
|
||||
->registerPreference('sbp-jm-msteams.types.userMentioned', 'boolval', false),
|
||||
];
|
||||
|
||||
];
|
||||
Loading…
Reference in New Issue