Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/components/LeftSidebar/LeftSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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,
Expand Down