mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
fix patch db types and comment out future domain and proxy features
This commit is contained in:
@@ -28,7 +28,7 @@ export class NotificationsToastComponent {
|
||||
readonly visible$: Observable<boolean> = merge(
|
||||
this.dismiss$,
|
||||
inject<PatchDB<DataModel>>(PatchDB)
|
||||
.watch$('serverInfo', 'unreadNotifications', 'count')
|
||||
.watch$('serverInfo', 'unreadNotificationCount')
|
||||
.pipe(
|
||||
pairwise(),
|
||||
map(([prev, cur]) => cur > prev),
|
||||
|
||||
Reference in New Issue
Block a user