Change conversationCodeURI in galley.yaml. #1643
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://wearezeta.atlassian.net/browse/SQSERVICES-535
Mote context: (thanks @Yserz, and please correct me if I got anything wrong)
The old url was pointing to the webapp, and that will keep working as well as it works now, namely:
In order to allow mobile clients to join conversations with the logged-in user (not a guest, that was harder to implement), the backend should now create new guest-links that point to the account pages under the new path. For web, this does not change anything, the new link will work as well as the old. For mobile, this will make things work via the logged-in user.
This PR makes sure that all tests, on-prem installations, ... can make this change. Until they do, things will work as well as (but not better than) before.
Checklist