mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
modules/federation/get_missing_events: Fix member name.
This commit is contained in:
parent
252b78b660
commit
9810be9798
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ get__missing_events(client &client,
|
|||
|
||||
const json::array &latest
|
||||
{
|
||||
request["latest"]
|
||||
request["latest_events"]
|
||||
};
|
||||
|
||||
const auto in_latest
|
||||
|
|
Loading…
Reference in a new issue