mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 21:31:04 +00:00
dc8b86ae81
Twitter: Changed the behaviour with the maximum length of posts
5 lines
256 B
Text
5 lines
256 B
Text
To let the connector work properly you should define an application name in the .htconfig:
|
|
|
|
$a->config['pumpio']['application_name'] = "Name of you site";
|
|
|
|
This name appears at pump.io and is mportant for not mirroring back posts that came from friendica.
|