mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
[backend] Fix typo in audience.ts isPublic check
This commit is contained in:
parent
826e2c2867
commit
4b20ab6ad4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ function groupingAudience(ids: string[], actor: CacheableRemoteUser) {
|
|||
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