Skip to content

Commit

Permalink
chore: add participant to msg body for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
adiwajshing committed Mar 2, 2022
1 parent 3d56d61 commit a8a0c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Socket/messages-recv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
id: node.attrs.id,
...(msg.key || {})
}
msg.participant = node.attrs.participant
msg.messageTimestamp = +node.attrs.t

const fullMsg = proto.WebMessageInfo.fromObject(msg)
Expand Down

0 comments on commit a8a0c70

Please sign in to comment.