Notification focus steal

Describe your issue / feature…

I’m using Noctalia as my shell, and to have notifications switch focus on click, I needed to set

hl.config({
    misc = {
        focus_on_activate = true,
    },
}

But this steals focus all the time, when a window requests it. Is there any way to only have the focus moved to the window, when I click the notification? I can’t find anything in the options. Do i need to lua something myself?

update: Maybe it could be a noctalia problem. Seems like with the new v5 rewrite there is a regression with notifications/hyprland.