-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tree-shakable MessageInteractions
module
#1397
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3736 |
@owenpearson explained today that there are multiple concepts of "filtered subscription". The one that this issue is talking about is the overload of |
lawrence-forooghian
added a commit
that referenced
this issue
Oct 27, 2023
We expose a MessageIteractions module which allows users to pass a MessageFilter object to RealtimeChannel’s `subscribe` and `unsubscribe`. Resolves #1397.
lawrence-forooghian
added a commit
that referenced
this issue
Oct 30, 2023
In preparation for #1397 (making MessageFilter functionality tree-shakable).
lawrence-forooghian
added a commit
that referenced
this issue
Oct 30, 2023
We expose a MessageIteractions module which allows users to pass a MessageFilter object to RealtimeChannel’s `subscribe` and `unsubscribe`. Resolves #1397.
lawrence-forooghian
added a commit
that referenced
this issue
Nov 8, 2023
In preparation for #1397 (making MessageFilter functionality tree-shakable).
lawrence-forooghian
added a commit
that referenced
this issue
Nov 8, 2023
We expose a MessageIteractions module which allows users to pass a MessageFilter object to RealtimeChannel’s `subscribe` and `unsubscribe`. Resolves #1397.
lawrence-forooghian
added a commit
that referenced
this issue
Nov 8, 2023
In preparation for #1397 (making MessageFilter functionality tree-shakable).
lawrence-forooghian
added a commit
that referenced
this issue
Nov 8, 2023
We expose a MessageIteractions module which allows users to pass a MessageFilter object to RealtimeChannel’s `subscribe` and `unsubscribe`. Resolves #1397.
lawrence-forooghian
added a commit
that referenced
this issue
Nov 14, 2023
In preparation for #1397 (making MessageFilter functionality tree-shakable).
lawrence-forooghian
added a commit
that referenced
this issue
Nov 14, 2023
We expose a MessageIteractions module which allows users to pass a MessageFilter object to RealtimeChannel’s `subscribe` and `unsubscribe`. Resolves #1397.
Closed in #1473. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BaseClient
andRest
modules #1374 and Create tree-shakableRealtimeChannels
andRealtimePresence
modules #1393MessageInteractions
classBaseClient
constructor, allows user to add filtered subscriptionsThe text was updated successfully, but these errors were encountered: