forked from FoundKeyGang/FoundKey
Support unlisted visibility type
This commit is contained in:
parent
779a37c4ae
commit
e68dd11ecc
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export default async function createNote(resolver: Resolver, actor: IRemoteUser,
|
|||
|
||||
//#region Visibility
|
||||
let visibility = 'public';
|
||||
if (!note.to.includes('https://www.w3.org/ns/activitystreams#Public')) visibility = 'unlisted';
|
||||
if (note.cc.length == 0) visibility = 'private';
|
||||
//#endergion
|
||||
|
||||
|
|
Loading…
Reference in a new issue