You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent SharedDoc awareness from disappearing after 15s (#186)
* fix: prevent SharedDoc awareness from disappearing after 15s
When using SharedDoc, awareness would disappear after 15s if the data didn’t change.
Even without data changes, the clock needs to be updated, so update should be used instead of change.
* version up
* remove dead code
* fix review
* update typespec