0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-25 23:14:13 +01:00

modules/m_receipt: Add back the creation call in the handler for now.

This commit is contained in:
Jason Volk 2020-03-25 18:34:00 -07:00
parent 8efeb1a76a
commit e92a7efb24

View file

@ -193,6 +193,9 @@ try
string_view{event_id},
};
if(!exists(user))
create(user);
const auto evid
{
m::receipt::read(room_id, user_id, event_id, data)