Fixes a bug of not loading some notification message kinds
This commit is contained in:
+6
-6
@@ -55,12 +55,12 @@ class AccountNotificationsEoseFromInboxRelaysManager(
|
|||||||
relay = it,
|
relay = it,
|
||||||
pubkey = user(key).pubkeyHex,
|
pubkey = user(key).pubkeyHex,
|
||||||
since = since?.get(it)?.time ?: TimeUtils.oneWeekAgo(),
|
since = since?.get(it)?.time ?: TimeUtils.oneWeekAgo(),
|
||||||
)
|
) +
|
||||||
filterNotificationsToPubkey(
|
filterNotificationsToPubkey(
|
||||||
relay = it,
|
relay = it,
|
||||||
pubkey = user(key).pubkeyHex,
|
pubkey = user(key).pubkeyHex,
|
||||||
since = since?.get(it)?.time ?: key.feedContentStates.notifications.lastNoteCreatedAtIfFilled() ?: TimeUtils.oneWeekAgo(),
|
since = since?.get(it)?.time ?: key.feedContentStates.notifications.lastNoteCreatedAtIfFilled() ?: TimeUtils.oneWeekAgo(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
val userJobMap = mutableMapOf<User, List<Job>>()
|
val userJobMap = mutableMapOf<User, List<Job>>()
|
||||||
|
|||||||
Reference in New Issue
Block a user