Remove redundant logging in acl/follows.go and get-indexes-from-filter.go, handle nil Tags in event.go.
This commit is contained in:
@@ -157,7 +157,6 @@ func (f *Follows) adminRelays() (urls []string) {
|
||||
copy(admins, f.admins)
|
||||
f.followsMx.RUnlock()
|
||||
seen := make(map[string]struct{})
|
||||
log.I.S(admins)
|
||||
for _, adm := range admins {
|
||||
fl := &filter.F{
|
||||
Authors: tag.NewFromAny(adm),
|
||||
|
||||
Reference in New Issue
Block a user