0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

modules/client/rooms/relations: Fix inclusion of request event in relations response.

This commit is contained in:
Jason Volk 2023-01-27 11:16:32 -08:00
parent 6f002f0b21
commit f99c1e05f4

View file

@ -138,8 +138,6 @@ try
{
relations_chunk_append(client, request, event_idx, event, chunk);
});
relations_chunk_append(client, request, event_idx, event, chunk);
}
catch(const std::exception &e)
{