mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
New table "post-content"
This commit is contained in:
parent
8eb3bddc2a
commit
c3398511b4
15 changed files with 447 additions and 431 deletions
|
@ -179,48 +179,36 @@ return [
|
|||
'guid' => '6',
|
||||
],
|
||||
],
|
||||
'item-content' => [
|
||||
'post-content' => [
|
||||
[
|
||||
'id' => 1,
|
||||
'uri-id' => 1,
|
||||
'uri-plink-hash' => '1',
|
||||
'body' => 'Parent status',
|
||||
'plink' => 'http://localhost/display/1',
|
||||
'uri-id' => 1,
|
||||
'body' => 'Parent status',
|
||||
'plink' => 'http://localhost/display/1',
|
||||
],
|
||||
[
|
||||
'id' => 2,
|
||||
'uri-id' => 2,
|
||||
'uri-plink-hash' => '2',
|
||||
'body' => 'Reply',
|
||||
'plink' => 'http://localhost/display/2',
|
||||
'uri-id' => 2,
|
||||
'body' => 'Reply',
|
||||
'plink' => 'http://localhost/display/2',
|
||||
],
|
||||
[
|
||||
'id' => 3,
|
||||
'uri-id' => 3,
|
||||
'uri-plink-hash' => '3',
|
||||
'body' => 'Other user status',
|
||||
'plink' => 'http://localhost/display/3',
|
||||
'uri-id' => 3,
|
||||
'body' => 'Other user status',
|
||||
'plink' => 'http://localhost/display/3',
|
||||
],
|
||||
[
|
||||
'id' => 4,
|
||||
'uri-id' => 4,
|
||||
'uri-plink-hash' => '4',
|
||||
'body' => 'Friend user reply',
|
||||
'plink' => 'http://localhost/display/4',
|
||||
'uri-id' => 4,
|
||||
'body' => 'Friend user reply',
|
||||
'plink' => 'http://localhost/display/4',
|
||||
],
|
||||
[
|
||||
'id' => 5,
|
||||
'uri-id' => 5,
|
||||
'uri-plink-hash' => '5',
|
||||
'body' => '[share]Shared status[/share]',
|
||||
'plink' => 'http://localhost/display/5',
|
||||
'uri-id' => 5,
|
||||
'body' => '[share]Shared status[/share]',
|
||||
'plink' => 'http://localhost/display/5',
|
||||
],
|
||||
[
|
||||
'id' => 6,
|
||||
'uri-id' => 6,
|
||||
'uri-plink-hash' => '6',
|
||||
'body' => 'Friend user status',
|
||||
'plink' => 'http://localhost/display/6',
|
||||
'uri-id' => 6,
|
||||
'body' => 'Friend user status',
|
||||
'plink' => 'http://localhost/display/6',
|
||||
],
|
||||
],
|
||||
'post-user' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue