Skip to content
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

feat: api v3 support for typing endpoint [FS-1311] #14274

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

PatrykBuniX
Copy link
Contributor

@PatrykBuniX PatrykBuniX commented Dec 8, 2022

Sub-taskFS-1311 [Web] use domain when calling `typing` endpoint

Add api v3 support for /conversations/{domain}/{id}/typing endpoint keeping backwards compatibility for <= v2.
Needs: wireapp/wire-web-packages#4696

return;
}
this.core.service!.conversation.sendTypingStart(conversationEntity.id);
this.core.service!.conversation.sendTypingStart(conversationEntity.qualifiedId);
Copy link
Contributor Author

@PatrykBuniX PatrykBuniX Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conversationEntity.qualifiedId is a getter that returns {domain: conversationEntity.domain, id: conversationEntity.id};

api version and federation checks are included in api-client

@PatrykBuniX PatrykBuniX enabled auto-merge (squash) December 8, 2022 12:32
@PatrykBuniX PatrykBuniX merged commit 111cb4c into dev Dec 8, 2022
@PatrykBuniX PatrykBuniX deleted the feat/FS-1311-api-v3-typing branch December 8, 2022 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants