We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e512af commit 41718d9Copy full SHA for 41718d9
1 file changed
src/messaging/messaging-api.ts
@@ -610,8 +610,8 @@ export interface AndroidNotification {
610
notificationCount?: number;
611
612
/**
613
- * Sets if this notification should be proxied. Must be either `allow`,
614
- * `deny` or `if_priority_lowered`. If unspecified, defaults to
+ * Sets if this notification should attempt to be proxied. Must be either
+ * `allow`, `deny` or `if_priority_lowered`. If unspecified, defaults to
615
* `if_priority_lowered`.
616
*/
617
proxy?: ('allow' | 'deny' | 'if_priority_lowered');
0 commit comments