0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 12:18:54 +02:00

modules/s_fetch: Fetch auth_chain for parent event rather than missing auth_events.

This commit is contained in:
Jason Volk 2019-04-27 20:00:26 -07:00
parent e75b75e3f9
commit 010790550d

View file

@ -177,7 +177,6 @@ try
json::get<"room_id"_>(*eval.event_)
};
const scope_restore auth_id{room.event_id, auth_id_missing};
auth_chain(room, remote);
auth_exists = auth_count;
}