Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@tulir tulir released this 06 Apr 10:03
· 262 commits to master since this release
  • Dropped Python 3.7 support.
  • Added optional support for bridging presence from Facebook to Matrix (thanks to @JakuJ in #189).
  • Added option to not resync chats on startup and instead ask the server to just send missed messages.
  • Added option to use MSC2246 async media uploads.
  • Changed some fields to stop the user from showing up as online on Facebook all the time.
  • Changed incoming message handling to preserve order from Facebook to Matrix.
  • Fixed calculating mention offsets (mentioning users in messages with complicated unicode characters like emojis).
    • This will break message rendering that involves mentions and emojis in the Messenger web app, but it works everywhere else. The issue on web happens even with messages sent from the official apps.
  • Fixed bridging reactions from Facebook in certain cases.
  • Fixed bridging files from Matrix with non-ascii names.