Skip to content

Commit

Permalink
fix: user avatar not showing in group conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Nov 8, 2023
1 parent 05f9da0 commit 8aabfb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ object MessagingStyleNotification : CommonSwitchFunctionHook(SyncUtils.PROC_ANY)
.setKey(mainUin.toString())
.build())
messageStyle.conversationTitle = mainName
messageStyle.isGroupConversation = groupUin != null
historyMessage["$mainUin"] = messageStyle
}
var senderPerson: Person? = null
Expand Down

0 comments on commit 8aabfb0

Please sign in to comment.