Skip to content

Commit

Permalink
9311-qa-inbox-unable-to-fetch-more-notifications-after-archiving-all-…
Browse files Browse the repository at this point in the history
…that-were-displayed (#2301)

Co-authored-by: Angel Montenegro <[email protected]>
  • Loading branch information
leomendoza123 and amontenegro authored Jul 18, 2024
1 parent c882b0f commit 803f34b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/core/inbox/inbox.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export class InboxService {
if (
this.lastEmittedValue &&
getNextDepthLevel === false &&
!!this.currentlyIncludingArchive === includeArchived
!!this.currentlyIncludingArchive === includeArchived &&
!this.nextLoadRequireAFullBackendSyncronization
) {
return this.inboxSubject.asObservable()
}
Expand Down

0 comments on commit 803f34b

Please sign in to comment.