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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
URL previewing in Synapse requires the lxml library (python[2]-lxml) to work (source: tried to run Synapse without the lxml package installed and with URL previewing enabled and it crashed), but this optional dependency is missing from synapse/python_dependencies.py.
Should be an easy one to fix but I'm unsure about the lowest working version of lxml for this feature.