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
parse_fragment: fix {:error, :badmatch} when the option list is passed
All lists with items have an empty list as tail, so we need to decode
that before we get to the next argument
Merge branch 'fix/multiple-root-tags' into 'master'
Fix worker going into infinite loop when decoding a document with multiple root nodes
See merge request pleroma/fast_html!13