From 010790550d3b137787be28f6d00faf8204936636 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 27 Apr 2019 20:00:26 -0700 Subject: [PATCH] modules/s_fetch: Fetch auth_chain for parent event rather than missing auth_events. --- modules/s_fetch.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/s_fetch.cc b/modules/s_fetch.cc index 3fc93d702..5e6dcf329 100644 --- a/modules/s_fetch.cc +++ b/modules/s_fetch.cc @@ -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; }