GetStream / stream-chat-js

JS / Browser Client - Build Chat with GetStream.io
https://getstream.io/chat/
Other
178 stars 76 forks source link

feat: add support for show_deleted_message in `getMessage` #1252

Closed guerinoni closed 6 months ago

guerinoni commented 6 months ago

CLA

Description of the changes, What, Why and How?

This allow the optional query parameter show_deleted_message in API getMessage in order to show text of deleted msg.

github-actions[bot] commented 6 months ago

Size Change: +15 B (0%)

Total Size: 352 kB

Filename Size Change
dist/browser.es.js 76 kB +3 B (0%)
dist/browser.full-bundle.min.js 46.4 kB -1 B (0%)
dist/browser.js 76.9 kB +5 B (0%)
dist/index.es.js 76 kB +3 B (0%)
dist/index.js 77 kB +5 B (0%)

compressed-size-action

vishalnarkhede commented 6 months ago

@guerinoni you can merge it, I will fix the type test separately. Its not related to this PR