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