Skip to content

Commit

Permalink
Merge pull request #10779 from nextcloud/backport/10589/stable27
Browse files Browse the repository at this point in the history
[Stable27] Add key prop to NclistItem to re-render conversation with the appropr…
  • Loading branch information
nickvergessen committed Oct 26, 2023
2 parents 90202fe + 16e507a commit 81599f4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -21,6 +21,7 @@

<template>
<NcListItem ref="listItem"
:key="item.token"
:title="item.displayName"
class="conversation-item"
:class="{'unread-mention-conversation': item.unreadMention}"
Expand Down

0 comments on commit 81599f4

Please sign in to comment.