mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30:10 +00:00
some api enhancements
This commit is contained in:
parent
b96b7d4608
commit
0c9f033505
5 changed files with 162 additions and 98 deletions
|
@ -6,7 +6,6 @@ require_once('include/salmon.php');
|
|||
|
||||
function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0) {
|
||||
|
||||
|
||||
// default permissions - anonymous user
|
||||
|
||||
if(! strlen($owner_nick))
|
||||
|
@ -485,7 +484,6 @@ function get_atom_elements($feed,$item) {
|
|||
if((x($res,'verb')) && ($res['verb'] === 'http://ostatus.org/schema/1.0/unfollow'))
|
||||
$res['verb'] = ACTIVITY_UNFOLLOW;
|
||||
|
||||
|
||||
$cats = $item->get_categories();
|
||||
if($cats) {
|
||||
$tag_arr = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue