We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 element-hq/element-x-ios#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", ... }
The text was updated successfully, but these errors were encountered:
This is a feature missing / bug in https://www.npmjs.com/package/string-argv.
Sorry, something went wrong.
No branches or pull requests
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 element-hq/element-x-ios#2060 for more details.
Hookshot does not understand “
The text was updated successfully, but these errors were encountered: