mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
[backend] Fix typo in audience.ts isPublic check
This commit is contained in:
parent
826e2c2867
commit
4b20ab6ad4
@ -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 New Issue
Block a user