The clear reminder action should be available if a reminder exists
On 27:

Not sure about implementation as FileAction enabled() is not awaitable
Previously a request was made to the backend to check if a reminder was set
|
dueDate = (await getReminder(fileId)).dueDate |
The clear reminder action should be available if a reminder exists
On 27:

Not sure about implementation as FileAction
enabled()is not awaitablePreviously a request was made to the backend to check if a reminder was set
server/apps/files_reminders/src/main.ts
Line 57 in 6250c7d