0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 17:48:35 +02:00

modules/federation/invite2: Fix room version unquoting. (#18)

This commit is contained in:
Jason Volk 2019-08-17 11:46:54 -07:00
parent a9538fb4e0
commit 23a5c99165

View file

@ -239,7 +239,7 @@ try
// Don't throw an exception for a re-evaluation; this will just be a no-op
vmopts.nothrows |= m::vm::fault::EXISTS;
vmopts.room_version = request.get("room_version", "1");
vmopts.room_version = unquote(request.get("room_version", "1"));
m::vm::eval
{