refactor(core): unify live event subscriptions (#35578)
This commit is contained in:
parent
2830176972
commit
f2f62438b8
4 changed files with 15 additions and 19 deletions
|
|
@ -159,7 +159,7 @@ export const make = Effect.fn("PluginHost.make")(function* (plugin: PluginV2.Int
|
|||
}),
|
||||
},
|
||||
event: {
|
||||
subscribe: () => events.live().pipe(Stream.filter(EventManifest.isServer)),
|
||||
subscribe: () => events.subscribe().pipe(Stream.filter(EventManifest.isServer)),
|
||||
},
|
||||
integration: {
|
||||
list: () => response(integration.list()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue