Heikki Hellgren
Heikki Hellgren
@vinzscam the problem with subscription time checks is that we don't know the topics sent through signals at that time. This would require the backend plugins to register their topics...
@vinzscam I added a new way to register channels to the Signals that can include the permissions needed to subscribe to that channel. This way we can handle the checks...
Yeah, I'll rebase after the release!
Hmm, after thinking about this, it will not work if there are multiple nodes running the backend and some of them are restarted individually as it will lose all channel...
Not stale, signal permissions blocking
Not stale, waiting for signal permissions
Would fix #15987
@benjdlambert I agree that we need an agreement on how to use different templating parameters. Now I see there are 3 different ways used, `{{ value }}`, `${{ value }}`,...