vielelicht doch??
This commit is contained in:
parent
a8cda75f03
commit
e79b38442b
|
|
@ -42,11 +42,11 @@ class NotificationPayloadFactory
|
||||||
|
|
||||||
// Opens the app side pane and marks the activity as read
|
// Opens the app side pane and marks the activity as read
|
||||||
$teamsTabLink = sprintf(
|
$teamsTabLink = sprintf(
|
||||||
'https://teams.microsoft.com/l/entity/%s/%s',
|
'https://teams.microsoft.com/l/entity/%s/%s?webUrl=%s',
|
||||||
$teamsAppId,
|
$teamsAppId,
|
||||||
$teamsEntityId
|
$teamsEntityId,
|
||||||
|
rawurlencode('https://forum.sbp.de/static/flarum-notify.html?v=2')
|
||||||
);
|
);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'topic' => [
|
'topic' => [
|
||||||
'source' => 'text',
|
'source' => 'text',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue