mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Fix initial sync
This commit is contained in:
parent
59d7edaf6a
commit
77a151b199
|
|
@ -230,6 +230,7 @@ func (rp *RequestPool) appendAccountData(
|
||||||
Content: gomatrixserverlib.RawJSON(databody),
|
Content: gomatrixserverlib.RawJSON(databody),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
data.Rooms.Join[r] = j
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return data, nil
|
return data, nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue