mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
feed related
This commit is contained in:
parent
43f8dd6802
commit
d20e1a6f93
7 changed files with 215 additions and 63 deletions
|
@ -5,7 +5,7 @@ function sanitise_acl(&$item) {
|
|||
}
|
||||
|
||||
function item_post(&$a) {
|
||||
dbg(2);
|
||||
|
||||
if((! local_user()) && (! remote_user()))
|
||||
return;
|
||||
|
||||
|
@ -149,7 +149,7 @@ dbg(2);
|
|||
array(),$foo));
|
||||
|
||||
}
|
||||
// goaway($a->get_baseurl() . "/profile/$profile_uid");
|
||||
goaway($a->get_baseurl() . "/profile/$profile_uid");
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue