mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 01:35:22 +00:00
Deletion fix
This commit is contained in:
@ -333,7 +333,7 @@ exports.processEventBatches = functions.pubsub
|
||||
|
||||
let notificationMessage;
|
||||
if (externalOrigin) {
|
||||
notificationMessage = `Calendar sync completed: ${events.length} ${events.length === 1 ? 'event has' : 'events have'} been added.`;
|
||||
// notificationMessage = `Calendar sync completed: ${events.length} ${events.length === 1 ? 'event has' : 'events have'} been added.`;
|
||||
} else {
|
||||
notificationMessage = events.length === 1
|
||||
? `New event "${events[0].title}" has been added to the family calendar.`
|
||||
|
Reference in New Issue
Block a user