Skip to content
Snippets Groups Projects
Commit d47f92f3 authored by syuilo's avatar syuilo
Browse files

グローバルタイムラインに返信を含めないように

parent 2a30bc9a
No related merge requests found
......@@ -49,7 +49,9 @@ export default async (params: any, user: ILocalUser) => {
const query = {
// public only
visibility: 'public'
visibility: 'public',
replyId: null
} as any;
if (mutedUserIds && mutedUserIds.length > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment