Skip to content

Commit

Permalink
more workarounding... -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Nov 1, 2024
1 parent e5e09ef commit d0ee12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void setupSovityMessengerEmitter(ServiceExtensionContext context, Object
policyEngine.registerPostValidator(
MESSENGER_SCOPE,
(ignored, policyContext) -> {
policyContext.getContextData(RequestScope.Builder.class).scope("sovity.messenger:send");
policyContext.getContextData(RequestScope.Builder.class).scope("sovity.messenger:send:write");
return true;
});

Expand Down

0 comments on commit d0ee12e

Please sign in to comment.