Skip to content

Gate events with `features.includes('events')`

Alex Gleason requested to merge events-features into develop

Summary

Fixes the issue described here: https://gleasonator.com/@ahmad@bassam.social/posts/AQwWR2biROuRcLyCYa

Apparently if the server doesn't support events, it results in a full page crash. Fortunately we can detect support easily from the instance endpoint instead of checking the version.

Merge request reports