"remote-self" is now working for Diaspora and Twitter as well

This commit is contained in:
Michael 2018-05-04 21:12:13 +00:00
parent e5a6e7b449
commit 1230ff146a
3 changed files with 28 additions and 6 deletions

View file

@ -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) {