zidify img links, delay notifier until actually published for time travelling posts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user