This repository was archived by the owner on Apr 19, 2025. It is now read-only.
v0.5.3
Migrated to GitHub. You should change all of your Docker images to point to ghcr rather than registry.gitlab.com. For example:
registry.gitlab.com/beeper/linkedin:latest
should become
ghcr.io/beeper/linkedin:latest
You'll also need to change your git commit URLs.
Features
- Implemented typing notifications
- Implemented read receipts
Other changes:
- Switched to GitHub Actions for CI/CD
- Added pre-commit config to help prevent bad pushes
- Upgraded
mautrixto^0.17.6 - Upgraded
linkedin-messagingto^0.5.2 - Converted to use
isortinstead offlake8-import-order