Skip to content

Commit

Permalink
[FIX] Fixed rocketchat-oembed meta fragment pulling (#13056)
Browse files Browse the repository at this point in the history
* Fixed rocketchat-oembed meta fragment pulling

* revert changes on two files
  • Loading branch information
wreiske authored and rodrigok committed Mar 2, 2019
1 parent dcc9b3e commit 54b8dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-oembed/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ OEmbed.getUrlMeta = function(url, withFragment) {
let path = urlObj.pathname;
if (urlObj.query != null) {
path += `?${ urlObj.query }`;
urlObj.search = `?${ urlObj.query }`;
}
urlObj.path = path;
}
Expand Down

0 comments on commit 54b8dbd

Please sign in to comment.