feat: 接入论坛奖励 outbox 链路

This commit is contained in:
Losita
2026-05-05 10:44:33 +08:00
parent 4fc6c0cac3
commit c42f0c5b8c
31 changed files with 1381 additions and 101 deletions

View File

@@ -919,6 +919,7 @@ func (r *appRuntime) registerEventHandlers() error {
r.memoryModule,
r.activeTriggerWorkflow,
r.notificationService,
r.tokenStoreClient,
r.userAuthClient,
); err != nil {
return err