mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
style: スタイルを調整
This commit is contained in:
-1
@@ -37,7 +37,6 @@ class MastodonAccountApiController(
|
|||||||
reason: String?
|
reason: String?
|
||||||
): ResponseEntity<Unit> = runBlocking {
|
): ResponseEntity<Unit> = runBlocking {
|
||||||
transaction.transaction {
|
transaction.transaction {
|
||||||
|
|
||||||
accountApiService.registerAccount(UserCreateDto(username, username, "", password))
|
accountApiService.registerAccount(UserCreateDto(username, username, "", password))
|
||||||
}
|
}
|
||||||
val httpHeaders = HttpHeaders()
|
val httpHeaders = HttpHeaders()
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class APReactionServiceImpl(
|
|||||||
@Qualifier("activitypub") private val objectMapper: ObjectMapper,
|
@Qualifier("activitypub") private val objectMapper: ObjectMapper,
|
||||||
private val applicationConfig: ApplicationConfig
|
private val applicationConfig: ApplicationConfig
|
||||||
|
|
||||||
) : APReactionService {
|
) : APReactionService {
|
||||||
override suspend fun reaction(like: Reaction) {
|
override suspend fun reaction(like: Reaction) {
|
||||||
val followers = followerQueryService.findFollowersById(like.userId)
|
val followers = followerQueryService.findFollowersById(like.userId)
|
||||||
val user = userQueryService.findById(like.userId)
|
val user = userQueryService.findById(like.userId)
|
||||||
|
|||||||
Reference in New Issue
Block a user