gnu-social/plugins/ForceGroup
Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0
Updated composer and translations

composer install --no-dev
composer dump-autoload --optimize
git add vendor/ --force
make updatepo
2021-07-18 12:49:17 +01:00
..
locale [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
ForceGroupPlugin.php [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2021-07-16 19:44:36 +01:00
README [ForceGroup] Modernized plugin and improved documentation 2021-07-16 19:44:34 +01:00

README

The ForceGroup plugin allows forced group memberships and allows forcing all notices
to appear in some groups.

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

Settings
========
post: Members of these groups will have all their posts mirrored into the group even if they don't explicitly mention it.
join: New user registrations will automatically join these groups on registration. They're _not_ prevented from leaving, however.

Example
=======
addPlugin('ForceGroup');

Some Example Use Cases
=======================
(join) Forcing a group membership allows to have a group dedicated to your instance or some of your instance main topics.
(join + post) Allows you to federate your instance timeline