owner can leave room now

This commit is contained in:
simplonco
2023-01-17 13:45:30 +01:00
parent 7c437ef38c
commit 7d3382aa09
5 changed files with 83 additions and 22 deletions

View File

@@ -79,15 +79,17 @@
- [/] see all my rooms
- [/] invite someone in room
- [/] leave room
- [ ] leave room if owner
- [ ] last leave room
- [/] leave direct impossible
- [/] protect room with password
- [/] add, change, and remove password in room
- [ ] make admin
- [ ] ban
- [ ] mute
- [ ] block users
- [ ] send game invitation
- [ ] view user profiles
- [/] make admin
- [/] ban
- [/] mute
- [/] block users
- [/] send game invitation
- [/] view user profiles
#### game :
@@ -244,3 +246,17 @@
- HTTP_VERSION_NOT_SUPPORTED: 505
```
---
## tests chat :
- [ ] leave room
- user leave room
- admin user leave room
- owner user leave room
- on rooms with password
- on direct rooms
- after password is change / set / removed
- [ ]