···1package state
23import (
0004 "net/http"
5 "strings"
67 "github.com/go-chi/chi/v5"
08 "tangled.org/core/appview/issues"
9 "tangled.org/core/appview/knots"
10 "tangled.org/core/appview/labels"
···45 if len(pathParts) > 0 {
46 firstPart := pathParts[0]
4748- // if using a DID or handle, just continue as per usual
49- if userutil.IsDid(firstPart) || userutil.IsHandle(firstPart) {
000000000000000000000050 userRouter.ServeHTTP(w, r)
51 return
52 }