Compare commits
2 Commits
ec022b74d1
...
e482bc3aad
| Author | SHA1 | Date | |
|---|---|---|---|
| e482bc3aad | |||
| 6101b964af |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user