Ignore post that not public

This commit is contained in:
syuilo 2018-04-07 12:05:15 +09:00
parent e68dd11ecc
commit ac5076c678
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ export default async function createNote(resolver: Resolver, actor: IRemoteUser,
let visibility = 'public';
if (!note.to.includes('https://www.w3.org/ns/activitystreams#Public')) visibility = 'unlisted';
if (note.cc.length == 0) visibility = 'private';
// TODO
if (visibility != 'public') throw new Error('unspported visibility');
//#endergion
//#region 添付メディア