mirror of https://github.com/usbharu/Hideout.git
wip
This commit is contained in:
parent
19458e9adc
commit
f25e9df896
|
@ -35,7 +35,13 @@ class UserAPControllerImpl(private val apUserService: APUserService) : UserAPCon
|
||||||
person.context += listOf(
|
person.context += listOf(
|
||||||
StringOrObject("https://www.w3.org/ns/activitystreams"),
|
StringOrObject("https://www.w3.org/ns/activitystreams"),
|
||||||
StringOrObject("https://w3id.org/security/v1"),
|
StringOrObject("https://w3id.org/security/v1"),
|
||||||
StringOrObject(mapOf("manuallyApprovesFollowers" to "as:manuallyApprovesFollowers"))
|
StringOrObject(
|
||||||
|
mapOf(
|
||||||
|
"manuallyApprovesFollowers" to "as:manuallyApprovesFollowers",
|
||||||
|
"sensitive" to "as:sensitive",
|
||||||
|
"Hashtag" to "as:Hashtag"
|
||||||
|
)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
return ResponseEntity(person, HttpStatus.OK)
|
return ResponseEntity(person, HttpStatus.OK)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue