yue / wey

Fast open source Slack desktop app
Other
1.67k stars 80 forks source link

Bug: Wey doesn't display messages containing angle brackets properly #70

Open briankendall opened 6 years ago

briankendall commented 6 years ago

If I write a message with an angle bracket enclosing a word (so that it looks like an HTML tag), such as:

testA <testB>

Wey will display it as:

testA testB

...with testB displayed as a link to http://slackworkspacename.slack.com/testB

Further, is there is an open angle bracket without the closing bracket, such as:

testA <testB with more text

Wey will not display anything after the open angle bracket:

testA

This does not happen in the official Slack app.

The messages are actually being posted correctly, as viewing the messages in the official Slack app will show what I typed. Also, if I tell Wey to reload the channel, it will then display the messages correctly.

I'm running macOS 10.13.3. I have not had a chance to try and reproduce this bug on any other OS.