-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
refactor(dav): refactor inline event listeners #52428
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
Conversation
| $event->getRemoved() | ||
| ); | ||
|
|
||
| // Here we should recalculate if reminders should be sent to new or old sharees |
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.
This comment was just moved, but is this an open todo? I don't get it
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 moved it from the (duplicated) inline listener. It is from Thomas initially so I decided to keep it 😅
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.
Classic Thomas
d0944e8 to
628b38a
Compare
cef4db3 to
692c08f
Compare
692c08f to
ab3f062
Compare
628b38a to
109422f
Compare
Signed-off-by: Richard Steinmetz <[email protected]>
ab3f062 to
16dd61c
Compare
Summary
$backend->onCalendarUpdateShares()(once inline and once in the already existing listener class).Based on #52427
Checklist