We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c353464 commit 8487c64Copy full SHA for 8487c64
portal.go
@@ -784,6 +784,7 @@ func (portal *Portal) getRoomCreateContent() *mautrix.ReqCreateRoom {
784
IsDirect: portal.IsPrivateChat(),
785
InitialState: initialState,
786
CreationContent: creationContent,
787
+ RoomVersion: "11",
788
789
BeeperAutoJoinInvites: autoJoinInvites,
790
}
user.go
@@ -231,6 +231,7 @@ func (user *User) GetSpaceRoom() id.RoomID {
231
user.MXID: 100,
232
},
233
234
235
})
236
237
if err != nil {
0 commit comments