0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

modules/client/events: Prevent seek of event_idx for EDU's.

This commit is contained in:
Jason Volk 2019-07-11 19:47:28 -07:00
parent 9e10ddcc61
commit 4353034027

View file

@ -218,7 +218,9 @@ get__events(client &client,
const auto &event_idx
{
m::index(event_)
event_.event_id?
m::index(event_):
0UL
};
const auto &room_depth