This commit is contained in:
syuilo
2023-10-03 10:13:26 +09:00
parent d6ff810560
commit ea0d050b71
2 changed files with 118 additions and 3 deletions

View File

@@ -934,7 +934,7 @@ export class NoteCreateService implements OnApplicationShutdown {
'note', note.id);
}
if (note.userHost == null) {
if (note.visibility === 'public' && note.userHost == null) {
redisPipeline.xadd(
'localTimeline',
'MAXLEN', '~', '1000',