Skip to content
Snippets Groups Projects
Unverified Commit 4add44f3 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update create.ts

parent baae9f6f
No related branches found
No related tags found
No related merge requests found
......@@ -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配送
// フォロワーがリモートユーザーかつ投稿者がローカルユーザーなら投稿を配信
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment