File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,17 @@ private function bodyFromMessageWithNoOption(MessageInterface $message): array
97
97
{
98
98
return [
99
99
'specificContent ' => [
100
- 'com.linkedin.ugc.ShareContent ' => [
101
- 'shareCommentary ' => [
102
- 'attributes ' => [],
103
- 'text ' => $ message ->getSubject (),
104
- ],
105
- 'shareMediaCategory ' => 'NONE ' ,
106
- ],
100
+ 'com.linkedin.ugc.ShareContent ' => [
101
+ 'shareCommentary ' => [
102
+ 'attributes ' => [],
103
+ 'text ' => $ message ->getSubject (),
107
104
],
108
- 'visibility ' => [
109
- 'com.linkedin.ugc.MemberNetworkVisibility ' => 'PUBLIC ' ,
105
+ 'shareMediaCategory ' => 'NONE ' ,
110
106
],
107
+ ],
108
+ 'visibility ' => [
109
+ 'com.linkedin.ugc.MemberNetworkVisibility ' => 'PUBLIC ' ,
110
+ ],
111
111
'lifecycleState ' => 'PUBLISHED ' ,
112
112
'author ' => sprintf ('urn:li:person:%s ' , $ this ->accountId ),
113
113
];
You can’t perform that action at this time.
0 commit comments