diff --git a/src/components/LeftSidebar/ConversationsList/Conversation.vue b/src/components/LeftSidebar/ConversationsList/Conversation.vue index 665955f5a51..d8789652f88 100644 --- a/src/components/LeftSidebar/ConversationsList/Conversation.vue +++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue @@ -24,7 +24,7 @@ :title="item.displayName" class="conversation-item" :class="{'unread-mention-conversation': item.unreadMention}" - :anchor-id="`conversation_${item.token}`" + :data-nav-id="`conversation_${item.token}`" :actions-aria-label="t('spreed', 'Conversation actions')" :to="to" :bold="!!item.unreadMessages" diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index 515ba15246a..d6e293ba333 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -3,7 +3,7 @@ - - @author Marco Ambrosini - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -167,6 +167,7 @@