feat: support sending "new title" alerts to devices
This commit is contained in:
@@ -56,7 +56,7 @@ export type FcmMessagePayload = {
|
||||
interface Notification {
|
||||
title: string;
|
||||
body: string;
|
||||
image: string;
|
||||
image?: string;
|
||||
}
|
||||
|
||||
interface AndroidConfig {
|
||||
|
||||
Reference in New Issue
Block a user