Fixes bug that was not recording these EOSEs
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ class UserOutboxFinderSubAssembler(
|
||||
relay: NormalizedRelayUrl,
|
||||
time: Long,
|
||||
filters: List<Filter>? = null,
|
||||
) = {
|
||||
) {
|
||||
filters?.forEach {
|
||||
it.authors?.forEach {
|
||||
cache.getUserIfExists(it)?.let { user ->
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ class UserWatcherSubAssembler(
|
||||
relay: NormalizedRelayUrl,
|
||||
time: Long,
|
||||
filters: List<Filter>? = null,
|
||||
) = {
|
||||
) {
|
||||
filters?.forEach {
|
||||
it.authors?.forEach {
|
||||
cache.getUserIfExists(it)?.let { user ->
|
||||
|
||||
Reference in New Issue
Block a user