mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 16:04:15 +01:00
ircd:Ⓜ️ Fix closure parameter rot.
This commit is contained in:
parent
d8b14ade58
commit
46cf2ca559
1 changed files with 2 additions and 2 deletions
|
@ -1684,9 +1684,9 @@ ircd::m::user::rooms::origins::for_each(const string_view &membership,
|
|||
const
|
||||
{
|
||||
for_each(membership, closure_bool{[&closure]
|
||||
(const m::user &user)
|
||||
(const string_view &origin)
|
||||
{
|
||||
closure(user);
|
||||
closure(origin);
|
||||
return true;
|
||||
}});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue