Changes story sort order

This commit is contained in:
Josh Perez 2022-04-08 11:40:15 -04:00 committed by GitHub
parent bb989455a7
commit 0a0fabd2ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 3 deletions

View file

@ -105,6 +105,10 @@ function markStoryRead(
return;
}
if (!isDownloaded(matchingStory.attachment)) {
return;
}
if (matchingStory.readStatus !== ReadStatus.Unread) {
return;
}