the-turk/flarum-edit-notifications

This package is abandoned and no longer maintained. No replacement package was suggested.

Send notifications about edits.

0.1.5 2020-05-08 19:11 UTC

README

MIT license Latest Stable Version Total Downloads

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'.

Screenshot

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