matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
293 stars 68 forks source link

Hookshot does not understand Left Double Quotation Marks #839

Open Twi1ightSparkle opened 1 year ago

Twi1ightSparkle commented 1 year ago

Turns out Element X iOS types the wrong double quotes. Specifically - Left Double Quotation Mark (U+201C) instead of the expected " - Quotation Mark (U+0022)

See https://github.com/vector-im/element-x-ios/issues/2060 for more details.

Hookshot does not understand “

{
  "content": {
    "body": "!gl create “An issue using Left Double Quotation Marks“ “instead of normal Quotation Mark“",
    "m.mentions": {},
    "msgtype": "m.text"
  },
  "type": "m.room.message",
  ...
}

Screenshot 2023-11-10 at 1 16 13 PM

Screenshot 2023-11-10 at 1 19 05 PM

Half-Shot commented 10 months ago

This is a feature missing / bug in https://www.npmjs.com/package/string-argv.