payload geändert
This commit is contained in:
parent
358817dadd
commit
b5fa8eaccc
|
|
@ -55,9 +55,10 @@ class NotificationPayloadFactory
|
|||
|
||||
// Diskussion in den Tab-Kontext schreiben
|
||||
$contextJson = json_encode([
|
||||
'subPageId' => $discussionUrl,
|
||||
'subEntityId' => $discussionUrl,
|
||||
'subEntityLabel' => $discussionTitle,
|
||||
'subEntityWebUrl' => $discussionUrl,
|
||||
], JSON_UNESCAPED_SLASHES);
|
||||
|
||||
// Teams-Deep-Link auf den Personal Tab
|
||||
$teamsDeepLink = sprintf(
|
||||
'https://teams.microsoft.com/l/entity/%s/%s?webUrl=%s&label=%s&context=%s',
|
||||
|
|
|
|||
Loading…
Reference in New Issue