forked from FoundKeyGang/FoundKey
activitypub: fix typo in audience.ts isPublic check
This commit is contained in:
parent
6ee8a369b3
commit
c8f8e4c01d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function groupingAudience(ids: string[], actor: IRemoteUser) {
|
|||
function isPublic(id: string) {
|
||||
return [
|
||||
'https://www.w3.org/ns/activitystreams#Public',
|
||||
'as#Public',
|
||||
'as:Public',
|
||||
'Public',
|
||||
].includes(id);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue