mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
wip
This commit is contained in:
+7
-1
@@ -35,7 +35,13 @@ class UserAPControllerImpl(private val apUserService: APUserService) : UserAPCon
|
||||
person.context += listOf(
|
||||
StringOrObject("https://www.w3.org/ns/activitystreams"),
|
||||
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user