initialScan()

This commit is contained in:
fiatjaf
2025-04-04 17:55:16 -03:00
parent c9a7d60543
commit d97a2f1cf2

View File

@@ -73,6 +73,7 @@ func (em *expirationManager) initialScan(ctx context.Context) {
defer em.mu.Unlock()
// query all events
ctx = context.WithValue(ctx, internalCallKey, struct{}{})
for _, query := range em.relay.QueryEvents {
ch, err := query(ctx, nostr.Filter{})
if err != nil {