Update Views repo to pull view receipts instead of read receipts.
This commit is contained in:
parent
4e851f90df
commit
f6cdf459bb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class StoryViewsRepository {
|
|||
fun refresh() {
|
||||
emitter.onNext(
|
||||
SignalDatabase.groupReceipts.getGroupReceiptInfo(storyId).filter {
|
||||
it.status == GroupReceiptDatabase.STATUS_READ
|
||||
it.status == GroupReceiptDatabase.STATUS_VIEWED
|
||||
}.map {
|
||||
StoryViewItemData(
|
||||
recipient = Recipient.resolved(it.recipientId),
|
||||
|
|
Loading…
Add table
Reference in a new issue