We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The SDK needs to add support for this event subscription over stream-notify-user subscription:
stream-notify-user
:userId:/message
The call is basically:
let request = [ "msg": "sub", "name": "stream-notify-user", "params": ["\(user.identifier ?? "")/message", false] ]
The thing is, when getting messages over this event, we'll have to set to the message these two properties:
true
{"username": "rocket.cat", "_id": "rocket.cat"}
This is because the messages coming from this stream needs to be removed on every new session.
The messages that are coming from this subscription: private messages only related to that user; Examples:
The text was updated successfully, but these errors were encountered:
any news on this issue? I have a conference bot whose messages won't show on the app
Sorry, something went wrong.
besides on android kotlin.sdk I can't find the private property on the Message model class.
private
Message
No branches or pull requests
Description
The SDK needs to add support for this event subscription over
stream-notify-user
subscription:The call is basically:
The thing is, when getting messages over this event, we'll have to set to the message these two properties:
true
{"username": "rocket.cat", "_id": "rocket.cat"}
This is because the messages coming from this stream needs to be removed on every new session.
The messages that are coming from this subscription: private messages only related to that user; Examples:
The text was updated successfully, but these errors were encountered: