0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 05:58:56 +02:00

ircd::net::dns::cache: Hook vm.effect rather than vm.notify.

This commit is contained in:
Jason Volk 2019-09-23 14:08:39 -07:00
parent 183acf8efc
commit 82a2f14481

View file

@ -410,7 +410,7 @@ ircd::net::dns::cache::hook
{
handle,
{
{ "_site", "vm.notify" },
{ "_site", "vm.effect" },
{ "room_id", string_view{room_id} },
}
};