Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Room creation_content always empty when creating a Room #540

Description

@ChristianJGarrido

I believe this is because the creation_content is of type Object when it should be of type Serializable in CreateRoomParams.java

public Object creation_content;

to

public Serializable creation_content;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions