Publishing to Relays
check_circle {{ successCount }} pending {{ pendingCount }} error {{ failedCount }}
Event ID: {{ notification.event.id.substring(0, 8) }}...
@for (relay of notification.relayPromises; track trackByRelayUrl) {
{{ getRelayName(relay.relayUrl) }} @if (relay.status === 'success') { check_circle } @else if (relay.status === 'failed') { error } @else { pending }
}