use our own dataloader and simplify batch replaceable requests, removing bugs.

This commit is contained in:
fiatjaf
2025-03-20 19:37:37 -03:00
parent 25838a024e
commit 78dbf9def5
11 changed files with 321 additions and 173 deletions

View File

@@ -3,14 +3,7 @@ package sdk
import (
"math"
"strings"
"sync"
"testing"
"time"
)
var (
_dtnmtoah map[string]time.Time = make(map[string]time.Time)
_dtnmtoahLock sync.Mutex
)
// IsVirtualRelay returns true if the given normalized relay URL shouldn't be considered for outbox-model calculations.