Skip to content

fix: thread messages breaking pagination#3422

Merged
isekovanic merged 2 commits intoV8-releasefrom
fix/thread-messages-breaking-pagination
Feb 24, 2026
Merged

fix: thread messages breaking pagination#3422
isekovanic merged 2 commits intoV8-releasefrom
fix/thread-messages-breaking-pagination

Conversation

@isekovanic
Copy link
Contributor

🎯 Goal

This PR fixes an issue where in some instances sending a message within a thread (with lower message_limit) would break pagination for the offline support case

πŸ›  Implementation details

🎨 UI Changes

iOS
Before After
Android
Before After

πŸ§ͺ Testing

β˜‘οΈ Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

@Stream-SDK-Bot
Copy link
Contributor

SDK Size

title develop branch diff status
js_bundle_size 429 KB 304 KB -127895 B πŸš€

@isekovanic isekovanic merged commit 69845a4 into V8-release Feb 24, 2026
5 checks passed
@isekovanic isekovanic deleted the fix/thread-messages-breaking-pagination branch February 24, 2026 09:04
isekovanic added a commit that referenced this pull request Feb 24, 2026
## 🎯 Goal

This PR fixes an issue where in some instances sending a message within
a thread (with lower `message_limit`) would break pagination for the
offline support case

## πŸ›  Implementation details

<!-- Provide a description of the implementation -->

## 🎨 UI Changes

<!-- Add relevant screenshots -->

<details>
<summary>iOS</summary>


<table>
    <thead>
        <tr>
            <td>Before</td>
            <td>After</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <!--<img src="" /> -->
            </td>
            <td>
                <!--<img src="" /> -->
            </td>
        </tr>
    </tbody>
</table>
</details>


<details>
<summary>Android</summary>

<table>
    <thead>
        <tr>
            <td>Before</td>
            <td>After</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <!--<img src="" /> -->
            </td>
            <td>
                <!--<img src="" /> -->
            </td>
        </tr>
    </tbody>
</table>
</details>

## πŸ§ͺ Testing

<!-- Explain how this change can be tested (or why it can't be tested)
-->

## β˜‘οΈ Checklist

- [ ] I have signed the [Stream
CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform)
(required)
- [ ] PR targets the `develop` branch
- [ ] Documentation is updated
- [ ] New code is tested in main example apps, including all possible
scenarios
  - [ ] SampleApp iOS and Android
  - [ ] Expo iOS and Android
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.

2 participants