stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

Support unique reactions

Open petyosi opened this issue 3 years ago • 0 comments

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

petyosi avatar Mar 30 '22 06:03 petyosi