URLs are truncated for anything including a #
MRE:
curl -LG https://zerocal.shuttleapp.rs/ -d title=matrix -d location="https://matrix.to/#/#a-channel:matrix.org"
BEGIN:VCALENDAR
VERSION:2.0
PRODID:ICALENDAR-RS
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTAMP:20221010T153700Z
DESCRIPTION:Powered by zerocal.shuttleapp.rs
DTEND:20221010T163700Z
DTSTART:20221010T153700Z
LOCATION:https://matrix.to/
SUMMARY:matrix
UID:0d85aec2-c585-44e5-a80e-c9464e9c5572
END:VEVENT
END:VCALENDAR
Perhaps a # to %23 conversion could fix this? Was needed on twitter for these links as an example to be valid and work a while ago (now patched).
URLs are truncated for anything including a
#MRE:
curl -LG https://zerocal.shuttleapp.rs/ -d title=matrix -d location="https://matrix.to/#/#a-channel:matrix.org"Perhaps a # to %23 conversion could fix this? Was needed on twitter for these links as an example to be valid and work a while ago (now patched).