0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-01 02:14:13 +01:00

modules/m_receipt: Disable luser receipt condition on membership.

This commit is contained in:
Jason Volk 2020-02-23 14:08:22 -08:00
parent 43cf0050ee
commit 8f5b40e9d5

View file

@ -320,8 +320,8 @@ try
return;
// Only broadcast if the user is joined to the room.
if(!membership(m::room(room_id), user, "join"))
return;
//if(!membership(m::room(room_id), user, "join"))
// return;
const m::user::room user_room
{