RTC: Show own presence indicators (as a preference)#76270
RTC: Show own presence indicators (as a preference)#76270chriszarate wants to merge 1 commit intotrunkfrom
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: +307 B (0%) Total Size: 6.89 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in 8d6a61c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/22882562873
|
f77ee26 to
8d6a61c
Compare
| .filter( ( userState: ActiveCollaborator ) => { | ||
| const shouldDrawUser = | ||
| ! userState.isMe || | ||
| ( showOwnCursor && hasOtherCollaborators ); |
There was a problem hiding this comment.
Based on this, shouldn't the comment on line 89 be
// When there are no other collaborators, we shouldn't show the user's own
// selection even if the preference is enabled.
|
Closing in favor of #76413 |
What?
Add an editor preference to show the current user's presence indicators during a collaborative session.
Closes #75838
Why?
User feedback has been mixed, but some users have a strong expectation that all users in a collaborative session should receive consistent presence indicators.
How?
Update the presence logic to conditionally show the current user's presence indicators.
Testing Instructions
Screenshots or screencast
self-presence.mov
paging @dabowman for design review