0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-17 01:00:10 +01:00

modules/client/events: Fix regression from aebfd8d9ff.

This commit is contained in:
Jason Volk 2019-07-11 16:48:13 -07:00
parent 9629028552
commit 88bd487d5d

View file

@ -210,9 +210,10 @@ get__events(client &client,
if(!event.empty())
{
assert(!empty(eid));
const m::event &event_
{
event
event, eid
};
const auto &event_idx