0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-03 01:09:05 +02:00

modules/client/rooms/join: Bypass dependent fetching and eval on join bootstrap.

This commit is contained in:
Jason Volk 2019-06-02 14:46:39 -07:00
parent b99117465f
commit 0658f7c6be

View file

@ -245,8 +245,10 @@ bootstrap(const string_view &host,
m::vm::copts opts;
opts.infolog_accept = true;
opts.fetch_prev_check = false;
opts.fetch_auth_check = false;
opts.fetch_state_check = false;
opts.fetch_prev_check = false;
opts.eval = false;
const m::event::id::buf event_id
{
m::vm::eval