1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-28 14:58:29 +09:00

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

This commit is contained in:
syuilo 2018-07-15 17:50:24 +09:00
parent 2a30bc9a56
commit d47f92f396

View File

@ -49,7 +49,9 @@ export default async (params: any, user: ILocalUser) => {
const query = { const query = {
// public only // public only
visibility: 'public' visibility: 'public',
replyId: null
} as any; } as any;
if (mutedUserIds && mutedUserIds.length > 0) { if (mutedUserIds && mutedUserIds.length > 0) {