mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
"remote-self" is now working for Diaspora and Twitter as well
This commit is contained in:
parent
e5a6e7b449
commit
1230ff146a
3 changed files with 28 additions and 6 deletions
|
@ -2767,6 +2767,10 @@ class DFRN
|
|||
|
||||
$posted_id = Item::insert($item, false, $notify);
|
||||
|
||||
if ($notify) {
|
||||
$notify = $notify;
|
||||
}
|
||||
|
||||
logger("Item was stored with id ".$posted_id, LOGGER_DEBUG);
|
||||
|
||||
if ($item['uid'] == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue