test #322
|
@ -166,8 +166,8 @@ class CreatorAdminContentService(
|
|||
.replace("#", " #")
|
||||
.split(" ")
|
||||
.map { it.trim() }
|
||||
.map { if (it.startsWith("#")) it else "#$it" }
|
||||
.filter { it.isNotBlank() }
|
||||
.map { if (it.startsWith("#")) it else "#$it" }
|
||||
.distinct()
|
||||
|
||||
val currentContentTags = repository.findContentHashTagByContentIdAndIsActive(request.id, true)
|
||||
|
|
Loading…
Reference in New Issue