[Bug] 反撤回和显示禁言的管理的昵称显示问题
- Dominant language
- Java
- Stars
- 5.7k
- Forks
- 416
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 4
Description
### 复现步骤 / Steps to reproduce
触发相关事件
### 预期行为 / Expected behaviour
显示的昵称是群昵称
### 实际行为 / Actual behaviour
除非刷新了群成员列表,或者打开过事件对应的资料卡,否则:
如果是好友,则显示好友昵称(或者备注),否则会显示 QQ 号
### 你使用的Xposed框架 / Xposed Framework you used
ONPatch 0.0.7
### 你使用的安卓系统版本 / Your Android version
10 (HarmonyOS 2.0)
### QQ(TIM) 版本 / QQ(TIM) Version
9.0.60
### 模块版本 / Module Version
1.5.3.r2434.e6297ae(2434)
### 版本和其他要求 / Version and Other Requirements
- [ ] 我正在使用最新 CI 调试版本且启用详细日志 / I am using latest debug CI version of QAuxiliary and enable verbose log
- [X] 我使用的 QQ 是官方发布的正式版本,而非修改版或测试版 / The QQ I am using is an official release version, not a modified or beta version
- [X] 我已经在 [Issue Tracker](https://github.com/cinit/QAuxiliary/issues) 中找过我要提出的问题,没有找到相同问题。重复问题会被关闭。
- [X] 我已知晓并同意,此处仅用于汇报主程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。
- [X] 我已知晓并同意,如果我不按照模板提供的指示进行填写,则我的 Issue 可能会被无条件删除。
### 日志 / Logs
防撤回:
```
1.5.3.r2434.e6297ae
QQ9.0.60(6478)
PID: 7294, UID: 10225
cc.ioctl.hook.msg.RevokeMsgHook
isInitialized: true
isInitializationSuccessful: true
isEnabled: true
isAvailable: true
isPreparationRequired: false
errors: 0
```
显示设置禁言的管理:
```
1.5.3.r2434.e6297ae
QQ9.0.60(6478)
PID: 7294, UID: 10225
cc.ioctl.hook.chat.GagInfoDisclosure
isInitialized: true
isInitializationSuccessful: true
isEnabled: true
isAvailable: true
isPreparationRequired: false
errors: 0
```
### 补充说明(可选) / Additional information (optional)
虽然 https://github.com/cinit/QAuxiliary/issues/1068#issuecomment-2209108172 说修了,但好像没有(在新版)修
Contributor guide
Research direction
Start by reproducing the issue with the listed QQ, Android, module, and Xposed versions, then inspect the RevokeMsgHook and GagInfoDisclosure paths named in the logs. Compare nickname resolution before and after refreshing the group member list or opening the profile card. Done means both event displays consistently show the group nickname without those actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100