mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Insert the user's reaction at the top of the reactions list
This commit is contained in:
parent
93094b1bec
commit
5e267dc2de
1 changed files with 1 additions and 1 deletions
|
|
@ -2282,7 +2282,7 @@ class ConversationViewModel: ObservableObject {
|
|||
detail: chatMessageReaction.body,
|
||||
isMe: true
|
||||
)
|
||||
participantList[0].append(innerSheetCat)
|
||||
participantList[0].insert(innerSheetCat, at: 0)
|
||||
} else {
|
||||
let innerSheetCat = InnerSheetCategory(contact: avatarResult, detail: chatMessageReaction.body)
|
||||
participantList[0].append(innerSheetCat)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue