You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSC2946 dropped a room_id field from each entry in children_state, since it is redundant. This change was not properly reflected in Synapse or Dendrite.
I'm updating complement (matrix-org/complement#422) to no longer depend on this field, but Dendrite still returns it. I'm unsure if it is as simple as removing this line from gomatrixserverlib, but it seems to be an initial spot to check at least:
This issue was originally created by @clokep at matrix-org/dendrite#2588.
MSC2946 dropped a
room_id
field from each entry inchildren_state
, since it is redundant. This change was not properly reflected in Synapse or Dendrite.I'm updating complement (matrix-org/complement#422) to no longer depend on this field, but Dendrite still returns it. I'm unsure if it is as simple as removing this line from gomatrixserverlib, but it seems to be an initial spot to check at least:
https://github.com/matrix-org/gomatrixserverlib/blob/a75fa15a03a00236a26744e0fc6cea20b4eb69ee/federationtypes.go#L799
Cross-linking the Synapse issue: matrix-org/synapse#10946.
The text was updated successfully, but these errors were encountered: