mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
modules/client/rooms/invite: Remove unnecessary vararg.
This commit is contained in:
parent
257276d082
commit
ddeeaf174f
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue