feat(web): add banned users section in chat info moderation
Some checks failed
CI / test (push) Failing after 2m12s
Some checks failed
CI / test (push) Failing after 2m12s
This commit is contained in:
@@ -285,6 +285,17 @@ Rules:
|
||||
}
|
||||
```
|
||||
|
||||
### ChatBanRead
|
||||
|
||||
```json
|
||||
{
|
||||
"chat_id": 42,
|
||||
"user_id": 101,
|
||||
"banned_by_user_id": 5,
|
||||
"created_at": "2026-03-10T00:00:00Z"
|
||||
}
|
||||
```
|
||||
|
||||
## 3.4 Messages
|
||||
|
||||
### MessageRead
|
||||
|
||||
Reference in New Issue
Block a user