diggsweden / jitsi-outlook

A Jitsi plugin for outlook.
MIT License
5 stars 7 forks source link

String validation fails on some Outlook versions if .includes is being used #26

Closed Ayko1595 closed 1 year ago

Ayko1595 commented 1 year ago

Contact Details

konstantin.ay@intunio.se

What happened?

The code validates the signature to see whether the jitsi url has been pasted. This is done with the built-in .includes method. It seems like this is not supported on the native client which causes the code to crash.

Steps To Reproduce

  1. Open Outlook 2019
  2. Click on the add-in
  3. See it spin for ages

What did you expect?

The expected behaviour is that it will paste the link at the bottom of the appointment.

Version

No response

Optional Screenshots

No response

Relevant log output

No response