vielelicht doch??

This commit is contained in:
JM 2026-05-05 17:45:12 +02:00
parent a8cda75f03
commit e79b38442b
1 changed files with 6 additions and 6 deletions

View File

@ -41,12 +41,12 @@ class NotificationPayloadFactory
$teamsEntityId = '8ffe419f-ca44-4627-a4b2-f223da2d07aa';
// Opens the app side pane and marks the activity as read
$teamsTabLink = sprintf(
'https://teams.microsoft.com/l/entity/%s/%s',
$teamsAppId,
$teamsEntityId
);
$teamsTabLink = sprintf(
'https://teams.microsoft.com/l/entity/%s/%s?webUrl=%s',
$teamsAppId,
$teamsEntityId,
rawurlencode('https://forum.sbp.de/static/flarum-notify.html?v=2')
);
return [
'topic' => [
'source' => 'text',