mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
modules/federation/backfill: Fix property name (regression 6b1305df8a
).
This commit is contained in:
parent
5335c6b29f
commit
cb84859ccd
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ get__backfill(client &client,
|
||||||
json::stack::object top{out};
|
json::stack::object top{out};
|
||||||
json::stack::array pdus
|
json::stack::array pdus
|
||||||
{
|
{
|
||||||
top, ids_only? "pdus": "pdu_ids"
|
top, ids_only? "pdu_ids": "pdus"
|
||||||
};
|
};
|
||||||
|
|
||||||
size_t count{0};
|
size_t count{0};
|
||||||
|
|
Loading…
Reference in a new issue