Skip to content

Commit

Permalink
fix: mobile ringing notification missing call id (#30614)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc authored Oct 13, 2023
1 parent 3536342 commit dd254a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-zoos-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

fix: mobile ringing notification missing call id
1 change: 1 addition & 0 deletions apps/meteor/server/services/video-conference/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ export class VideoConfService extends ServiceClassInternal implements IVideoConf
caller: call.createdBy,
avatar: getUserAvatarURL(call.createdBy.username),
status: call.status,
callId: call._id,
},
userId: calleeId,
notId: PushNotification.getNotificationId(`${call.rid}|${call._id}`),
Expand Down

0 comments on commit dd254a9

Please sign in to comment.