mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 23:11:10 +00:00
feat: Followを受け取ったときの処理を追加
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user