]> git.mxchange.org Git - friendica.git/blobdiff - include/api.php
Don't optimize the tables when the maximum size is lower than zero
[friendica.git] / include / api.php
index 699b066d25e1bec6fc9bfe448ec32238bd34b1c4..a494e3cdd9ea23f704f91d7ae8a457e36371cbdf 100644 (file)
                return api_apply_template("timeline", $type, $data);
        }
        api_register_func('api/conversation/show','api_conversation_show', true);
+       api_register_func('api/statusnet/conversation','api_conversation_show', true);
 
 
        /**