Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Mobile: Tap bot message to reply and @mention that person on Messenger #448

Open
simeonlg opened this issue Oct 13, 2019 · 1 comment
Open

Comments

@simeonlg
Copy link
Contributor

simeonlg commented Oct 13, 2019

Describe the solution you'd like
Tapping the webhook on mobile results in eg. @username (Full Name)#0000 to be copied to the message box, useful for quickly mentioning that user. If such a tag is given, it should @mention the person on Messenger

Additional context
#0000 could probably be rstripped off the string sent to messenger

The solution currently works if only full names are presented, but the #0000 is sent to Messenger which makes it look a little awkward. v5.0.3

Related to #447

@ptrcnull
Copy link
Member

ptrcnull commented May 2, 2020

Should be working in v5.0.0, but I'll test it.

find(`@${user.name}#0000`, user.id)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants