mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
enh: change invisible symbol in hide_link (#738)
There is a problem with the current symbol on android devices. When trying to change the text of a post in a channel, the hidden link often disappeared when editing. Word joiner symbol seems to be more stable in this case. https://en.wikipedia.org/wiki/Word_joiner
This commit is contained in:
parent
57aea755a2
commit
204a2a1ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -247,4 +247,4 @@ def hide_link(url: str) -> str:
|
||||||
:param url:
|
:param url:
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
return f'<a href="{url}">​</a>'
|
return f'<a href="{url}">⁠</a>'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue