You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Chimo 85e7151cb2 Remove current_user from @-mention list 7 years ago
actions Remove current_user from @-mention list 7 years ago
css Initial commit 8 years ago
images Initial commit 8 years ago
js Initial commit 8 years ago
.jscsrc Initial commit 8 years ago
.jshintrc Initial commit 8 years ago
README.md Initial commit 8 years ago
ReplyAllPlugin.php Remove current_user from @-mention list 7 years ago

README.md

GNU social Reply All

When you are logged in, this plugin adds a 'reply all' button to each notice

Clicking on it adds everyone* involved in the conversation thread as @-mentions

Instructions

  1. Make sure the files are in a folder called ReplyAll if they're not already
  2. Put the folder in your /plugins/ directory
  3. Tell /config.php to use it with: addPlugin('ReplyAll');