mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
Update Views repo to pull view receipts instead of read receipts.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user