Merge pull request #8792 from MrPetovan/task/share-block-guid

[frio] Add local post link to share block when guid attribute is present
This commit is contained in:
Michael Vogel 2020-06-23 21:26:07 +02:00 committed by GitHub
commit 7fd2c00171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 42 additions and 23 deletions

View file

@ -192,6 +192,8 @@ return [
'allow_gid' => '',
'deny_cid' => '',
'deny_gid' => '',
'guid' => '1',
'plink' => 'http://localhost/display/1',
],
[
'id' => 2,
@ -209,6 +211,8 @@ return [
'wall' => 1,
'starred' => 0,
'origin' => 1,
'guid' => '2',
'plink' => 'http://localhost/display/2',
],
[
@ -227,6 +231,8 @@ return [
'wall' => 1,
'starred' => 0,
'origin' => 1,
'guid' => '3',
'plink' => 'http://localhost/display/3',
],
[
'id' => 4,
@ -244,6 +250,8 @@ return [
'wall' => 1,
'starred' => 0,
'origin' => 1,
'guid' => '4',
'plink' => 'http://localhost/display/4',
],
[
@ -266,6 +274,8 @@ return [
'allow_gid' => '',
'deny_cid' => '',
'deny_gid' => '',
'guid' => '5',
'plink' => 'http://localhost/display/5',
],
[
'id' => 6,
@ -283,6 +293,8 @@ return [
'wall' => 1,
'starred' => 0,
'origin' => 1,
'guid' => '6',
'plink' => 'http://localhost/display/6',
],
],
'notify' => [