diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index 66976475b77..ea7bba3462e 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -529,15 +529,6 @@ export default { this.isNavigating = true } }, - - isCompact(value) { - if (!value) { - // Last messages are likely missing from the store, need to fetch with modifiedSince=0 - this.roomListModifiedBefore = 0 - this.forceFullRoomListRefreshAfterXLoops = 10 - this.fetchConversations() - } - }, }, beforeMount() { @@ -855,7 +846,6 @@ export default { try { const response = await this.$store.dispatch('fetchConversations', { modifiedSince: this.roomListModifiedBefore, - includeLastMessage: this.isCompact ? 0 : 1, }) // We can only support this with the HPB as otherwise rooms,