Merge pull request #1952 from annando/1510-ifttt

Vier: Support for the new IFTTT addon
This commit is contained in:
Tobias Diekershoff 2015-10-12 08:18:11 +02:00
commit 456e078021
1 changed files with 3 additions and 0 deletions

View File

@ -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");