Zan Markan

Results 5 issues of Zan Markan

PR Checklist: - [x] make all edits to the docs in the `src` directory, not in `docs` or in the html files - [ ] note any issues closed by...

Right now, it's taking whatever version the app is taking (see below link). It should instead take the version of the Chatkit SDK from the file releases. https://github.com/pusher/chatkit-android/blob/dc42f8ea3bd9c877b21acf0ad9a9bd9d4a79f9bb/chatkit-android/src/main/kotlin/com/pusher/chatkit/AndroidChatkitDependencies.kt#L29

### What? At the moment `sendSimpleMessage` accepts `SendMessageOptions`, which takes an optional `attachment: AttachmentOptions` property. This is incorrect for sending simple, text-only messages, and will appear as a suggestion in...

feature request

### What? These functions have been deprecated in favour of `asyncDeleteUser` and `asyncDeleteRoom`, yet they still appear as valid suggestions in VS Code. ### Suggested improvements Add a `@deprecated` annotations...

enhancement