matrix-org / matrix-org/matrix-python-sdk
Make rooms keep track of joined state of users and user avatars
未关闭
还没有人认领这个 Issue。
Client layer
enhancement
- 主要语言
- Python
- 星标
- 266
- 派生
- 118
- PR 合并指标
- 30 天内没有已合并 PR
描述
As it is now, we just keep track of users with membership: "join". We should
also keep track of the non-join m.room.member events (see who's banned, etc.).
In the current setup, client can't see if user sets special avatar for a
specific room.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未识别出文件、测试或入口点。先跟踪现有的房间成员关系处理,然后确定应如何保留并公开非加入类的 m.room.member 事件以及房间专属头像。完成的标准是客户端可以看到封禁等成员关系状态,以及用户在某个房间中的特殊头像。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100