mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57: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) {
|
function isPublic(id: string) {
|
||||||
return [
|
return [
|
||||||
"https://www.w3.org/ns/activitystreams#Public",
|
"https://www.w3.org/ns/activitystreams#Public",
|
||||||
"as#Public",
|
"as:Public",
|
||||||
"Public",
|
"Public",
|
||||||
].includes(id);
|
].includes(id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue