这是indexloc提供的服务,不要输入任何密码
Skip to content

room.metadata null #117

@tidoemanuele

Description

@tidoemanuele

Hi I need to access the room.metadata but it is always null.
Also in the room events collect is never fired the RoomMetadataChanged

room.events.collect {
when (it) {
is RoomEvent.RoomMetadataChanged -> {
Timber.v { "metadata: ${it.newMetadata}" }
}
}
}

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