The generated json has wrong flags e.g. deaf, mute, etc.
According to usersToJsonArray $user->isMuted() is used but according to the MurmurClassess file it should be $user->getIsMuted() (catched by magic __get function)
All $user->is... must be replaced with $user->getIs...
The generated json has wrong flags e.g. deaf, mute, etc.
According to usersToJsonArray $user->isMuted() is used but according to the MurmurClassess file it should be $user->getIsMuted() (catched by magic __get function)
All $user->is... must be replaced with $user->getIs...