Accept HasState in all cases
This commit is contained in:
parent
a72f687b95
commit
b478ed869d
|
@ -472,7 +472,7 @@ func (r *Inputer) calculateAndSetState(
|
|||
var err error
|
||||
roomState := state.NewStateResolution(r.DB, roomInfo)
|
||||
|
||||
if input.HasState && !isRejected {
|
||||
if input.HasState {
|
||||
// Check here if we think we're in the room already.
|
||||
stateAtEvent.Overwrite = true
|
||||
var joinEventNIDs []types.EventNID
|
||||
|
|
Loading…
Reference in a new issue