zidify img links, delay notifier until actually published for time travelling posts

This commit is contained in:
friendica
2013-05-27 05:27:35 -07:00
parent 5c1f959c18
commit df32c93d56
6 changed files with 44 additions and 10 deletions

View File

@@ -535,7 +535,11 @@ require_once('include/security.php');
}
if($_SERVER['REQUEST_METHOD'] == 'POST') {
json_return_and_die(post_activity_item($_POST));
json_return_and_die(post_activity_item($_REQUEST));
}
else {
// fetch stream
}
}
api_register_func('api/red/channel/stream','api_channel_stream', true);