Skip to content

Commit

Permalink
fix - whatsapp link formattation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjpaulo2 committed Oct 2, 2024
1 parent a652078 commit d26b218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function/telegram/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _whatsapp_link_text(self) -> str:
return join_lines(
self._title.replace("**", "*"),
f"*Fonte:* {self._link}",
self._body.replace("**", "*"),
self._body.replace("**", "*").replace('__', '_'),
f'{emojize(":mobile_phone:")} Entre agora no canal {WHATSAPP_LINK_FOR_CHANNEL} '
'e receba notícias como esta em primeira mão no seu Telegram!',
)
Expand Down

0 comments on commit d26b218

Please sign in to comment.