Sellers without usernames are displayed incorrectly in the listing.
For such users, their user IDs are displayed where the username is supposed to be, resulting in the mention @[some numbers here]. Such mentions are parsed by Telegram incorrectly, as it treats these IDs as actual usernames.
To Reproduce
Steps to reproduce the behavior:
- Get a Telegram account without a username.
- Add an item using the bot.
- In the moderator chat or channel, the seller mention is displayed incorrectly and is not traversable.
Additional
It is possible to create a link to a user using formatting: [some text](tg://user?id=), then, with the proper formatting method, "some text" will be displayed as a link to an account. With this method, there might be some issues with account privacy settings.
Sellers without usernames are displayed incorrectly in the listing.
For such users, their user IDs are displayed where the username is supposed to be, resulting in the mention
@[some numbers here]. Such mentions are parsed by Telegram incorrectly, as it treats these IDs as actual usernames.To Reproduce
Steps to reproduce the behavior:
Additional
It is possible to create a link to a user using formatting: [some text](tg://user?id=), then, with the proper formatting method, "some text" will be displayed as a link to an account. With this method, there might be some issues with account privacy settings.