Fix unread count bug on edited messages

This commit is contained in:
Eric Budd 2018-05-25 15:43:13 -04:00
parent 1ec1849fd6
commit 61fd978538
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
## Documentation: In Progress
# For 1.0.7
* ~Fix "unread count" bug~
* Add integration tests
* Continue to make loader more durable against corrupted data files
* Time to start refactoring!

View File

@ -174,7 +174,7 @@ class Corpus
end
def self.unread_messages
@@corpus.reject{ |m| @@my_reads.include? m.hash }
displayable.reject{ |m| @@my_reads.include? m.hash }
end
def self.unread_topics