matrix-appservice-slack icon indicating copy to clipboard operation
matrix-appservice-slack copied to clipboard

A pills mention immediately followed by any character (other than `:`) does not get converted to a slack mention

Open Cadair opened this issue 6 years ago • 3 comments

I assume there is something broken in the regex which means it needs a space after it. This is frustrating as it's the way riot-web tab completes.

Cadair avatar Nov 11 '19 15:11 Cadair

Seems like it should accept any word boundary instead.

https://github.com/matrix-org/matrix-appservice-slack/blob/f9b7feced8168b8ca11f254de6d3b3439d7547d1/src/substitutions.ts#L151-L153

auscompgeek avatar Nov 13 '19 02:11 auscompgeek

This was fixed by #320, I guess?

auscompgeek avatar Nov 19 '19 03:11 auscompgeek

This is still present with any character following the pill i.e. <pill>, <pill> which is super annoying.

Cadair avatar Apr 06 '20 15:04 Cadair