Commit ae7d6a7
Sravan S
fix: Fetch more messages even if result size is larger(#688)
In Channel, for some customers, the server returns 32 messages even when
we asked for 31. Even though its an issue coming from server, we shouldnt set
`hasMorePrev` to false when result size is larger than query
Fixes: https://sendbird.atlassian.net/browse/SBISSUE-12994
Fixes: https://sendbird.atlassian.net/browse/CLNP-3491 parent 4a28ace commit ae7d6a7
File tree
2 files changed
+3
-3
lines changed- src/modules/Channel/context/dux
- __tests__
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments