diff options
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r-- | src/lib/statsig/events.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index cb9f3fe92..b91a15ecb 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -2,6 +2,7 @@ export type LogEvents = { init: { initMs: number } + 'notifications:openApp': {} 'state:background': {} 'state:foreground': {} 'feed:endReached': { |