gnu-social/plugins/FollowEveryone
Alexei Sorokin 62b90c29db [DATABASE] Introduce a bool type in schema
PostgreSQL has a clear distinction between integers and booleans, so it makes
sense to draw a clear line.
2019-09-11 11:25:39 +03:00
..
classes [DATABASE] Introduce a bool type in schema 2019-09-11 11:25:39 +03:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
FollowEveryonePlugin.php [CORE] Plugin API now extends a new Module API 2019-08-24 01:59:33 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

The FollowEveryone plugin makes it so that when a new user registers, all
existing users follow them automatically.

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

Settings
========
none

Example
=======
addPlugin('FollowEveryone');