leits / MeetingBar

🇺🇦 Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.35k stars 188 forks source link

Update Workplace video call url regex #667

Closed mullender closed 7 months ago

mullender commented 7 months ago

Status

READY

Description

This change makes the regex for workplace calls more specific. This prevents an issue where other workplace links (e.g. to posts, or notes) are picked up as the video call link.

I had tested this before using the custom regex setting in preferences. And that works fine, but does not show the workplace icon. Which is why I want to upstream the improved logic

Checklist

Steps to Test or Reproduce

Check with a meeting that contains a workplace video call link, and a workplace post link, observe that the VC link is extracted and not the post.

GuyLewin commented 7 months ago

Thank you @mullender ! Looking forward for this fix

mullender commented 7 months ago

Test failed due to unrelated error: Unable to resolve actiondevbotsxyz/xcode-select, repository not found

leits commented 7 months ago

Thanks, @mullender!