Skip to content

Commit

Permalink
Merge branch 'develop' into noach_seekingalpha_AWS_S3_FileProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Oct 13, 2023
2 parents 3683355 + dd254a9 commit 762ee62
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 762ee62

Please sign in to comment.