Skip to content

Commit

Permalink
Merge branch 'main' into tulir/db-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 30, 2023
2 parents d93639c + 14921e3 commit a71b17f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ func (br *SignalBridge) createPrivatePortalFromInvite(roomID id.RoomID, inviter
encryptionEnabled = existingEncryption.Algorithm == id.AlgorithmMegolmV1
}
portal.MXID = roomID
br.portalsLock.Lock()
br.portalsByMXID[portal.MXID] = portal
br.portalsLock.Unlock()
//portal.Topic = PrivateChatTopic
portal.Name = puppet.Name
portal.AvatarURL = puppet.AvatarURL
Expand Down

0 comments on commit a71b17f

Please sign in to comment.