mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-05-06 03:38:44 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d5fc324f7 |
@@ -19,7 +19,7 @@ func (rl *Relay) handleDeleteRequest(ctx context.Context, evt *nostr.Event) erro
|
|||||||
case "e":
|
case "e":
|
||||||
f = nostr.Filter{IDs: []string{tag[1]}}
|
f = nostr.Filter{IDs: []string{tag[1]}}
|
||||||
case "a":
|
case "a":
|
||||||
spl := strings.Split(tag[1], ":")
|
spl := strings.SplitN(tag[1], ":", 3)
|
||||||
if len(spl) != 3 {
|
if len(spl) != 3 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user