Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed May 27, 2024
1 parent 293a6a8 commit 60c1ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The messaging view exposes a programmatic API that lets applications manipulate
- Flush all content from the store: `MessagingStore.flush()<boolean>`
- Highlight a message in the store: `MessagingStore.highlight(messageId<string>)<boolean>`
- Interact with a message action: `MessagingStore.interact(messageId<string>, action<string>, isActive<boolean>)<boolean>`
- Scroll to a message: `MessagingStore.scroll(messageId<string>)<boolean>`
- Scroll to a message: `MessagingStore.scroll(messageId<string>, isForced<boolean>)<boolean>`
- Toggle `backwards` or `forwards` loader in the store: `MessagingStore.loader(type<string>, isVisible<boolean>)<boolean>`
- Identify a JID with its `name` and `avatar`: `MessagingStore.identify(jid<string>, identity<null | object>)<boolean>`

Expand Down

0 comments on commit 60c1ac2

Please sign in to comment.