feat: Followを受け取ったときの処理を追加

This commit is contained in:
2023-04-09 23:05:06 +09:00
parent 7eed0e270d
commit 4b0484df64
9 changed files with 70 additions and 17 deletions
@@ -74,7 +74,7 @@ class UsersAPTest {
TODO("Not yet implemented")
}
override fun processActivity(json: String, type: ActivityType): ActivityPubResponse? {
override suspend fun processActivity(json: String, type: ActivityType): ActivityPubResponse? {
TODO("Not yet implemented")
}
}, UserService(object : IUserRepository {