mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd::net::dns::cache: Hook vm.effect rather than vm.notify.
This commit is contained in:
parent
183acf8efc
commit
82a2f14481
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ ircd::net::dns::cache::hook
|
|||
{
|
||||
handle,
|
||||
{
|
||||
{ "_site", "vm.notify" },
|
||||
{ "_site", "vm.effect" },
|
||||
{ "room_id", string_view{room_id} },
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue