"wall" in test data

This commit is contained in:
Michael 2021-02-15 12:43:23 +00:00
parent 0f84148413
commit e1c1744dd1
1 changed files with 12 additions and 0 deletions

View File

@ -365,6 +365,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'gravity' => GRAVITY_PARENT, 'gravity' => GRAVITY_PARENT,
'network' => Protocol::DFRN, 'network' => Protocol::DFRN,
'wall' => 1,
'origin' => 1, 'origin' => 1,
], ],
[ [
@ -385,6 +386,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 1,
], ],
[ [
'id' => 3, 'id' => 3,
@ -404,6 +406,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 1,
], ],
[ [
'id' => 4, 'id' => 4,
@ -423,6 +426,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 1,
], ],
[ [
'id' => 5, 'id' => 5,
@ -442,6 +446,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 1,
], ],
[ [
'id' => 6, 'id' => 6,
@ -461,6 +466,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 1,
], ],
[ [
'id' => 7, 'id' => 7,
@ -480,6 +486,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 0,
], ],
[ [
'id' => 8, 'id' => 8,
@ -499,6 +506,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 0,
], ],
[ [
'id' => 9, 'id' => 9,
@ -518,6 +526,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 0,
], ],
[ [
'id' => 10, 'id' => 10,
@ -537,6 +546,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 0,
], ],
[ [
'id' => 11, 'id' => 11,
@ -556,6 +566,7 @@ return [
'private' => Item::PUBLIC, 'private' => Item::PUBLIC,
'visible' => 1, 'visible' => 1,
'deleted' => 0, 'deleted' => 0,
'wall' => 0,
], ],
[ [
'id' => 12, 'id' => 12,
@ -575,6 +586,7 @@ return [
'network' => Protocol::DFRN, 'network' => Protocol::DFRN,
'origin' => 0, 'origin' => 0,
'deleted' => 0, 'deleted' => 0,
'wall' => 0,
], ],
], ],
'post-thread' => [ 'post-thread' => [