mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 11:14:25 +02:00
"last-child" is not used anymore
This commit is contained in:
parent
2d66242b4f
commit
034d46196f
18 changed files with 6 additions and 105 deletions
|
@ -386,7 +386,6 @@ function event_store($arr) {
|
|||
$item_arr['deny_cid'] = $arr['deny_cid'];
|
||||
$item_arr['deny_gid'] = $arr['deny_gid'];
|
||||
$item_arr['private'] = $arr['private'];
|
||||
$item_arr['last-child'] = 1;
|
||||
$item_arr['visible'] = 1;
|
||||
$item_arr['verb'] = ACTIVITY_POST;
|
||||
$item_arr['object-type'] = ACTIVITY_OBJ_EVENT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue