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

Mention wildcards under Realtime channels #379

Closed
wants to merge 1 commit into from

Conversation

gewenyu99
Copy link
Contributor

What does this PR do?

We don't mention that you can use wildcards in Channels, which isn't fair.
Screenshot 2023-06-05 at 2 01 35 PM

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@@ -493,7 +493,9 @@ 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>
You can subscribe to changes in a specific area of Appwrite by subscribing to channels. You can subscribe to specific resources by replacing <code>[ID]</code> with the desired resource's ID or subscribe to all resources of the same type with the wildcard character <code>*</code>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wildcards aren't allowed for channels.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants