You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matrix-sdk version — I built this against matrix-sdk 0.9 since it's the latest version compatible with sqlx 0.8. The latest matrix-sdk is 0.16, but it pulls in rusqlite 0.37 → libsqlite3-sys 0.35, which conflicts with sqlx's libsqlite3-sys 0.28-0.30 (Cargo enforces a single links = "sqlite3" in the dep graph). Upgrading to matrix-sdk 0.16 would require bumping sqlx to 0.9 (currently alpha). Any preference on how to handle this?
Telegram status bug — While working on this I noticed MessagingStatusResponse in server.rs was missing the telegram field entirely, so the status endpoint never reported Telegram. I included the fix in this PR since it was a one-liner — let me know if you'd prefer it as a separate commit/PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a full Matrix messaging adapter with end-to-end encryption, streaming responses, and frontend UI support.
Backend (
src/messaging/matrix.rs)session.jsone2e-encryption+sqlitestoremxc://URLs)dm_allowed_usersallowlist)Config (
src/config.rs)MatrixConfigandMatrixPermissionsstructs with hot-reload supportmatrix_room_idmetadata keyAPI (
src/api/server.rs)/api/messaging/statusendpointcreate_bindingsupport with Matrix credentialstelegramfield toMessagingStatusResponseFrontend (
interface/)Docs
matrix-setup.mdxsetup guide covering account creation, TOML config, E2EE, DM access control, and platform notesTested: