feat: matrix support (part 1)#242
Merged
Merged
Conversation
Replace the generic Matrix hashtag badge with the official brand asset so channel badges feel recognizable and fit the circular mask cleanly.
Let Matrix bots decide whether to auto-join invites and restrict inbound activity to allowed rooms or aliases. Expose the new controls in the web settings UI with line-based whitelist input so access rules stay explicit.
Fail Matrix connections early when the homeserver, access token, or /sync capability is misconfigured so bot health checks surface actionable errors.
Member
Author
chen-ran
approved these changes
Mar 17, 2026
Member
Author
|
@sheepbox8646 能否查看一下这个 PR ?十分感谢 |
Member
|
请解决一下冲突 |
…ilter fix(flow): skip structured assistant tool-call outputs
Keep the internal agent resolver implementation after merging main so split helper files do not redeclare flow symbols. Restore user message normalization in sanitize and persistence paths to keep flow tests and command packages building.
Drop the leftover truncate helper and import from the resolver merge fix so golangci-lint passes again without affecting flow behavior.
Member
Author
已解决冲突,但仍需在 Matrix 服务器上进行实际测试 |
Member
Author
功能测试完毕,除了图片功能因为sdk迁移失效,其他功能都正常 |
Member
Author
#257 合并后,所有功能正常 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.







添加了 Matrix 协议的平台支持, Matrix 是一个完全开源、可联邦的 IM 协议。
Todo
Part 1
更多信息
可以在
#memoh_matrix_test:matrix.org上进行测试此 PR 修改了
read_media工具所读取后端的权限要求,详见 1d77a83