Compare commits
No commits in common. "e482bc3aad18eed38a83acbd9e673e7b0235e899" and "ec022b74d12becd75e499e6ddd3e4b2550409d5d" have entirely different histories.
e482bc3aad
...
ec022b74d1
|
@ -76,7 +76,7 @@ class AudioContentCommentService(
|
||||||
|
|
||||||
if (
|
if (
|
||||||
audioContentComment.member!!.id!! == member.id!! ||
|
audioContentComment.member!!.id!! == member.id!! ||
|
||||||
audioContentComment.audioContent!!.member!!.id!! == member.id!!
|
audioContentComment.audioContent!!.member!!.id!! != member.id!!
|
||||||
) {
|
) {
|
||||||
if (request.isActive != null) {
|
if (request.isActive != null) {
|
||||||
audioContentComment.isActive = request.isActive
|
audioContentComment.isActive = request.isActive
|
||||||
|
|
Loading…
Reference in New Issue