threema-web icon indicating copy to clipboard operation
threema-web copied to clipboard

Mentioned Threema ID not replaced in browser notifications

Open rugk opened this issue 6 years ago • 2 comments

Expected Behavior

ID should be replaced with "@Name" or so… (as the visible background is not there in notifications)… don't know how it is done in the Threema app – maybe do it like that.

Current Behavior

The @[IDHERE] is shown literally.

Possible Solution

Steps to Reproduce (for bugs)

(obvious :smile: )

Your Environment

  • Threema Web version: 1.8.2-gh

rugk avatar Mar 28 '18 19:03 rugk

@dbrgn is this still an issue?

lgrahl avatar Sep 24 '18 21:09 lgrahl

is this still an issue?

Yes.

We need to parametrize the mentionify filter, so that a variant without HTML markup can be generated (since the notifications don't support HTML). It would be best to also extract it into a plain-typescript helper function, together with unit tests.

dbrgn avatar Oct 03 '18 08:10 dbrgn