Skip to content

Commit 3e350dc

Browse files
committed
deprecate method
1 parent 8f17f71 commit 3e350dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/web/src/client.ts.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@ class Client {
532532
/**
533533
* Subscribes to {{spec.title | caseUcfirst}} events and passes you the payload in realtime.
534534
*
535+
* @deprecated Use the Realtime service instead.
536+
* @see Realtime
537+
*
535538
* @param {string|string[]} channels
536539
* Channel to subscribe - pass a single channel as a string or multiple with an array of strings.
537540
*

0 commit comments

Comments
 (0)