mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
グローバルタイムラインに返信を含めないように
This commit is contained in:
parent
efeb4d03c6
commit
caac246486
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user