mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 23:11:10 +00:00
style: 変数名を変更
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ interface RelationshipRepository {
|
||||
suspend fun findByTargetIdAndFollowing(targetId: Long, following: Boolean): List<Relationship>
|
||||
|
||||
suspend fun findByTargetIdAndFollowRequestAndIgnoreFollowRequest(
|
||||
targetIdLong: Long,
|
||||
targetId: Long,
|
||||
followRequest: Boolean,
|
||||
ignoreFollowRequest: Boolean,
|
||||
page: Page.PageByMaxId
|
||||
|
||||
Reference in New Issue
Block a user