0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd:Ⓜ️:room::members: Fix closure return value in iteration.

This commit is contained in:
Jason Volk 2018-10-23 14:45:22 -07:00
parent c9426a3616
commit 0f1d5bac76

View file

@ -1632,7 +1632,7 @@ const
(const m::event &event) (const m::event &event)
{ {
closure(event); closure(event);
return false; return true;
}}); }});
} }