This commit is contained in:
饺子w (Yumechi) 2025-09-16 18:07:33 +09:00 committed by GitHub
commit 5b57d36820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -280,13 +280,8 @@ export class NoteCreateService implements OnApplicationShutdown {
if (data.renote) { if (data.renote) {
switch (data.renote.visibility) { switch (data.renote.visibility) {
case 'public': case 'public':
// public noteは無条件にrenote可能
break;
case 'home': case 'home':
// home noteはhome以下にrenote可能 // notes with public audience can have any visibility
if (data.visibility === 'public') {
data.visibility = 'home';
}
break; break;
case 'followers': case 'followers':
// 他人のfollowers noteはreject // 他人のfollowers noteはreject