修改显示名称后需要重启应用才能生效 #13

Closed
opened 1 week ago by emilia-t · 1 comments
Collaborator

测试发现修改个人显示名称后并不能立即生效,接收方仍然看到的是旧的名称

测试发现修改个人显示名称后并不能立即生效,接收方仍然看到的是旧的名称
alimu was assigned by emilia-t 1 week ago
emilia-t added this to the [android-client][BUG] project 1 week ago
alimu commented 1 week ago
Owner

已处理并合入 main

本次修复:

  • 服务端新增在线改名协议 rename,已鉴权连接可直接更新当前会话名称
  • Android 设置页改为在失焦或点击 Done 时提交显示名称,并发送 rename
  • 改名后的文本/语音发送会先等待名称同步请求发出,避免第一条消息仍带旧名称

验证:

  • dotnet build OnlineMsgServer.sln
  • cd android-client && ./gradlew :app:assembleDebug

已推送提交:8a77f07

已处理并合入 `main`。 本次修复: - 服务端新增在线改名协议 `rename`,已鉴权连接可直接更新当前会话名称 - Android 设置页改为在失焦或点击 Done 时提交显示名称,并发送 `rename` - 改名后的文本/语音发送会先等待名称同步请求发出,避免第一条消息仍带旧名称 验证: - `dotnet build OnlineMsgServer.sln` - `cd android-client && ./gradlew :app:assembleDebug` 已推送提交:`8a77f07`
alimu closed this issue 1 week ago
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alimu/OnlineMsgServer#13
Loading…
There is no content yet.