mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 16:31:09 +00:00
a9da9db7eb
* [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 |
||
---|---|---|
.. | ||
config | ||
lang | ||
oauth | ||
pumpio.css | ||
pumpio.php | ||
pumpio_sync.php | ||
README.md |
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.