]> git.mxchange.org Git - friendica-addons.git/blob - pumpio/README.md
Changes:
[friendica-addons.git] / pumpio / README.md
1 To let the connector work properly you should define an application name in `config/pumpio.config.php`:
2
3         return [
4                 'pumpio' => [
5                         'application_name' => '',
6                         // Displays forwarded posts like "wall-to-wall" posts.
7                         'wall-to-wall_share' => false,
8                         // Given in minutes
9                         'poll_interval' => 5,
10                 ],
11         ];
12
13 This name appears at pump.io and is important for not mirroring back posts that came from Friendica.