File tree Expand file tree Collapse file tree 5 files changed +13
-15
lines changed
src/components/ThreadList Expand file tree Collapse file tree 5 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 29292929 resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
29302930 integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
29312931
2932- 2933- version "5.41.3 "
2934- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.41.3 .tgz#83db713f15725fa49b8afb84d7ef01d668b98af5 "
2935- integrity sha512-Xr0iQCoRP5c2dKwlxq+EWxKLzBXHXAGagn2aShxxU7PCW5TcdUrewWIhDxOo1iZjGfzdBSZyCFX6ilhYq332RA ==
2932+ 2933+ version "5.41.4 "
2934+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.41.4 .tgz#55104e1eb10f464b27d82b9566a18005723ea26d "
2935+ integrity sha512-Fe2AnbfZ98nRfP5BwMOwR2iae/hT8N5oEiYOb2FwbgtJqot4UFABZDCxMVcoYcFouOK1gc5BkTjdnXYYm/L8EQ ==
29362936 dependencies :
29372937 " @gorhom/bottom-sheet" " ^4.6.4"
29382938 dayjs "1.10.5"
Original file line number Diff line number Diff line change @@ -4244,10 +4244,10 @@ statuses@~1.5.0:
42444244 resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42454245 integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42464246
4247- 4248- version "5.41.3 "
4249- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.41.3 .tgz#83db713f15725fa49b8afb84d7ef01d668b98af5 "
4250- integrity sha512-Xr0iQCoRP5c2dKwlxq+EWxKLzBXHXAGagn2aShxxU7PCW5TcdUrewWIhDxOo1iZjGfzdBSZyCFX6ilhYq332RA ==
4247+ 4248+ version "5.41.4 "
4249+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.41.4 .tgz#55104e1eb10f464b27d82b9566a18005723ea26d "
4250+ integrity sha512-Fe2AnbfZ98nRfP5BwMOwR2iae/hT8N5oEiYOb2FwbgtJqot4UFABZDCxMVcoYcFouOK1gc5BkTjdnXYYm/L8EQ ==
42514251 dependencies :
42524252 " @gorhom/bottom-sheet" " ^4.6.4"
42534253 dayjs "1.10.5"
Original file line number Diff line number Diff line change 7878 "path" : " 0.12.7" ,
7979 "react-native-markdown-package" : " 1.8.2" ,
8080 "react-native-url-polyfill" : " ^1.3.0" ,
81- "stream-chat" : " 8.42 .0"
81+ "stream-chat" : " 8.44 .0"
8282 },
8383 "peerDependencies" : {
8484 "react-native-quick-sqlite" : " >=5.1.0" ,
Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ export const ThreadList = (props: ThreadListProps) => {
103103 client . threads . reload ( { force : true } ) ;
104104 } ) ;
105105
106- client . threads . reload ( { force : true } ) ;
107-
108106 return ( ) => {
109107 client . threads . deactivate ( ) ;
110108 listener . unsubscribe ( ) ;
Original file line number Diff line number Diff line change @@ -10664,10 +10664,10 @@ stream-browserify@^2.0.1:
1066410664 inherits "~2.0.1"
1066510665 readable-stream "^2.0.2"
1066610666
10667- stream-chat@8.42 .0:
10668- version "8.42 .0"
10669- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.42 .0.tgz#124ea2c10c6e8f7990304e1101c66751daf63e6c "
10670- integrity sha512-8xZz+fmdHSOa3L1rHUOC4Wah+ipvLvdiOmeOfGK6uXnLOKlSHMOblwmQErrOoFM4SKfX9Bea3V8viaKUu6bPng ==
10667+ stream-chat@8.44 .0:
10668+ version "8.44 .0"
10669+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.44 .0.tgz#e48446cf91db786e80a2e7358ac4f1601e5e97f0 "
10670+ integrity sha512-7HNtimD8sT/51rsFibGcD6uBgKj+vlKyYCZMDzjYQEaEsrLqyAg48dOyNM4L2FTF5aXgo9SlxZr21SPleeA2BA ==
1067110671 dependencies:
1067210672 "@babel/runtime" "^7.16.3"
1067310673 "@types/jsonwebtoken" "~9.0.0"
You can’t perform that action at this time.
0 commit comments