You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds linting rules to ensure that MXC APIs are only accessed via the
`Media` helper so they can be customised easily when desired.
Fixeselement-hq/element-web#16933
As mentioned in docs, we want to ensure MXC access flows through centralised modules, instead of accessing MXC endpoints directly.
To help with this, we'd like to create a lint rule that errors when using the direct MXC APIs.
This work depends #16276, which converts our custom linting bits to a plugin which we can then extend with a custom rule.
The text was updated successfully, but these errors were encountered: