mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd:Ⓜ️:user::pushrules: Use non-throwing query to the room state.
This commit is contained in:
parent
8b160d218e
commit
88987b0e85
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const
|
|||
|
||||
const event::idx &event_idx
|
||||
{
|
||||
user_room.get(type, ruleid)
|
||||
user_room.get(std::nothrow, type, ruleid)
|
||||
};
|
||||
|
||||
const m::event::id::buf event_id
|
||||
|
|
Loading…
Reference in a new issue