mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
modules/federation/rooms: Ensure m::resource::response is used here.
This commit is contained in:
parent
1bdc87c55e
commit
124bfc4783
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ get__rooms__complexity(client &client,
|
||||||
0.00
|
0.00
|
||||||
};
|
};
|
||||||
|
|
||||||
return resource::response
|
return m::resource::response
|
||||||
{
|
{
|
||||||
client, json::members
|
client, json::members
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue