mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
modules/s_fetch: Fetch auth_chain for parent event rather than missing auth_events.
This commit is contained in:
parent
e75b75e3f9
commit
010790550d
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ try
|
||||||
json::get<"room_id"_>(*eval.event_)
|
json::get<"room_id"_>(*eval.event_)
|
||||||
};
|
};
|
||||||
|
|
||||||
const scope_restore auth_id{room.event_id, auth_id_missing};
|
|
||||||
auth_chain(room, remote);
|
auth_chain(room, remote);
|
||||||
auth_exists = auth_count;
|
auth_exists = auth_count;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue