Fixes bug that was not recording these EOSEs

This commit is contained in:
Vitor Pamplona
2026-03-01 14:40:25 -05:00
parent 918108118a
commit 1a2940fba2
2 changed files with 2 additions and 2 deletions
@@ -55,7 +55,7 @@ class UserOutboxFinderSubAssembler(
relay: NormalizedRelayUrl,
time: Long,
filters: List<Filter>? = null,
) = {
) {
filters?.forEach {
it.authors?.forEach {
cache.getUserIfExists(it)?.let { user ->
@@ -49,7 +49,7 @@ class UserWatcherSubAssembler(
relay: NormalizedRelayUrl,
time: Long,
filters: List<Filter>? = null,
) = {
) {
filters?.forEach {
it.authors?.forEach {
cache.getUserIfExists(it)?.let { user ->