fork of indigo with slightly nicer lexgen
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update parse_query.go

authored by

kilavvy and committed by
GitHub
94d668de 336ebe49

+1 -1
+1 -1
search/parse_query.go
··· 62 62 63 63 switch tokParts[0] { 64 64 case "did": 65 - // Used as a hack for `from:me` when suppplied by the client 65 + // Used as a hack for `from:me` when supplied by the client 66 66 did, err := syntax.ParseDID(p) 67 67 if err != nil { 68 68 continue