-
Notifications
You must be signed in to change notification settings - Fork 509
Persistent one-to-one rooms #1591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c5d44a6 to
24bd71a
Compare
24bd71a to
cc25c85
Compare
|
@Ivansss @mario There is a new capability |
danxuliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moderators can no longer leave a public room in which they are the only participants; see https://drone.nextcloud.com/nextcloud/spreed/1684/56 Is that on purpose?
Besides that, I will take care of the acceptance tests.
That is from #1588 but yeah I will fix it here
No, I will do this. |
I think that it was broken in this pull request; in #1588 they worked fine (the remove tests; the sharees tests yes, I think that they were broken in #1588).
OK, but keep in mind:
|
ba9631a to
b6c73f3
Compare
OK
Ah, I didnt get how that one happens :P
Yes it can, I fixed it. |
OK, wrong wording on my part; I meant that even if properly fixed the test will not pass until #1594 is merged and this pull request rebased. |
e7ddef8 to
c843f90
Compare
* No more guests allowed * You can not add people to it * You can only leave it, not delete it Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
c843f90 to
a134976
Compare
The idea is to make one-to-one rooms persistent:
If the second user:
This prevents misunderstandings like #1528 and is also more in line with the behaviour of other messengers.