mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
feat(subscriptions): add option to send notifications when not caught up (#3503)
This commit is contained in:
@@ -61,4 +61,7 @@ return [
|
||||
|
||||
(new Extend\SimpleFlarumSearch(DiscussionSearcher::class))
|
||||
->addGambit(SubscriptionFilterGambit::class),
|
||||
|
||||
(new Extend\User())
|
||||
->registerPreference('flarum-subscriptions.notify_for_all_posts', 'boolval', false),
|
||||
];
|
||||
|
Reference in New Issue
Block a user