0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 13:48:53 +02:00

modules/client/rooms/invite: Remove unnecessary vararg.

This commit is contained in:
Jason Volk 2018-04-05 04:16:13 -07:00
parent 257276d082
commit ddeeaf174f

View file

@ -149,8 +149,7 @@ invite__foreign(const m::event &event)
throw m::error
{
http::FORBIDDEN, "M_INVITE_MODIFIED",
"Invite event no longer verified by our signature.",
target.host()
"Invite event no longer verified by our signature."
};
m::vm::opts vmopts;