377d80e21d
* add getInitialURL * get deep linking working * actually handle as push instead * push to route instead of setting initial path * pop to on top of notifications * fix comment * change chat-message handling * add metrics * don't reopen due to notif multiple times * extract data from notification differently on android * sorry sorry annoying naming nits, align logger --------- Co-authored-by: Eric Bailey <git@esb.lol>
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import {Logger} from '#/logger'
|
|
|
|
export const logger = Logger.create(Logger.Context.Notifications)
|