Commit 75a4670
authored
refactor(chat)!: admin/router missing endpoints/query params/participants actions (#1135)
* refactor(chat): sendInvitation props as object
* fix(chat): missing populate query param from router
* fix(chat): missing search message regex matching
* chore(chat): cleanups
* fix(chat): router invitation token count
* refactor(chat): admin route createRoom participants logs, set creator
* refactor(chat): participants actions
* fix(chat): router query params id types
* feat(chat): router remove member from room route
* fix(chat): admin route getRooms missing params
* fix(chat): admin route deleteRooms missing audit-mode config check
* feat(chat): admin route removeUsers/addUsers/roomInvitations/roomById
* feat(chat): participants join log on invitation accept1 parent a979dc3 commit 75a4670
File tree
6 files changed
+441
-94
lines changed- modules/chat/src
- admin
- models
- routes
- utils
6 files changed
+441
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments