Skip to content

feat: use server defaults for querying channels#3403

Merged
isekovanic merged 6 commits intoV8-releasefrom
feat/use-server-defaults-for-channel-querying
Feb 18, 2026
Merged

feat: use server defaults for querying channels#3403
isekovanic merged 6 commits intoV8-releasefrom
feat/use-server-defaults-for-channel-querying

Conversation

@isekovanic
Copy link
Contributor

🎯 Goal

This PR is a reflection of this one from the react SDK for V8.

πŸ›  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

Stream-SDK-Bot commented Feb 17, 2026

SDK Size

title develop branch diff status
js_bundle_size 420 KB 304 KB -117962 B πŸš€

@isekovanic isekovanic merged commit a434c87 into V8-release Feb 18, 2026
5 checks passed
@isekovanic isekovanic deleted the feat/use-server-defaults-for-channel-querying branch February 18, 2026 14:18
isekovanic added a commit that referenced this pull request Feb 18, 2026
## 🎯 Goal

Ref: #3403

## πŸ›  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.

4 participants

Comments