summary refs log tree commit diff stats
path: root/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers.go')
-rw-r--r--handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers.go b/handlers.go
index 151eb60..2bf74f8 100644
--- a/handlers.go
+++ b/handlers.go
@@ -78,7 +78,7 @@ func apiEndpointHandler(w http.ResponseWriter, r *http.Request) {
 	if r.URL.Path == "/api/plain/users" {
 		out, err = twtxtCache.QueryUser("")
 	} else if r.URL.Path == "/api/plain/mentions" {
-		out, err = twtxtCache.QueryInStatus(".txt>")
+		out, err = twtxtCache.QueryInStatus("@<")
 	} else {
 		out, err = twtxtCache.QueryAllStatuses()
 	}