-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix merge conflicts form v6.0.0
- Loading branch information
Showing
50 changed files
with
1,386 additions
and
1,849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
...urus/docs/reactnative/common-content/contexts/message-input-context/editing.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Defined with message type if the user is editing some message within `MessageInput` component else its undefined. | ||
|
||
| Type | | ||
| ------- | | ||
| Boolean | | ||
| Type | | ||
| ----------------------- | | ||
| `Message`\| `undefined` | |
6 changes: 3 additions & 3 deletions
6
...cs/reactnative/common-content/contexts/message-input-context/quoted_message.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Message that is quoted to the original message | ||
|
||
| Type | | ||
| --------------------------- | | ||
| `Boolean` \| `Message` type | | ||
| Type | | ||
| ----------------------- | | ||
| `Message`\| `undefined` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7327,10 +7327,10 @@ [email protected]: | |
version "0.0.0" | ||
uid "" | ||
|
||
stream-chat-react-native-core@5.29.0: | ||
version "5.29.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.29.0.tgz#b89d5f954c2063316ab6dc254e0b98188f01524d" | ||
integrity sha512-cm8CQUIHPE+hHxM1hVQ6V3ogUJLpGPRZBvMYbJW7+MBdhUTn4+40EqEbqHTEtHdkLgPUmxaDJsh/gFCtVEGgog== | ||
stream-chat-react-native-core@5.31.1: | ||
version "5.31.1" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.31.1.tgz#4367276c8316d325e6b062e4efb95d464d4e2eef" | ||
integrity sha512-EKHMQ0bWRoyubTxk1IKEbkIzcIY5hxHDpyGU7ObGXLLnhoVBEDranZBQ7dNDdbuM88uKh9mGK5WH4NQSTioKxQ== | ||
dependencies: | ||
"@gorhom/bottom-sheet" "4.4.8" | ||
dayjs "1.10.5" | ||
|
@@ -7342,27 +7342,12 @@ [email protected]: | |
path "0.12.7" | ||
react-native-markdown-package "1.8.2" | ||
react-native-url-polyfill "^1.3.0" | ||
stream-chat "8.17.0" | ||
stream-chat "8.31.0" | ||
|
||
"stream-chat-react-native-core@link:../../package": | ||
version "0.0.0" | ||
uid "" | ||
|
||
[email protected]: | ||
version "8.17.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.17.0.tgz#01c4aacbcdb5dd734b088e70f40cd42a0bcd0fb7" | ||
integrity sha512-0cYKSroKGiLilElk8Ol6AKAowWIIpXz3wsY97o+cAqixOwwHdnbuPZ00L2CzAjNB2c94Vl5L48n1K+9iOEpv3w== | ||
dependencies: | ||
"@babel/runtime" "^7.16.3" | ||
"@types/jsonwebtoken" "~9.0.0" | ||
"@types/ws" "^7.4.0" | ||
axios "^1.6.0" | ||
base64-js "^1.5.1" | ||
form-data "^4.0.0" | ||
isomorphic-ws "^4.0.1" | ||
jsonwebtoken "~9.0.0" | ||
ws "^7.4.4" | ||
|
||
[email protected]: | ||
version "8.31.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.31.0.tgz#387ed3109ac930e222bf260d98afc37dd1fcb1ac" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2066,11 +2066,6 @@ | |
dependencies: | ||
"@sinonjs/commons" "^3.0.0" | ||
|
||
"@stream-io/[email protected]": | ||
version "0.10.3" | ||
resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.10.3.tgz#774e56aba7f3da5a8f2ae5ad3065f05e5a27e7f2" | ||
integrity sha512-2ZK8piYlEfKIPZrH8BpZz9uj8HZcUvMCV0X7qSLSAc/vhLOANBfR0SSn0OaWPbqb2mFGAd4FxmLSPp1zKEYuaw== | ||
|
||
"@types/babel__core@^7.1.14": | ||
version "7.20.5" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2062,10 +2062,10 @@ | |
resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.11.tgz#2f4c6e10bee0786abff4604e39a37ded6f3980ce" | ||
integrity sha512-rQfMIGSR/1r/SyN87+VD8xHHzDYeHaJq6elOSCAD+0iLagXkSI2pfA0LmSXP21uw5i3em7GkkRjfJ8wpqWXZNw== | ||
|
||
"@react-native-community/netinfo@^11.0.1": | ||
version "11.3.0" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-11.3.0.tgz#9d99ba00138b38350a794eab5eca436f6e209114" | ||
integrity sha512-mR9iqUi0GzuC8ut+goI/lLkgG+a2OViI1mjSdXHKZnkfdJVjHblyWX3xoA8GE4GH8X4r0X/PNM3Vvyf2FH9mVg== | ||
"@react-native-community/netinfo@^11.3.2": | ||
version "11.3.2" | ||
resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-11.3.2.tgz#e63201d0b87ad42d086d1003be48ae7b327f0594" | ||
integrity sha512-YsaS3Dutnzqd1BEoeC+DEcuNJedYRkN6Ef3kftT5Sm8ExnCF94C/nl4laNxuvFli3+Jz8Df3jO25Jn8A9S0h4w== | ||
|
||
"@react-native/[email protected]": | ||
version "0.73.1" | ||
|
@@ -2369,11 +2369,6 @@ | |
dependencies: | ||
"@sinonjs/commons" "^3.0.0" | ||
|
||
"@stream-io/[email protected]": | ||
version "0.10.3" | ||
resolved "https://registry.yarnpkg.com/@stream-io/flat-list-mvcp/-/flat-list-mvcp-0.10.3.tgz#774e56aba7f3da5a8f2ae5ad3065f05e5a27e7f2" | ||
integrity sha512-2ZK8piYlEfKIPZrH8BpZz9uj8HZcUvMCV0X7qSLSAc/vhLOANBfR0SSn0OaWPbqb2mFGAd4FxmLSPp1zKEYuaw== | ||
|
||
"@types/babel__core@^7.1.14": | ||
version "7.20.1" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.1.tgz#916ecea274b0c776fec721e333e55762d3a9614b" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2929,10 +2929,10 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" | ||
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg== | ||
|
||
[email protected].0: | ||
version "5.31.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.31.0.tgz#8bbcd7310891bf70fc8c0ff345224be9d29cd59e" | ||
integrity sha512-gPhY5Ly+n8tfa/awu1hV9+Aj+1c35lUpo+UZLgcmgPey2F7kC8YZr1pvon6m7IWTh/MoU5IEnqtswqF+NWQdBQ== | ||
[email protected].1: | ||
version "5.31.1" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.31.1.tgz#4367276c8316d325e6b062e4efb95d464d4e2eef" | ||
integrity sha512-EKHMQ0bWRoyubTxk1IKEbkIzcIY5hxHDpyGU7ObGXLLnhoVBEDranZBQ7dNDdbuM88uKh9mGK5WH4NQSTioKxQ== | ||
dependencies: | ||
"@gorhom/bottom-sheet" "4.4.8" | ||
dayjs "1.10.5" | ||
|
Oops, something went wrong.