mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/m_receipt: Add back the creation call in the handler for now.
This commit is contained in:
parent
8efeb1a76a
commit
e92a7efb24
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue