Roland Häder a9da9db7eb [pumpio] Fixes/imports: (#661)
* [pumpio] Fixes/imports:
- added curly braces and spaces for better readability
- merged 2 `if()` blocks into one for lesser nested code blocks
- added type-hint `App` and `array` where applyable
- better "import" (`use` under PHP) classes and not reference them directly,
  reducing and improving readability

* [pumpio] Fixes:
- x() is deprecated, let's use !empty() instead
- added spaces for better readability

* [pumpio] Fixes:
- added missing App "imports" (thanks to MrPetovan)
- added type-hint array for $b
- added some spaces
2018-07-22 12:01:05 -04:00
..
2015-11-03 00:42:04 +01:00
2018-07-22 12:01:05 -04:00

To let the connector work properly you should define an application name in config/addon.ini.php:

[pumpio] application_name = Name of you site

This name appears at pump.io and is important for not mirroring back posts that came from Friendica.