django-machina
django-machina copied to clipboard
Add notification function
Users should receive notifications if somebody mentioned them in a post.
If a full notification function does not suit this project it might also be reasonable to add some hooks if a user got mentioned in a post.
We're looking for the same functionality. Allow forum members to toggle on/off notifications on email. When a reply is added to a topic you have created and replies to a topic you are subscribed on. Is this something that can be a valuable feature for machina? If so then I'll happily add a PR for it.
@stianpr yes it could be valuable. 😉 Feel free to work on a PR!
Added a possible solution in #74 for those interested.