mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
Change multiroom prefix to connect.multiroom for clarity (#54)
This commit is contained in:
parent
949041b8a3
commit
8ae2820d7a
|
|
@ -340,7 +340,7 @@ func (d *Database) updateRoomState(
|
|||
}
|
||||
}
|
||||
|
||||
if strings.HasPrefix(event.Type(), "connect.mrd") {
|
||||
if strings.HasPrefix(event.Type(), "connect.multiroom") {
|
||||
err := d.UpdateMultiRoomVisibility(ctx, event)
|
||||
if err != nil {
|
||||
logrus.WithError(err).WithField("event_id", event.EventID()).Error("failed to update multi room visibility")
|
||||
|
|
|
|||
Loading…
Reference in a new issue