Skip to content
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

Awareness feature for deletion of characters #2

Closed
Mari0 opened this issue Apr 6, 2016 · 1 comment
Closed

Awareness feature for deletion of characters #2

Mari0 opened this issue Apr 6, 2016 · 1 comment

Comments

@Mari0
Copy link
Member

Mari0 commented Apr 6, 2016

Hi Kevin,
Currently its not possible to find out which user deletes characters .
It would be nice to have the user id as property in the event object of the callback of the observe function.
It would be a nice feature for the activity list of SyncMeta.
Best
Mario

@dmonad
Copy link
Contributor

dmonad commented Jul 14, 2016

I can't implement that, because deletions are anonymous for performance reasons. If I would associate deletions with users, I wouldn't be able to garbage-collect them (because late-joiners do want to know too who deleted a particular object). This feature will be dropped in favor of garbage-collection.

@dmonad dmonad closed this as completed Jul 14, 2016
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

No branches or pull requests

2 participants