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:
parent
9629028552
commit
88bd487d5d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue