mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
goimports
This commit is contained in:
parent
ccf700f5c6
commit
f14ea0871b
|
|
@ -106,7 +106,7 @@ func (r *Inputer) updateMembership(
|
||||||
// immediately, unless it's a Join update (e.g. profile update).
|
// immediately, unless it's a Join update (e.g. profile update).
|
||||||
return updates, nil
|
return updates, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// In an ideal world, we shouldn't ever have "add" be nil and "remove" be
|
// In an ideal world, we shouldn't ever have "add" be nil and "remove" be
|
||||||
// set, as this implies that we're deleting a state event without replacing
|
// set, as this implies that we're deleting a state event without replacing
|
||||||
// it (a thing that ordinarily shouldn't happen in Matrix). However, state
|
// it (a thing that ordinarily shouldn't happen in Matrix). However, state
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue