Overview
Private Messages is, as the names suggests, an extension for adding private messages to your forum!
Private messages (PM's) are also known as "direct messages" (DM's). (e.g. "Send me a PM!" or "Send me a DM!")
Installation
composer require neoncube/flarum-private-messages:"*"
Updating
composer update neoncube/flarum-private-messages
php flarum migrate
php flarum cache:clear
Bugs/feature requests
If you run into an issue or have a feature request, please let me know by posting here or on Github, whichever is more convenient for you! 🙂
Migration
Anyone using the Whisper extension should be able to update to this extension without losing any private messages.
Credits
Thank you to @Kyrne, who made the original Whisper extension that this extension is mostly based off of, and thank you to David Wheatleu and CXM for their many bug fixes and contributions!