feat: conditionally save message history based on save_history flag

This commit is contained in:
jxxghp
2026-06-17 21:00:40 +08:00
parent 4c20639abb
commit e1ba9a2c97
12 changed files with 324 additions and 171 deletions

View File

@@ -218,6 +218,7 @@ def update_or_post_message(
title=title,
text=text,
buttons=buttons,
save_history=False,
)
)