mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-10-11 05:13:47 +02:00
use our own dataloader and simplify batch replaceable requests, removing bugs.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user