the-turk / flarum-edit-notifications
Send notifications about edits.
Installs: 271
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 2
Type:flarum-extension
Requires
- flarum/core: >=0.1.0-beta.10 <0.1.0-beta.14
This package is auto-updated.
Last update: 2020-08-10 17:45:41 UTC
README
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.