mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Fix #2675
This commit is contained in:
parent
c590f30712
commit
6f40c1f25a
@ -184,7 +184,7 @@ export default async (user: IUser, data: Option, silent = false) => new Promise<
|
||||
|
||||
const noteActivity = await renderActivity(data, note);
|
||||
|
||||
if (isLocalUser(user)) {
|
||||
if (isLocalUser(user) && note.visibility != 'private') {
|
||||
deliverNoteToMentionedRemoteUsers(mentionedUsers, user, noteActivity);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user