Skip to content

Commit

Permalink
fix: send query params to new method to jump to message
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev committed Feb 6, 2023
1 parent 414150e commit 55bcf6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/client/lib/utils/jumpToMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const jumpToMessage = (message: IMessage) => {
name: ChatRoom.findOne({ _id: message.rid })?.name ?? '',
},
{
...FlowRouter.current().queryParams,
jump: message._id,
},
);
Expand Down

0 comments on commit 55bcf6d

Please sign in to comment.