Add prefs methods, hook up to Discover banner

This commit is contained in:
Eric Bailey
2026-01-13 20:55:33 -06:00
parent 9c1eb63620
commit f8e5f35c32
7 changed files with 279 additions and 24 deletions
+5
View File
@@ -788,4 +788,9 @@ export type MetricEvents = {
}
// user pressed the remove all data button
'contacts:settings:removeData': {}
'liveEventFeeds:hideFeed': {feedId: string}
'liveEventFeeds:unhideFeed': {feedId: string}
'liveEventFeed:hideAllFeeds': {}
'liveEventFeed:unhideAllFeeds': {}
}