roboport@0.8.1
·
11 commits
to main
since this release
Patch Changes
- #77
4573bafThanks @Destiner! - Recover the text of a replied-to rich message. A message sent withsendRichMessagecarries notext— its content is a block tree underrich_message— soreplyTo.textwas empty whenever a user replied to one of the agent's own replies, which is the common case.TelegramMessagenow modelsrich_message, and the newrichMessageTexthelper (exported fromroboport/triggers) flattens the block tree into plain text.