mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
Remove check that breaks federated room joins
This commit is contained in:
parent
8048c77526
commit
69b9d3ba00
|
|
@ -341,7 +341,7 @@ func (r *Inputer) processRoomEvent(
|
|||
if err != nil {
|
||||
return fmt.Errorf("updater.RoomInfo: %w", err)
|
||||
}
|
||||
if roomInfo == nil || (!isCreateEvent && roomInfo.IsStub()) {
|
||||
if roomInfo == nil {
|
||||
return fmt.Errorf("updater.RoomInfo missing for room %s", event.RoomID())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue