stream-chat-react
stream-chat-react copied to clipboard
Support unique reactions
Motivation
Our backend supports one reaction type per user through the enforce_unique flag. See corresponding issue in the swift client.
Proposed solution
Configuration property on Channel component level that causes the flag to be sent with the API call.
Acceptance Criteria
- The configuration property itself
- E2E test that verifies its correct enforcement
- Documentation