summaryrefslogtreecommitdiff
path: root/internal/api/client/accounts/statuses.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/accounts/statuses.go')
-rw-r--r--internal/api/client/accounts/statuses.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/accounts/statuses.go b/internal/api/client/accounts/statuses.go
index 7dd4cbe37..a72a464ed 100644
--- a/internal/api/client/accounts/statuses.go
+++ b/internal/api/client/accounts/statuses.go
@@ -134,7 +134,7 @@ import (
// '500':
// description: internal server error
func (m *Module) AccountStatusesGETHandler(c *gin.Context) {
- authed, err := oauth.Authed(c, false, false, false, false)
+ authed, err := oauth.Authed(c, true, true, true, true)
if err != nil {
apiutil.ErrorHandler(c, gtserror.NewErrorUnauthorized(err, err.Error()), m.processor.InstanceGetV1)
return