2024.5.0-mattyatea4

This commit is contained in:
mattyatea 2024-06-25 07:09:54 +09:00
parent 58ce5a5f79
commit 564f2e9127
21 changed files with 3579 additions and 263 deletions

View file

@ -1010,6 +1010,9 @@ export class NoteCreateService implements OnApplicationShutdown {
this.fanoutTimelineService.push('localTimelineWithFiles', note.id, 500, r);
}
}
if (note.visibility === 'public' && note.userHost !== null) {
this.fanoutTimelineService.push(`remoteLocalTimeline:${note.userHost}`, note.id, 1000, r);
}
}
if (Math.random() < 0.1) {