Skip to content

Conversation

@VelikovPetar
Copy link
Contributor

@VelikovPetar VelikovPetar commented Dec 10, 2025

🎯 Goal

The ChannelClient.getReactions(messageId: String, firstReactionId: String, limit: Int) is invalid, there is no support for fetching reactions after a given reactionId. The method internally uses getRepliesMore, which is also wrong. The PR deprecates the method because it will never return correct values.

Docs update: https://github.com/GetStream/docs-content/pull/856

🛠 Implementation details

  • Deprecate ChannelClient.getReactions(messageId: String, firstReactionId: String, limit: Int)

🎨 UI Changes

NA

🧪 Testing

NA

@VelikovPetar VelikovPetar marked this pull request as ready for review December 10, 2025 13:08
@VelikovPetar VelikovPetar requested a review from a team as a code owner December 10, 2025 13:08
@github-actions
Copy link
Contributor

github-actions bot commented Dec 10, 2025

SDK Size Comparison 📏

SDK Before After Difference Status
stream-chat-android-client 5.25 MB 5.25 MB 0.00 MB 🟢
stream-chat-android-offline 5.48 MB 5.48 MB 0.00 MB 🟢
stream-chat-android-ui-components 10.59 MB 10.59 MB 0.00 MB 🟢
stream-chat-android-compose 12.82 MB 12.82 MB 0.00 MB 🟢

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@VelikovPetar VelikovPetar enabled auto-merge (squash) December 11, 2025 10:00
@VelikovPetar VelikovPetar merged commit 294b967 into develop Dec 11, 2025
12 of 13 checks passed
@VelikovPetar VelikovPetar deleted the bug/deprecate_wrong_method branch December 11, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants