gnu-social/plugins/GroupPrivateMessage
brunoccast 5c0a3102ff [ROUTES] Allow accept-header specification during router creation
Router:
- Fix calls to connect, most of them were misusing the function's params

URLMapper:
- Minor fixes
- Documentation
- Add support for accept-header specification

Plugins/*:
- Fix calls to connect
2019-08-03 17:47:16 +01:00
..
actions Various obvious bug fixes and better PHP 7 support 2019-04-26 00:34:17 +01:00
classes
forms
lib
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
GroupPrivateMessagePlugin.php [ROUTES] Allow accept-header specification during router creation 2019-08-03 17:47:16 +01:00
README

The GroupPrivateMessage plugin allows users to send private messages to a group.

Installation
============
add "addPlugin('GroupPrivateMessage');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('GroupPrivateMessage');