Vier: Support for the new IFTTT addon.

This commit is contained in:
Michael Vogel 2015-10-11 23:36:23 +02:00
parent aded5e4127
commit adba75600a
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");