-
Notifications
You must be signed in to change notification settings - Fork 549
feat(client-presence): Expose Presence
at Workspaces and State objects
#24396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Presence
from Workspaces and State objects
Presence
from Workspaces and State objectsPresence
at Workspaces and State objects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small requests :)
packages/framework/presence/src/test/latestMapValueManager.spec.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Jason Hartman <jasonha@microsoft.com>
…uidFramework into pass-presence-down merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some dangling cleanup from before still needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for docs. Please see comments.
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output
|
Description
This change passes down and exposes presence at Workspace (
StatesWorkspace.presence
andNotificationsWorkspace.presence
) and State objects (Latest.presence
,LatestMap.presence
, andNotificationsManager.presence
).