Skip to content

Commit 6482c77

Browse files
committed
fix: pagination breaks if first/last message is shadowed
1 parent 4e97097 commit 6482c77

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

examples/SampleApp/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8270,10 +8270,10 @@ stream-chat-react-native-core@8.1.0:
82708270
version "0.0.0"
82718271
uid ""
82728272

8273-
stream-chat@^9.40.0:
8274-
version "9.40.0"
8275-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.40.0.tgz#32ee29ae3442744fb7068b0ecaa3cc1a3b456b97"
8276-
integrity sha512-IH3MdxS1zGwOob1dBqRTIqS7wB2Y6Spu4ufo4/yVKW/IFEYRs38BSLHcMsJISvUbPpBleXKIrUOQZu6VsgJpdw==
8273+
stream-chat@^9.41.1:
8274+
version "9.41.1"
8275+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.41.1.tgz#a877c8aa800d78b497eec2fad636345d4422309c"
8276+
integrity sha512-W8zjfINYol2UtdRMz2t/NN2GyjDrvb4pJgKmhtuRYzCY1u0Cjezcsu5OCNgyAM0QsenlY6tRqnvAU8Qam5R49Q==
82778277
dependencies:
82788278
"@types/jsonwebtoken" "^9.0.8"
82798279
"@types/ws" "^8.5.14"

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"path": "0.12.7",
8383
"react-native-markdown-package": "1.8.2",
8484
"react-native-url-polyfill": "^2.0.0",
85-
"stream-chat": "^9.40.0",
85+
"stream-chat": "^9.41.1",
8686
"use-sync-external-store": "^1.5.0"
8787
},
8888
"peerDependencies": {

package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8352,10 +8352,10 @@ stdin-discarder@^0.2.2:
83528352
resolved "https://registry.yarnpkg.com/stdin-discarder/-/stdin-discarder-0.2.2.tgz#390037f44c4ae1a1ae535c5fe38dc3aba8d997be"
83538353
integrity sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==
83548354

8355-
stream-chat@^9.40.0:
8356-
version "9.40.0"
8357-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.40.0.tgz#32ee29ae3442744fb7068b0ecaa3cc1a3b456b97"
8358-
integrity sha512-IH3MdxS1zGwOob1dBqRTIqS7wB2Y6Spu4ufo4/yVKW/IFEYRs38BSLHcMsJISvUbPpBleXKIrUOQZu6VsgJpdw==
8355+
stream-chat@^9.41.1:
8356+
version "9.41.1"
8357+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.41.1.tgz#a877c8aa800d78b497eec2fad636345d4422309c"
8358+
integrity sha512-W8zjfINYol2UtdRMz2t/NN2GyjDrvb4pJgKmhtuRYzCY1u0Cjezcsu5OCNgyAM0QsenlY6tRqnvAU8Qam5R49Q==
83598359
dependencies:
83608360
"@types/jsonwebtoken" "^9.0.8"
83618361
"@types/ws" "^8.5.14"

0 commit comments

Comments
 (0)