Commit 715df82
authored
fix: thread resetting after reconnection (#3492)
## π― Goal
The crux of this issue is mostly explained
[here](GetStream/stream-chat-js#1702).
## π 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 Android1 parent 2b04060 commit 715df82
File tree
5 files changed
+14
-61
lines changed- examples/ExpoMessaging
- package
- src/components
- Channel
- Chat
5 files changed
+14
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1587 | 1587 | | |
1588 | 1588 | | |
1589 | 1589 | | |
1590 | | - | |
1591 | | - | |
1592 | | - | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
| |||
4278 | 4278 | | |
4279 | 4279 | | |
4280 | 4280 | | |
4281 | | - | |
4282 | | - | |
4283 | | - | |
4284 | | - | |
4285 | | - | |
4286 | | - | |
4287 | | - | |
4288 | | - | |
4289 | | - | |
4290 | | - | |
4291 | | - | |
4292 | | - | |
4293 | | - | |
4294 | | - | |
4295 | | - | |
4296 | | - | |
4297 | 4281 | | |
4298 | 4282 | | |
4299 | 4283 | | |
| |||
4310 | 4294 | | |
4311 | 4295 | | |
4312 | 4296 | | |
4313 | | - | |
4314 | | - | |
4315 | | - | |
4316 | | - | |
4317 | | - | |
4318 | | - | |
4319 | | - | |
4320 | | - | |
4321 | | - | |
4322 | 4297 | | |
4323 | 4298 | | |
4324 | 4299 | | |
| |||
4328 | 4303 | | |
4329 | 4304 | | |
4330 | 4305 | | |
4331 | | - | |
4332 | | - | |
4333 | | - | |
4334 | | - | |
4335 | | - | |
4336 | | - | |
4337 | | - | |
4338 | | - | |
4339 | 4306 | | |
4340 | 4307 | | |
4341 | 4308 | | |
| |||
6071 | 6038 | | |
6072 | 6039 | | |
6073 | 6040 | | |
6074 | | - | |
6075 | | - | |
6076 | | - | |
6077 | | - | |
| 6041 | + | |
| 6042 | + | |
| 6043 | + | |
| 6044 | + | |
6078 | 6045 | | |
6079 | 6046 | | |
6080 | 6047 | | |
| |||
6086 | 6053 | | |
6087 | 6054 | | |
6088 | 6055 | | |
6089 | | - | |
6090 | | - | |
6091 | | - | |
6092 | | - | |
6093 | | - | |
6094 | | - | |
6095 | | - | |
6096 | | - | |
6097 | | - | |
6098 | | - | |
6099 | | - | |
6100 | | - | |
6101 | | - | |
6102 | | - | |
6103 | | - | |
6104 | 6056 | | |
6105 | 6057 | | |
6106 | 6058 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1102 | 1102 | | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | | - | |
| 1105 | + | |
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8335 | 8335 | | |
8336 | 8336 | | |
8337 | 8337 | | |
8338 | | - | |
8339 | | - | |
8340 | | - | |
8341 | | - | |
| 8338 | + | |
| 8339 | + | |
| 8340 | + | |
| 8341 | + | |
8342 | 8342 | | |
8343 | 8343 | | |
8344 | 8344 | | |
| |||
0 commit comments