一部テスト用の挙動が残っていたのを修正

This commit is contained in:
tateisu 2018-11-20 18:33:13 +09:00
parent 48eb6872ef
commit 796792940e
1 changed files with 7 additions and 17 deletions

View File

@ -4749,23 +4749,13 @@ class Column(
misskeyParams = makeMisskeyParamsProfileStatuses(parser)
)
} else {
// TODO テストが終わったら直すこと!
TootApiResult(
"""
TEST ERROR MESSAGE
TEST ERROR MESSAGE
TEST ERROR MESSAGE
""".trimIndent())
// var s = String.format(
// Locale.JAPAN,
// PATH_ACCOUNT_STATUSES,
// profile_id
// )
// if(with_attachment && ! with_highlight) s += "&only_media=1"
// getStatusList(client, s)
var s = String.format(
Locale.JAPAN,
PATH_ACCOUNT_STATUSES,
profile_id
)
if(with_attachment && ! with_highlight) s += "&only_media=1"
getStatusList(client, s)
}
}
}