Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #380 from appwrite/feat-wildcard-events
Browse files Browse the repository at this point in the history
Wildcards can't be used in channel
  • Loading branch information
eldadfux authored Jul 25, 2023
2 parents 4701352 + da1e0d4 commit 7952d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/docs/realtime.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ subscription.close()</code></pre>

<h2><a href="/docs/realtime#channels" id="channels">Channels</a></h2>

<p>A list of all channels available you can subscribe to:</p>
<p>A list of all channels available you can subscribe to. IDs cannot be wildcards.</p>

<table class="full text-size-small">
<thead>
Expand All @@ -514,9 +514,9 @@ subscription.close()</code></pre>

<h2><a href="/docs/realtime#custom-endpoint" id="custom-endpoint">Custom Endpoint</a></h2>

<p>The SDK will guess the endpoint of the Realtime API when setting the endpoint of your Appwrite instance. If you are running Appwrite with a custom proxy and changed the route of the Realtime API, you can call the <b>setEndpointRealtime</b> method on the Client SDK and set your new endpoint value.</p>
<p>The SDK will guess the endpoint of the Realtime API when setting the endpoint of your Appwrite instance. If you are running Appwrite with a custom proxy and changed the route of the Realtime API, you can call the <code>setEndpointRealtime</code> method on the Client SDK and set your new endpoint value.</p>

<p>By default the endpoint is <b>wss://cloud.appwrite.io/v1/realtime</b>.</p>
<p>By default the endpoint is <code>wss://cloud.appwrite.io/v1/realtime</code>.</p>

<ul class="phases clear" data-ui-phases>
<li>
Expand Down

0 comments on commit 7952d52

Please sign in to comment.