Twitter: Set "wall" on remote-self
This commit is contained in:
parent
9763635e5b
commit
d116d79182
1 changed files with 2 additions and 0 deletions
|
@ -2304,6 +2304,8 @@ function twitter_fetchhometimeline(App $a, int $uid): void
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$postarray['wall'] = (bool)$notify;
|
||||||
|
|
||||||
$item = Item::insert($postarray, $notify);
|
$item = Item::insert($postarray, $notify);
|
||||||
$postarray['id'] = $item;
|
$postarray['id'] = $item;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue