-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Enable caldav push notifications by default #40103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable caldav push notifications by default #40103
Conversation
|
Reverting everything, not just changing the default value of the setting? |
|
I don't understand how it answers #39158, sorry. :( |
GretaD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i only checked the vue and js changes
d84a49c to
5193cd5
Compare
| ?string $calendarDisplayName, | ||
| array $principalEmailAddresses, | ||
| array $users = []):void { | ||
| if ($this->config->getAppValue('dav', 'sendEventRemindersPush', 'no') !== 'yes') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like @tcitworld said we should flip the default value but leave the option to turn the feature off
5193cd5 to
c9e5dbd
Compare
|
Failure of |
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Time to squash
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
4d778a7 to
823908b
Compare
|
Needs admin docs for how to set sendEventRemindersPush and an entry in the admin upgrade section for 28 |
Summary
Checklist