Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 871 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 871 Bytes

Changelog

Changed

  • don't send ID in private chats on Telegram

Fixed

  • check if event.message.sender is None to avoid AttributeError.

Added

  • added support for message replies/quotes
  • register bot's supported commands in Telegram for better usability

Changed

  • improve debugging
  • truncate too long nicknames when relaying messages to telegram
  • convert .acc voice messages to mp3

Fixed

  • ignore messages from self
  • remove bridge if the Telegram chat ID is invalid or the bot was removed from the Telegram chat

v0.1.0

  • initial release