test #322

Merged
klaus merged 6 commits from test into main 2025-06-02 12:41:46 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit fd1b17e356 - Show all commits

View File

@ -188,6 +188,7 @@ class CreatorAdminContentService(
?: AudioContentHashTag()
audioContentHashTag.audioContent = audioContent
audioContentHashTag.hashTag = hashTag
audioContentHashTag.isActive = true
audioContentHashTag
}