-
Notifications
You must be signed in to change notification settings - Fork 125
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
358 Bugfix Broker::processMessageReply #360
358 Bugfix Broker::processMessageReply #360
Conversation
Before this commit processMessageReply did not work for exceptions with a reccurent id in an other timezone than the dtstart of the master event.
b523a00
to
bb65fce
Compare
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 looks good to me.
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 can't say someting useful on this area of the codebase.
since the change is covered by a test, I would be fine with merging it into the master branch though. I would not immediately backport it, until it was used in the wild on the latest version for now.
wdyt @phil-davis ?
@strokyl could you rebase? |
Lol, this PR is 8 year old. I am not working on sabre anymore at all. I don't remember the how/why of this PR at all and don't have the sabre base code on my laptop now! |
@gharlan could you create a rebased version? |
Before this commit processMessageReply did not work for exceptions with
a reccurent id in an other timezone than the dtstart of the master event.