feat(web): add banned users section in chat info moderation
Some checks failed
CI / test (push) Failing after 2m12s

This commit is contained in:
2026-03-08 21:26:10 +03:00
parent 2f6aa86cc9
commit 775236b483
5 changed files with 103 additions and 4 deletions

View File

@@ -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