mirror of
https://github.com/friendica/friendica
synced 2024-11-18 11:43:41 +00:00
Vier: Support for the new IFTTT addon.
This commit is contained in:
parent
aded5e4127
commit
adba75600a
1 changed files with 3 additions and 0 deletions
|
@ -293,6 +293,9 @@ function vier_community_info() {
|
|||
if (nodeinfo_plugin_enabled("fbpost"))
|
||||
$r[] = array("photo" => "images/facebook.png", "name" => "Facebook");
|
||||
|
||||
if (nodeinfo_plugin_enabled("ifttt"))
|
||||
$r[] = array("photo" => "addon/ifttt/ifttt.png", "name" => "IFTTT");
|
||||
|
||||
if (nodeinfo_plugin_enabled("statusnet"))
|
||||
$r[] = array("photo" => "images/gnusocial.png", "name" => "GNU Social");
|
||||
|
||||
|
|
Loading…
Reference in a new issue