Compare commits

..

No commits in common. "2abf2837d339aadd9c01856425c7cd150ec8683c" and "422aa67af6d98146fb116a860da0c70c5440b69f" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -39,11 +39,7 @@ data class SelectCommunityPostResponse @QueryProjection constructor(
if (existOrdered) { if (existOrdered) {
content content
} else { } else {
if (content.length > 15) {
content.substring(0, 15).plus("...") content.substring(0, 15).plus("...")
} else {
content.substring(0, content.length / 2).plus("...")
}
} }
} else { } else {
content content