Skip to content

Commit

Permalink
Bypass local cache when opening thread after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed Sep 12, 2018
1 parent 9b400d1 commit 493dde3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Template.CreateThread.events({
Meteor.defer(() => {
RocketChat.callbacks.run('afterCreateThread', Meteor.user(), result);
});
FlowRouter.goToRoomById(result._id);
RocketChat.roomTypes.openRouteLink(result.t, result);
}
});
}
Expand Down

0 comments on commit 493dde3

Please sign in to comment.