mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Update create.ts
This commit is contained in:
parent
d8eb518ec4
commit
e1b7522650
@ -308,7 +308,10 @@ export default async (user: IUser, data: {
|
||||
|
||||
// Publish event to followers stream
|
||||
stream(following.followerId, 'note', noteObj);
|
||||
publishHybridTimelineStream(following.followerId, noteObj);
|
||||
|
||||
if (note.visibility != 'public') {
|
||||
publishHybridTimelineStream(following.followerId, noteObj);
|
||||
}
|
||||
} else {
|
||||
//#region AP配送
|
||||
// フォロワーがリモートユーザーかつ投稿者がローカルユーザーなら投稿を配信
|
||||
|
Loading…
Reference in New Issue
Block a user