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