mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -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),
|
||||
},
|
||||
)
|
||||
data.Rooms.Join[r] = j
|
||||
}
|
||||
}
|
||||
return data, nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue