-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocklist is replaced with new data #37
Comments
Yeah this sounds like a bug, we should be appending not replacing |
Thanks! Meanwhile, we have a working {block,allow}list API client for Ruby :D |
Oh. It might be due to the syntax not being correct. Each entry should be in We should be throwing an error when the syntax is wrong. |
I'll check later then :) |
is this still an issue? |
"Later" hasn't arrived yet, but I'm getting there :P |
I confirm this is fixed! |
I'm testing the blocklist API client and I can get the current list and send new items, but when I get the list again, the new items completely replaced the previous list. I assumed they were appended instead:
The text was updated successfully, but these errors were encountered: