This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Sending array instead of object for "ignored_users" breaks synapse for one user #8357
Labels
A-Validation
500 (mostly) errors due to lack of event/parameter validation
z-bug
(Deprecated Label)
z-p2
(Deprecated Label)
Description
I have played around with FluffyChat to implement ignored user lists and have sent a wrong account data event to Synapse. This makes Synapse unusable for my user.
The broken event:
I have just missunderstood the spec and have sent an array and not an object as "ignored_users".
Logs:
Version information
Version:
{
"python_version": "3.8.2",
"server_version": "1.19.3"
}
Install method:
pip
Platform:
Ubuntu 20.04 on Raspberry Pi 4B
The text was updated successfully, but these errors were encountered: