SQSERVICES-547 Enforce disabling guest links when conversation is joined#1976
Merged
battermann merged 9 commits intodevelopfrom Dec 17, 2021
Merged
Conversation
e038868 to
4d801cf
Compare
fisx
reviewed
Dec 9, 2021
5c867e4 to
7fd8eb2
Compare
dcf1282 to
392d1fa
Compare
Base automatically changed from
SQSERVICES-547-add-feature-config-for-guest-links
to
develop
December 9, 2021 11:42
392d1fa to
63a20e5
Compare
fisx
requested changes
Dec 9, 2021
Contributor
fisx
left a comment
There was a problem hiding this comment.
Yes, I think we need an integration test for this.
Contributor
you can probably add it here: |
4a21af9 to
66e60ca
Compare
66e60ca to
8d4fdc1
Compare
fisx
approved these changes
Dec 17, 2021
fisx
reviewed
Dec 17, 2021
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-1057
This PR handles only
conversations/joinChecklist
If HTTP endpoint paths have been added or renamed, the endpoint / config-flag checklist (see Wire-employee only backend wiki page) has been followed.If a cassandra schema migration has been added, I ranmake git-add-cassandra-schemato update the cassandra schema documentation.changelog.d.If new config options introduced: added usage description under docs/reference/config-options.mdIf new config options introduced: recommended measures to be taken by on-premise instance operators.If a cassandra schema migration is backwards incompatible (see also these docs), measures to be taken by on-premise instance operators are explained.If a data migration (not schema migration) introduced: measures to be taken by on-premise instance operators.If public end-points have been changed or added: does nginz need un upgrade?If internal end-points have been added or changed: which services have to be deployed in a specific order?