mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
fix unclosed literal
This commit is contained in:
@@ -295,7 +295,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||
}
|
||||
|
||||
// Renote対象がpublic/homeならfollowersにする
|
||||
if (data.visibility === 'public' || data.visibility === 'home) {
|
||||
if (data.visibility === 'public' || data.visibility === 'home') {
|
||||
data.visibility = 'followers';
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user