mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Use the id instead of iid
This commit is contained in:
parent
859d026edf
commit
0cd8c78e2d
2 changed files with 9 additions and 3 deletions
|
@ -320,6 +320,7 @@ return [
|
|||
'parent-uri' => '1',
|
||||
'thr-parent-id' => 1,
|
||||
'thr-parent' => '1',
|
||||
'private' => 0,
|
||||
'gravity' => GRAVITY_PARENT,
|
||||
'author-link' => 'http://localhost/profile/selfcontact',
|
||||
'wall' => 1,
|
||||
|
@ -348,6 +349,7 @@ return [
|
|||
'parent-uri' => '1',
|
||||
'thr-parent-id' => 1,
|
||||
'thr-parent' => '1',
|
||||
'private' => 0,
|
||||
'gravity' => GRAVITY_COMMENT,
|
||||
'author-link' => 'http://localhost/profile/selfcontact',
|
||||
'wall' => 1,
|
||||
|
@ -372,6 +374,7 @@ return [
|
|||
'parent-uri' => '3',
|
||||
'thr-parent-id' => 3,
|
||||
'thr-parent' => '3',
|
||||
'private' => 0,
|
||||
'gravity' => GRAVITY_PARENT,
|
||||
'author-link' => 'http://localhost/profile/othercontact',
|
||||
'wall' => 1,
|
||||
|
@ -397,6 +400,7 @@ return [
|
|||
'parent-uri' => '1',
|
||||
'thr-parent-id' => 1,
|
||||
'thr-parent' => '1',
|
||||
'private' => 0,
|
||||
'gravity' => GRAVITY_COMMENT,
|
||||
'author-link' => 'http://localhost/profile/othercontact',
|
||||
'wall' => 1,
|
||||
|
@ -422,6 +426,7 @@ return [
|
|||
'parent-uri' => '1',
|
||||
'thr-parent-id' => 1,
|
||||
'thr-parent' => '1',
|
||||
'private' => 0,
|
||||
'gravity' => GRAVITY_COMMENT,
|
||||
'author-link' => 'http://localhost/profile/othercontact',
|
||||
'wall' => 1,
|
||||
|
@ -450,6 +455,7 @@ return [
|
|||
'parent-uri' => '6',
|
||||
'thr-parent-id' => 6,
|
||||
'thr-parent' => '6',
|
||||
'private' => 0,
|
||||
'gravity' => GRAVITY_PARENT,
|
||||
'author-link' => 'http://localhost/profile/othercontact',
|
||||
'wall' => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue