mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Merge branch 'master' of git://github.com/friendica/friendica-addons
This commit is contained in:
commit
834845a6c2
111 changed files with 671 additions and 11 deletions
|
@ -1187,7 +1187,7 @@ function fb_consume_stream($uid,$j,$wall = false) {
|
|||
|
||||
if($entry->privacy && $entry->privacy->value !== 'EVERYONE') {
|
||||
$datarray['private'] = 1;
|
||||
$datarray['allow_cid'] = '<' . $uid . '>';
|
||||
$datarray['allow_cid'] = '<' . $self[0]['id'] . '>';
|
||||
}
|
||||
|
||||
if(trim($datarray['body']) == '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue