Just created empty room throws error on rooms and directs loading #16
Labels
No labels
bug
discussion
duplicate
enhancement
help wanted
invalid
question
suggestion
tracker
ui/ux
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cadence/Carbon#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error and traceroute:
Possible reason:
Room state not contains
m.room.name
,m.room.canonical_alias
and room summary not contains any members.room.data.state
contains only this values:The
room.data.summary
don't havem.heroes
field at all:Maybe fixed in e18c8c77aef6a5ac36b2a9c22daa8f3fb8efb7cb? Please try, you can use https://carbon.chat to find out. (You may need to press F5 to see the changes.)
Checked out. Now it's working fine, empty room shows as channel name.
This is strange, that room don't have this state values, but events happened.
If you see the events in the timeline, they're passed as timeline events, not state events. Probably nothing to worry about.