0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-07 20:48:55 +02:00

ircd:Ⓜ️:user::pushrules: Use non-throwing query to the room state.

This commit is contained in:
Jason Volk 2020-04-01 15:59:02 -07:00
parent 8b160d218e
commit 88987b0e85

View file

@ -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