Skip to content

Add Account-wide persona toggle in Persona Picker - #1264

Merged
7w1 merged 1 commit into
SableClient:devfrom
j0lol:persona-picker-global
Jul 24, 2026
Merged

Add Account-wide persona toggle in Persona Picker#1264
7w1 merged 1 commit into
SableClient:devfrom
j0lol:persona-picker-global

Conversation

@j0lol

@j0lol j0lol commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Description

Adds a 'Global' option the the Persona Picker to choose an account-wide persona. Adds a new account data record. A room-associated persona has higher priority than a global persona. (Also slightly edited the list-item styling for alignment.)

fyi.cisnt.permessageprofile.globalassociation

{
  "association": {
    "profileId": <profile id>
  }
}
image image

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

@j0lol
j0lol requested review from 7w1 and hazre as code owners July 23, 2026 21:58
@j0lol
j0lol force-pushed the persona-picker-global branch from 51041b7 to 84bc718 Compare July 23, 2026 22:14
description={
selectedRoomPersona ? (
<>
Message will use your <em>per-room</em> persona.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slightly changed the wording to be more correct?

@j0lol
j0lol force-pushed the persona-picker-global branch from 84bc718 to 522c37e Compare July 23, 2026 22:38
@7w1
7w1 added this pull request to the merge queue Jul 24, 2026
Merged via the queue into SableClient:dev with commit 8a0a521 Jul 24, 2026
12 checks passed
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