From 1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 6 Sep 2017 17:12:54 -0500 Subject: app type transition (#7167) --- api/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/status.go') diff --git a/api/status.go b/api/status.go index b945d7e90..77454389e 100644 --- a/api/status.go +++ b/api/status.go @@ -33,7 +33,7 @@ func getStatusesByIdsHttp(c *Context, w http.ResponseWriter, r *http.Request) { return } - statusMap, err := app.GetStatusesByIds(userIds) + statusMap, err := c.App.GetStatusesByIds(userIds) if err != nil { c.Err = err return -- cgit v1.2.3-1-g7c22