Skip to content

Wrong flags on user #75

@terenc3

Description

@terenc3

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions