Skip to content

Commit

Permalink
Merge pull request #13331 from nextcloud/backport/13330/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Sep 17, 2024
2 parents 0ba4ded + b0ae190 commit 9f0d6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ protected function parseChatMessage(INotification $notification, Room $room, Par
}
$richSubjectParameters['message'] = [
'type' => 'highlight',
'id' => $message->getMessageId(),
'id' => (string)$message->getMessageId(),
'name' => $shortenMessage,
];
if ($notification->getSubject() === 'reminder') {
Expand Down

0 comments on commit 9f0d6f0

Please sign in to comment.