A Flarum 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!")
composer remove kyrne/whisper --no-update
composer remove littlecxm/whisper --no-update
composer require neoncube/flarum-private-messages:"*"
composer update neoncube/flarum-private-messages
php flarum migrate
php flarum cache:clear
Thank you to Kyrne, who made the original Whisper extension, which this extension is mostly based off of!
Thank you to David Wheatleu and CXM for their many bug fixes and contributions!