mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
We only need the uid
This commit is contained in:
parent
5cf745af44
commit
5019d46071
2 changed files with 13 additions and 13 deletions
|
@ -2773,7 +2773,7 @@ class DFRN
|
|||
if ($posted_id) {
|
||||
logger("Reply from contact ".$item["contact-id"]." was stored with id ".$posted_id, LOGGER_DEBUG);
|
||||
|
||||
IF ($item['uid'] == 0) {
|
||||
if ($item['uid'] == 0) {
|
||||
Item::distribute($posted_id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue