Skip to content

URL/Location cannot include # #18

Description

@nuke-web3

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions