fix desktop notifications and chat scroll stability
This commit is contained in:
@@ -33,6 +33,8 @@ export const createBootstrapRuntime = (dependencies) => {
|
||||
removePushSubscription,
|
||||
updateUiVisibility,
|
||||
isUiVisible,
|
||||
getUiNotificationClients,
|
||||
writeSseEvent,
|
||||
sessionRuntime,
|
||||
setPushInitialized,
|
||||
fs,
|
||||
@@ -84,6 +86,8 @@ export const createBootstrapRuntime = (dependencies) => {
|
||||
removePushSubscription,
|
||||
updateUiVisibility,
|
||||
isUiVisible,
|
||||
getUiNotificationClients,
|
||||
writeSseEvent,
|
||||
getSessionActivitySnapshot: sessionRuntime.getSessionActivitySnapshot,
|
||||
getSessionStateSnapshot: sessionRuntime.getSessionStateSnapshot,
|
||||
getSessionAttentionSnapshot: sessionRuntime.getSessionAttentionSnapshot,
|
||||
|
||||
Reference in New Issue
Block a user