Changes story sort order
This commit is contained in:
parent
bb989455a7
commit
0a0fabd2ca
2 changed files with 34 additions and 3 deletions
|
@ -105,6 +105,10 @@ function markStoryRead(
|
|||
return;
|
||||
}
|
||||
|
||||
if (!isDownloaded(matchingStory.attachment)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (matchingStory.readStatus !== ReadStatus.Unread) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue