mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:23:42 +00:00
Merge pull request #1349 from annando/twitter-wall
Twitter: Set "wall" on remote-self
This commit is contained in:
commit
2724d6f5d9
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);
|
||||
$postarray['id'] = $item;
|
||||
|
||||
|
|
Loading…
Reference in a new issue