Skip to content

Commit e27ec6d

Browse files
Merge pull request #789 from GetStream/develop
Next release
2 parents 60bd136 + 46de905 commit e27ec6d

36 files changed

+211
-41
lines changed
Binary file not shown.
Binary file not shown.
2.07 MB
Loading
1.61 MB
Loading

docusaurus/docs/reactnative/common-content/core-components/channel/props/block_user.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Override of the *Block User* [`MessageAction`](/reactnative/object-types/message-action) shown when a user long presses a message.
22
The `blockUser` function receives as a parameter the relevant message and must return a `MessageAction`.
3-
Please refer to [the guide on customizing message actions](/reactnative/guides/customize-message-actions) for details.
3+
Please refer to [the guide on customizing message actions](../../../../guides/message_actions_customization.mdx) for details.
44

55
| Type |
66
| - |

docusaurus/docs/reactnative/common-content/core-components/channel/props/copy_message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Override of the *Copy Message* [`MessageAction`](/reactnative/object-types/message-action) shown when a user long presses a message.
22
The `copyMessage` function receives as a parameter the relevant message and must return a `MessageAction`.
3-
Please refer to [the guide on customizing message actions](/reactnative/guides/customize-message-actions) for details.
3+
Please refer to [the guide on customizing message actions](../../../../guides/message_actions_customization.mdx) for details.
44

55
| Type |
66
| - |

docusaurus/docs/reactnative/common-content/core-components/channel/props/delete_message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Override of the *Delete Message* [`MessageAction`](/reactnative/object-types/message-action) shown when a user long presses a message.
22
The `deleteMessage` function receives as a parameter the relevant message and must return a `MessageAction`.
3-
Please refer to [the guide on customizing message actions](/reactnative/guides/customize-message-actions) for details.
3+
Please refer to [the guide on customizing message actions](../../../../guides/message_actions_customization.mdx) for details.
44

55
| Type |
66
| - |

0 commit comments

Comments
 (0)