this repo has no description
0
fork

Configure Feed

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

updated query param name

+1 -1
+1 -1
search/query.go
··· 67 67 type ActorSearchParams struct { 68 68 Query string `json:"q"` 69 69 Typeahead bool `json:"typeahead"` 70 - Account *syntax.DID `json:"account"` 70 + Viewer *syntax.DID `json:"viewer"` 71 71 Offset int `json:"offset"` 72 72 Size int `json:"size"` 73 73 }