yorkie-team / yorkie

Yorkie is a document store for collaborative applications.
https://yorkie.dev
Apache License 2.0
746 stars 133 forks source link

Update Document updatedAt to only include Document.Root modifications #916

Open hackerwins opened 1 week ago

hackerwins commented 1 week ago

Description:

Currently, modification to Document.Presence updates the Document's updatedAt, even if there are no changes to Document.Root content. This behavior can lead to unnecessary updatedAt updates and may not accurately reflect the actual content changes.

Why:

window9u commented 9 hours ago

Hello!

I'm interested in working on this issue. Could I take on this issue?

krapie commented 4 hours ago

@window9u Sure! No problem. I think this issue is related to CRDT operation, so it will be good to get more context from the community.