mattermost / mattermost-plugin-zoom

Zoom plugin for Mattermost :electric_plug:
Apache License 2.0
106 stars 68 forks source link

On-prem license causes error when checking for Cloud license #276

Closed mickmister closed 2 years ago

mickmister commented 2 years ago

Since license.Features.Cloud is a *bool, dereferencing this pointer causes a panic when it is nil. In the case of an on-prem license, this is nil which causes this issue.