Skip to content

Commit 914074d

Browse files
committed
docs: Update docs
1 parent 1fa4c13 commit 914074d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docusaurus/docs/Angular/components/MessageReactionsComponent.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export class CustomMessageComponent {
3737

3838
## Customization
3939

40+
You can override the default reactions using the [`MessageReactionsService`](../services/MessageReactionsService.mdx)
41+
4042
You can provide your own message reactions component by the [`CustomTemplatesService`](../services/CustomTemplatesService.mdx)
4143

4244
[//]: # "Start of generated content"

projects/stream-chat-angular/src/lib/message-reactions.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class MessageReactionsService {
1313
/**
1414
* The enabled [reactions](https://getstream.io/chat/docs/javascript/send_reaction/?language=javascript) and the associated emoji
1515
*
16-
* You can provide any string as a reaction.
16+
* You can provide any string as a reaction. The emoji can be provided as a string, if you want to use custom images for reactions you have to provide a [custom reactions UI](../../services/CustomTemplatesService/#messagereactionstemplate)
1717
*/
1818
reactions$ = new BehaviorSubject<{ [key in MessageReactionType]: string }>({
1919
like: '👍',

0 commit comments

Comments
 (0)