Commit 65f45d6c authored by Him188's avatar Him188

Fix unmodified nameCard

parent 2d96314d
......@@ -542,6 +542,7 @@ internal class OnlinePush {
val old = member.nameCard
if (new == old) return@mapNotNull null
member._nameCard = new
return@mapNotNull MemberCardChangeEvent(old, new, member, null)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment