[twitter] Add expected wall = 1 for own posts

This commit is contained in:
Hypolite Petovan 2019-01-06 04:12:41 -05:00
parent 9845edb8d9
commit 5b2bf6169b

View file

@ -1469,6 +1469,8 @@ function twitter_createpost(App $a, $uid, $post, array $self, $create_user, $onl
intval($uid));
if (DBA::isResult($r)) {
$postarray['wall'] = 1;
$contactid = $r[0]["id"];
$postarray['owner-name'] = $r[0]["name"];