mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: dont stream hidden posts
This commit is contained in:
parent
f950c33f79
commit
2a69ade176
@ -450,7 +450,9 @@ export default async (
|
||||
}
|
||||
}
|
||||
|
||||
publishNotesStream(note);
|
||||
if (!dontFederateInitially) {
|
||||
publishNotesStream(note);
|
||||
}
|
||||
if (note.replyId != null) {
|
||||
// Only provide the reply note id here as the recipient may not be authorized to see the note.
|
||||
publishNoteStream(note.replyId, "replied", {
|
||||
|
Loading…
Reference in New Issue
Block a user