Skip to content

Add create-mention capability to channel fixtures#37

Merged
gpunto merged 1 commit into
mainfrom
add-create-mention-capability
Jun 18, 2026
Merged

Add create-mention capability to channel fixtures#37
gpunto merged 1 commit into
mainfrom
add-create-mention-capability

Conversation

@gpunto

@gpunto gpunto commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Why

The Android SDK now gates user mention autocomplete behind the create-mention channel capability (see stream-chat-android#6503). The composer only resolves user suggestions when create-mention is present in the channel's own_capabilities.

The channel fixtures here predate that capability, so the suggestion list never appears and the mention E2E tests (test_mentionsView, test_userFillsTheComposerMentioningParticipantThroughMentionsView) time out.

What

Adds create-mention to own_capabilities in the three channel fixtures:

  • http_channels.json
  • http_add_member.json
  • http_channel_creation.json

Verified green against stream-chat-android#6503 by pointing its E2E run at this branch.

@gpunto gpunto marked this pull request as ready for review June 17, 2026 13:59
@gpunto gpunto requested a review from testableapple June 17, 2026 13:59
@gpunto gpunto closed this Jun 18, 2026
@gpunto gpunto reopened this Jun 18, 2026
@gpunto gpunto merged commit b50b72d into main Jun 18, 2026
5 checks passed
@gpunto gpunto deleted the add-create-mention-capability branch June 18, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants