Skip to content

Commit 7c6de73

Browse files
authored
Merge pull request #2143 from GetStream/develop
Next release
2 parents a9d5499 + ea10daa commit 7c6de73

File tree

68 files changed

+4576
-4086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4576
-4086
lines changed

SECURITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Reporting a Vulnerability
2+
At Stream we are committed to the security of our Software. We appreciate your efforts in disclosing vulnerabilities responsibly and we will make every effort to acknowledge your contributions.
3+
4+
Report security vulnerabilities at the following email address:
5+
```
6+
7+
```
8+
Alternatively it is also possible to open a new issue in the affected repository, tagging it with the `security` tag.
9+
10+
A team member will acknowledge the vulnerability and will follow-up with more detailed information. A representative of the security team will be in touch if more information is needed.
11+
12+
# Information to include in a report
13+
While we appreciate any information that you are willing to provide, please make sure to include the following:
14+
* Which repository is affected
15+
* Which branch, if relevant
16+
* Be as descriptive as possible, the team will replicate the vulnerability before working on a fix.

docusaurus/docs/reactnative/contexts/messages_context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Id of current channel.
8383
| ------ |
8484
| string |
8585

86-
### <div class="label description">_forwarded from [Channel](../core-components/channel.mdx#deletedmessagesvisibiltytype)_ props</div> deletedMessagesVisibiltyType {#deletedmessagesvisibiltytype}
86+
### <div class="label description">_forwarded from [Channel](../core-components/channel.mdx#deletedmessagesvisibiltytype)_ props</div> deletedMessagesVisibilityType {#deletedmessagesvisibilitytype}
8787

8888
<DeletedMessagesVisibilityType />
8989

docusaurus/docs/reactnative/core-components/channel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ This is often the header height.
290290

291291
<CompressImageQuality />
292292

293-
### deletedMessagesVisibiltyType
293+
### deletedMessagesVisibilityType
294294

295295
<DeletedMessagesVisibilityType />
296296

docusaurus/docs/reactnative/guides/message_customizations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,11 +499,11 @@ const SwipeableMessage = (
499499

500500
## Hiding deleted messages from the channel
501501

502-
The `deleteMessagesVisibiltyType` prop in the Channel component enables changing the visibility of the deleted messages to both sender and receiver, none of them or either of them.
502+
The `deletedMessagesVisibilityType` prop in the Channel component enables changing the visibility of the deleted messages to both sender and receiver, none of them or either of them.
503503

504504
```tsx
505505
<Channel
506506
...
507-
deletedMessagesVisibiltyType="sender"
507+
deletedMessagesVisibilityType="sender"
508508
>
509509
```

docusaurus/docs/reactnative/ui-components/message_footer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Weather message is deleted or not. In case of deleted message, `'Only visible to
5454

5555
<Alignment />
5656

57-
### <div class="label description">_overrides the value from [MessagesContext](../contexts/messages_context.mdx#deletedmessagesvisibiltytype)_</div> `deletedMessagesVisibiltyType` {#deletedmessagesvisibiltytype}
57+
### <div class="label description">_overrides the value from [MessagesContext](../contexts/messages_context.mdx#deletedmessagesvisibiltytype)_</div> `deletedMessagesVisibilityType` {#deletedmessagesvisibilitytype}
5858

5959
<DeletedMessagesVisibilityType />
6060

docusaurus/reactnative_versioned_docs/version-4.x.x/contexts/messages_context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Id of current channel.
8282
| ------ |
8383
| string |
8484

85-
### <div class="label description">_forwarded from [Channel](../core-components/channel.mdx#deletedmessagesvisibiltytype)_ props</div> deletedMessagesVisibiltyType {#deletedmessagesvisibiltytype}
85+
### <div class="label description">_forwarded from [Channel](../core-components/channel.mdx#deletedmessagesvisibiltytype)_ props</div> deletedMessagesVisibilityType {#deletedmessagesvisibilitytype}
8686

8787
<DeletedMessagesVisibilityType />
8888

docusaurus/reactnative_versioned_docs/version-4.x.x/core-components/channel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ This is often the header height.
288288

289289
<CompressImageQuality />
290290

291-
### deletedMessagesVisibiltyType
291+
### deletedMessagesVisibilityType
292292

293293
<DeletedMessagesVisibilityType />
294294

docusaurus/reactnative_versioned_docs/version-4.x.x/guides/message_customizations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,11 +499,11 @@ const SwipeableMessage = (
499499

500500
## Hiding deleted messages from the channel
501501

502-
The `deleteMessagesVisibiltyType` prop in the Channel component enables changing the visibility of the deleted messages to both sender and receiver, none of them or either of them.
502+
The `deletedMessagesVisibilityType` prop in the Channel component enables changing the visibility of the deleted messages to both sender and receiver, none of them or either of them.
503503

504504
```tsx
505505
<Channel
506506
...
507-
deletedMessagesVisibiltyType="sender"
507+
deletedMessagesVisibilityType="sender"
508508
>
509509
```

docusaurus/reactnative_versioned_docs/version-4.x.x/ui-components/message_footer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Weather message is deleted or not. In case of deleted message, `'Only visible to
5454

5555
<Alignment />
5656

57-
### <div class="label description">_overrides the value from [MessagesContext](../contexts/messages_context.mdx#deletedmessagesvisibiltytype)_</div> deletedMessagesVisibiltyType {#deletedmessagesvisibiltytype}
57+
### <div class="label description">_overrides the value from [MessagesContext](../contexts/messages_context.mdx#deletedmessagesvisibiltytype)_</div> deletedMessagesVisibilityType {#deletedmessagesvisibilitytype}
5858

5959
<DeletedMessagesVisibilityType />
6060

examples/ExpoMessaging/App.tsx

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)