0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

modules/client/rooms/invite: Fix event_id to array x-value.

This commit is contained in:
Jason Volk 2020-04-15 22:15:00 -07:00
parent 5d9c022f75
commit 028db422be

View file

@ -279,7 +279,7 @@ try
revent, vmopts
};
return revent.event_id;
return revent_id;
}
catch(const std::exception &e)
{