diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-11 17:00:45 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-11 17:00:45 -0800 |
commit | 1f4c596841be66c96bc5acf28ba74e4f7154c6c8 (patch) | |
tree | f277b1f99ebd3b289fac41f5714063b6a8816b49 | |
parent | 9fb7a12849cd0e91e16c68041a525b9a552242d0 (diff) | |
download | volse-hubzilla-1f4c596841be66c96bc5acf28ba74e4f7154c6c8.tar.gz volse-hubzilla-1f4c596841be66c96bc5acf28ba74e4f7154c6c8.tar.bz2 volse-hubzilla-1f4c596841be66c96bc5acf28ba74e4f7154c6c8.zip |
add deprecated update_with_media endpoint
-rw-r--r-- | include/api.php | 1 |
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); |