mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
feat: ページングに対応
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ class UserDetail private constructor(
|
||||
password: UserDetailHashedPassword,
|
||||
autoAcceptFolloweeFollowRequest: Boolean = false,
|
||||
lastMigration: Instant? = null,
|
||||
homeTimelineId: TimelineId?
|
||||
homeTimelineId: TimelineId? = null
|
||||
): UserDetail {
|
||||
return UserDetail(
|
||||
id,
|
||||
|
||||
+2
-1
@@ -24,7 +24,8 @@ class FilterTest {
|
||||
actorId = ActorId(1),
|
||||
password = UserDetailHashedPassword(""),
|
||||
autoAcceptFolloweeFollowRequest = false,
|
||||
lastMigration = null
|
||||
lastMigration = null,
|
||||
null
|
||||
)
|
||||
|
||||
assertDoesNotThrow {
|
||||
|
||||
Reference in New Issue
Block a user