Adds the user's outbox relays to keep a copy of vanish requests.

This commit is contained in:
Vitor Pamplona
2026-03-27 14:18:07 -04:00
parent 153666b9b4
commit 427423edda
@@ -2055,7 +2055,7 @@ class Account(
val template = RequestToVanishEvent.build(relays, reason, createdAt)
val signedEvent = signer.sign(template)
cache.justConsumeMyOwnEvent(signedEvent)
client.send(signedEvent, relays.toSet())
client.send(signedEvent, outboxRelays.flow.value + relays.toSet())
}
suspend fun requestToVanishFromEverywhere(