Compare commits

..

No commits in common. "e482bc3aad18eed38a83acbd9e673e7b0235e899" and "ec022b74d12becd75e499e6ddd3e4b2550409d5d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class AudioContentCommentService(
if (
audioContentComment.member!!.id!! == member.id!! ||
audioContentComment.audioContent!!.member!!.id!! == member.id!!
audioContentComment.audioContent!!.member!!.id!! != member.id!!
) {
if (request.isActive != null) {
audioContentComment.isActive = request.isActive