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:
parent
43cf0050ee
commit
8f5b40e9d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue