mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
ircd:Ⓜ️:room::bootstrap: Fix make_join eval options.
This commit is contained in:
parent
a2ffebeb06
commit
2238bf1df3
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ try
|
|||
m::vm::copts vmopts;
|
||||
vmopts.infolog_accept = true;
|
||||
vmopts.fetch = false;
|
||||
vmopts.eval = false;
|
||||
vmopts.auth = false;
|
||||
vmopts.user_id = user_id;
|
||||
vmopts.room_version = room_version;
|
||||
const vm::eval eval
|
||||
|
|
Loading…
Reference in a new issue