nextcloud / officeonline

officeonline
46 stars 15 forks source link

Make use of Edit_Notification post message to update the file list mtime #492

Open juliushaertl opened 10 months ago

juliushaertl commented 10 months ago

Office Online does not tell the frontend if the file was saved, so we have no reliable way of updating the file list with the most recent mtime.

Reloading the full file list is not feasible due to performance implications.

We could however at least implement https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/online/scenarios/postmessage#edit_notification to refresh it if the current user starts editing.