mirror of https://github.com/usbharu/Hideout.git
style: 変数名を変更
This commit is contained in:
parent
0a19ef572c
commit
592aba3edc
|
@ -37,7 +37,7 @@ interface RelationshipRepository {
|
||||||
suspend fun findByTargetIdAndFollowing(targetId: Long, following: Boolean): List<Relationship>
|
suspend fun findByTargetIdAndFollowing(targetId: Long, following: Boolean): List<Relationship>
|
||||||
|
|
||||||
suspend fun findByTargetIdAndFollowRequestAndIgnoreFollowRequest(
|
suspend fun findByTargetIdAndFollowRequestAndIgnoreFollowRequest(
|
||||||
targetIdLong: Long,
|
targetId: Long,
|
||||||
followRequest: Boolean,
|
followRequest: Boolean,
|
||||||
ignoreFollowRequest: Boolean,
|
ignoreFollowRequest: Boolean,
|
||||||
page: Page.PageByMaxId
|
page: Page.PageByMaxId
|
||||||
|
|
Loading…
Reference in New Issue