You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jetlinks-manager/authentication-manager/src/main/java/org/jetlinks/community/auth/dimension/UserAuthenticationEventPublisher.java
Copy file name to clipboardExpand all lines: jetlinks-manager/notify-manager/src/main/java/org/jetlinks/community/notify/manager/service/NotifySubscriberService.java
+24-10Lines changed: 24 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -359,15 +359,15 @@ public Mono<Void> doSubscribe(NotifySubscriberEntity entity) {
359
359
360
360
}
361
361
362
-
//用户权限变更时重新订阅
363
-
@Subscribe(value = Topics.Authentications.allUserAuthenticationChanged, features = Subscription.Feature.local)
0 commit comments