Skip to content

Commit 236f779

Browse files
authored
v2.3.5 add parse mode (#44)
1 parent 3ac555b commit 236f779

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bot/telegram_bot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,9 @@ def notify_all(update, context):
10201020
]
10211021
reply_markup = InlineKeyboardMarkup(keyboard)
10221022
update.message.reply_text(
1023-
f"Preview:\n{new_feature_message}", reply_markup=reply_markup
1023+
f"Preview:\n{new_feature_message}",
1024+
reply_markup=reply_markup,
1025+
parse_mode=ParseMode.HTML,
10241026
)
10251027
else:
10261028
update.message.reply_text("You are not authorized to use this command.")

release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Release Notes
2+
## Version 2.3.5 - Date 3 May 2024
3+
### For Developer 🧑‍💻
4+
- Add parse html for /notifyall command to send message with html tags
5+
26
## Version 2.3.4 - Date 3 May 2024
37
### Enhancement 🔥
48
- Added FAQ section

0 commit comments

Comments
 (0)