chat-api
Here are 22 public repositories matching this topic...
What are you trying to achieve?
Get [link](www.url.com) to render in markdown (as link)
If possible, how can you achieve this currently?
None
What would be the better way?
None
GetStream Environment
GetStream Chat version:1.5.6
iOS version:All
Swift version:All
Xcode version:All
Device:All
Additional context
I'm not sure is this repo a proper place to ask my question, please, point me to the correct place if it is not.
Question:
How can I set "android" config in FCM "message"?
"data" and "notification" parts are easily tweakable via Dashboard or CLI tool, but I couldn't find a way to setup "android" section. The re
-
Updated
Jun 16, 2020 - JavaScript
The docs specify that to use the API, one needs to set the user in the client: https://getstream.io/chat/docs/init_and_users/?language=js#setting-the-user
Note how we are waiting for the setUser API call to be completed before moving forward. You should always make sure to have the user set before making any more calls. All SDKs make this very easy and wait or queue requests until then.
I
-
Updated
Jun 5, 2020 - Ruby
-
Updated
May 17, 2020 - Java
-
Updated
Jun 20, 2017 - Java
-
Updated
Mar 28, 2019
-
Updated
May 8, 2020 - Swift
-
Updated
Nov 17, 2018 - JavaScript
-
Updated
Jun 5, 2020 - Java
-
Updated
Jun 8, 2020 - TypeScript
Improve this page
Add a description, image, and links to the chat-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chat-api topic, visit your repo's landing page and select "manage topics."
Goals
pasting an image into chat input, image should show in sent message
Expected Results
after I pasted an image into chat from my copy buffer (eg copy image from a website in chrome), i expected the image to appear in the sent message.
Actual Results
only the alt text appears in the sent message
Steps to Reproduce