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
Currently desktop client will register to notification from server for changes to files to immediately synchronize changes instead of polling for them.
In case we receive a notification, desktop client will need to discover them.
It would be better to register for notifications with more information (using listen notify_file_id).
Most of the time that would give more information to desktop files client being able to then shortcut the sync and do it quicker and using less server resources.