mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-22 09:30:20 +00:00
Merge pull request #246 from annando/1503-pumpio-bugfix-comments
pumpio-Bugfix: Comments had a wrong network value in some cases
This commit is contained in:
commit
643b4390ef
1 changed files with 1 additions and 0 deletions
|
@ -1130,6 +1130,7 @@ function pumpio_dopost(&$a, $client, $uid, $self, $post, $own_id, $threadcomplet
|
|||
$public = true;
|
||||
|
||||
$postarray = array();
|
||||
$postarray['network'] = NETWORK_PUMPIO;
|
||||
$postarray['gravity'] = 0;
|
||||
$postarray['uid'] = $uid;
|
||||
$postarray['wall'] = 0;
|
||||
|
|
Loading…
Reference in a new issue