Skip to content

Commit

Permalink
Merge pull request #3493 from eszkadev/private/eszkadev/fix-join-afte…
Browse files Browse the repository at this point in the history
…r-rename

Fixes #3492 joining after document is renamed inside editor
  • Loading branch information
juliushaertl authored Feb 26, 2024
2 parents e191924 + eed26e3 commit e40a0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getSearchParam = (name) => {

const getCallbackBaseUrl = () => {
const callbackUrl = Config.get('wopi_callback_url')
return callbackUrl || window.location.protocol + '//' + window.location.host + getRootUrl() + '/'
return callbackUrl || window.location.protocol + '//' + window.location.host + getRootUrl()
}

const getWopiSrc = (fileId) => {
Expand Down

0 comments on commit e40a0a0

Please sign in to comment.