Skip to content
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

fix: misc bugfixes to reminders #6931

Merged

Conversation

evanlihou
Copy link
Contributor

  • Updating an existing reminder no longer deletes the user's notification channels
  • Finishing the setup of a Telegram connection now triggers a scheduling of the user's notifications, making behavior consistent with how email verification works

It's been about 7 years since I've touched any code that uses Laravel, happy to make any updates you feel would improve the quality of this PR 🙂

Fixes #6776

- Updating an existing reminder no longer deletes the user's notification
channels
- Finishing the setup of a Telegram connection now triggers a scheduling
of the user's notifications, making behavior consistent with how email
verification works
@CLAassistant
Copy link

CLAassistant commented Oct 14, 2023

CLA assistant check
All committers have signed the CLA.

@evanlihou
Copy link
Contributor Author

@djaiss @asbiin Thanks for all the work you do on this project! The issue that I opened for these bugs got closed, so I figured I'd try to implement a fix on my own.

The combination of these two issues made the experience of using Telegram reminders in Chandler very frustrating. Please review this small PR at your earliest convenience 🙂

…actReminderTest.php

Co-authored-by: Alexis Saettler <alexis@saettler.org>
@evanlihou evanlihou requested a review from asbiin October 31, 2023 20:25
@asbiin asbiin merged commit 9c86c4d into monicahq:main Nov 1, 2023
14 checks passed
Copy link

github-actions bot commented May 3, 2024

🎉 This PR is included in version 5.0.0-beta.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chandler bug: Updating a Reminder Removes Associated user_notification_channels
3 participants