Update README.md

This commit is contained in:
Flori 2023-04-23 20:16:39 +02:00 committed by GitHub
parent a5d1fe6db4
commit 54e5087b56
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
Core functionality:
- [x] Rate Limiter (hint: couldn't be fully tested due to [an Issue with the Spacebar Server](https://github.com/spacebarchat/server/issues/1022))
- [ ] Login
- [x] Login (conventional way) (Guess what? Found [an Issue with the Spacebar Server](https://github.com/spacebarchat/server/pull/1043) :3)
- [ ] Login (token)
- [x] Registration (encountered another [Issue with the Spacebar Server](https://github.com/spacebarchat/server/issues/1040) which makes some error messages an empty string)
- [ ] Sending messages (Text, Images, Attachments)
- [ ] Events (Message, User, Channel, etc.)