You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> We're compressing JSON payloads that exceed 1 KiB using Gzip (if `ext-zlib` is available). While you could technically send more than 4 KiB of data, this is not recommended.
287
+
> [!WARNING]
288
+
> We're compressing JSON payloads that exceed 1 KiB using Gzip (if [`ext-zlib`](https://www.php.net/manual/en/book.zlib.php) is available). While you could technically send more than 4 KiB of data, this is not recommended.
285
289
286
290
### Expiration
287
291
@@ -291,10 +295,10 @@ Sets the expiration time of the message. Same effect as TTL.
291
295
expiresAt(DateTimeInterface|int $value)
292
296
```
293
297
294
-
> **Warning**
298
+
> [!WARNING]
295
299
> `TTL` takes precedence if both are set.
296
300
297
-
> **Note**
301
+
> [!NOTE]
298
302
> The value must be in the future.
299
303
300
304
### Mutable content (iOS)
@@ -313,7 +317,7 @@ Play the default notification sound when the recipient receives the notification
313
317
playSound()
314
318
```
315
319
316
-
> **Warning**
320
+
> [!WARNING]
317
321
> Custom sounds are not supported.
318
322
319
323
### Priority
@@ -327,7 +331,7 @@ normal()
327
331
high()
328
332
```
329
333
330
-
> **Note**
334
+
> [!NOTE]
331
335
> The value must be `default`, `normal` or `high`.
332
336
333
337
### Subtitle (iOS)
@@ -338,7 +342,7 @@ Sets the subtitle to display in the notification below the title.
338
342
subtitle(string $value)
339
343
```
340
344
341
-
> **Note**
345
+
> [!NOTE]
342
346
> The value must not be empty.
343
347
344
348
### Title
@@ -349,7 +353,7 @@ Set the title to display in the notification.
349
353
title(string $value)
350
354
```
351
355
352
-
> **Note**
356
+
> [!NOTE]
353
357
> The value must not be empty.
354
358
355
359
### TTL (Time to live)
@@ -361,10 +365,10 @@ ttl(int $value)
361
365
expiresIn(int $value)
362
366
```
363
367
364
-
> **Warning**
368
+
> [!WARNING]
365
369
> Takes precedence over `expiration` if both are set.
0 commit comments