From 54e5087b56feb65b62e9b0dea3609a8a3dc6b36d Mon Sep 17 00:00:00 2001 From: Flori <39242991+bitfl0wer@users.noreply.github.com> Date: Sun, 23 Apr 2023 20:16:39 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7ec63..8bb7826 100644 --- a/README.md +++ b/README.md @@ -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.)