check_role for event type message
This commit is contained in:
parent
1e223e7b57
commit
a6383f0c2c
@ -151,7 +151,9 @@ class PublishDispatcher:
|
|||||||
kwargs)
|
kwargs)
|
||||||
try:
|
try:
|
||||||
config_arguments = await self.load_kwargs_to_config(risotto_context,
|
config_arguments = await self.load_kwargs_to_config(risotto_context,
|
||||||
kwargs)
|
f'{version}.{message}',
|
||||||
|
kwargs,
|
||||||
|
check_role)
|
||||||
except CallError as err:
|
except CallError as err:
|
||||||
return
|
return
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
|
Loading…
Reference in New Issue
Block a user