Skip to content

Commit

Permalink
フォロー関係を見るにはクレデンシャル必須にする
Browse files Browse the repository at this point in the history
  • Loading branch information
nexryai committed Nov 2, 2024
1 parent 6407886 commit b7072ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { makePaginationQuery } from "../../common/make-pagination-query.js";
export const meta = {
tags: ["users"],

requireCredential: false,
requireCredential: true,

description: "Show everyone that follows this user.",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { makePaginationQuery } from "../../common/make-pagination-query.js";
export const meta = {
tags: ["users"],

requireCredential: false,
requireCredential: true,

description: "Show everyone that this user is following.",

Expand Down

0 comments on commit b7072ba

Please sign in to comment.