discussionurl anstatt weburl übergeben
This commit is contained in:
parent
649ada1244
commit
8d0a6f835e
|
|
@ -59,7 +59,7 @@ class NotificationPayloadFactory
|
||||||
'topic' => [
|
'topic' => [
|
||||||
'source' => 'text',
|
'source' => 'text',
|
||||||
'value' => $discussionTitle,
|
'value' => $discussionTitle,
|
||||||
'webUrl' => $teamsDeepLink,
|
'discussionUrl' => $teamsDeepLink,
|
||||||
],
|
],
|
||||||
'activityType' => 'systemDefault',
|
'activityType' => 'systemDefault',
|
||||||
'previewText' => [
|
'previewText' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue