-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bot sends a message when a single meeting is edited. #319
Bot sends a message when a single meeting is edited. #319
Conversation
🦋 Changeset detectedLatest commit: ad2ffba The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Signed-off-by: Mikhail Aheichyk <[email protected]>
6acb39e
to
480b567
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.
The general pattern with the union type for different types of changes and the e2e tests are fine 👍.
I think that we could do some larger refactorings of the message-code so it is more resilient and we could get rid of some unnecessarily complex legacy-code that piled up during the migration to the new data format.
matrix-meetings-bot/src/shared/calendarUtils/extractCalendarChange.test.ts
Outdated
Show resolved
Hide resolved
matrix-meetings-bot/src/shared/calendarUtils/extractCalendarChange.ts
Outdated
Show resolved
Hide resolved
matrix-meetings-bot/src/shared/calendarUtils/extractCalendarChange.ts
Outdated
Show resolved
Hide resolved
matrix-meetings-bot/src/shared/calendarUtils/extractCalendarChange.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Mikhail Aheichyk <[email protected]>
…he old occurrence start and end Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
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.
Some last comments regarding the e2e tests. Afterwards we can merge it once the acceptance tests passed 🚀
Co-authored-by: Dominik Henneke <[email protected]> Signed-off-by: maheichyk <[email protected]>
Signed-off-by: Mikhail Aheichyk <[email protected]>
@dhenneke many thanks for the comments and review! |
In this PR the bot is updated to send a message with meeting details into the room when a single meeting is edited.
✔️ Checklist
Signed-off-by
line in the message (more info).