aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-11 17:00:45 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-11 17:00:45 -0800
commit1f4c596841be66c96bc5acf28ba74e4f7154c6c8 (patch)
treef277b1f99ebd3b289fac41f5714063b6a8816b49 /include/api.php
parent9fb7a12849cd0e91e16c68041a525b9a552242d0 (diff)
downloadvolse-hubzilla-1f4c596841be66c96bc5acf28ba74e4f7154c6c8.tar.gz
volse-hubzilla-1f4c596841be66c96bc5acf28ba74e4f7154c6c8.tar.bz2
volse-hubzilla-1f4c596841be66c96bc5acf28ba74e4f7154c6c8.zip
add deprecated update_with_media endpoint
Diffstat (limited to 'include/api.php')
-rw-r--r--include/api.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/api.php b/include/api.php
index 4ad915c03..1fb48d553 100644
--- a/include/api.php
+++ b/include/api.php
@@ -870,6 +870,7 @@ require_once('include/api_auth.php');
// this should output the last post (the one we just posted).
return api_status_show($a,$type);
}
+ api_register_func('api/statuses/update_with_media','api_statuses_update', true);
api_register_func('api/statuses/update','api_statuses_update', true);