mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/portal: fix adding rooms to personal space on create
This commit is contained in:
parent
fcd7d9a525
commit
cb80e5c63f
1 changed files with 1 additions and 1 deletions
|
|
@ -4379,7 +4379,7 @@ func (portal *Portal) createMatrixRoomInLoop(ctx context.Context, source *UserLo
|
|||
}
|
||||
|
||||
func (portal *Portal) addToUserSpaces(ctx context.Context) {
|
||||
if portal.Parent == nil {
|
||||
if portal.Parent != nil {
|
||||
return
|
||||
}
|
||||
log := zerolog.Ctx(ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue