Edit Notifications for Flarum
ABANDONED
This extension will let users know when their post is edited (because they've the right to know!)
[OPTIONAL] It'll also notify users about edits on posts that they interacted (liked, mentioned, reacted or voted). So when you get interacted with a post, you'll be notified when it's edited. You could think as it is 'post subscription'.
Features
- Uses queues for notifications.
- Integration with
flarum/likes
, flarum/mentions
, fof/reactions
& fof/gamification
Installation
Use Bazaar or install manually:
composer require the-turk/flarum-edit-notifications
Updating
composer update the-turk/flarum-edit-notifications
php flarum cache:clear
Usage
Enable the extension. Disable notifications for interacted posts from the extension's settings modal if you wish.
Reminder: Users can disable these notifications individually in their settings page if they wish.
Links