Skip to content

Commit c8685a7

Browse files
committed
Disable comment notification Approve action until the comment content loss is fixed
1 parent eea1df2 commit c8685a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WordPress/src/main/java/org/wordpress/android/push/GCMMessageHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ private void addActionsForCommentNotification(Context context, NotificationCompa
473473
// if the comment is lacking approval, offer moderation actions
474474
if (note.getCommentStatus() == CommentStatus.UNAPPROVED) {
475475
if (note.canModerate()) {
476-
addCommentApproveActionForCommentNotification(context, builder, noteId);
476+
// TODO enable comment approve action after fixing content lost after approval
477+
// addCommentApproveActionForCommentNotification(context, builder, noteId);
477478
}
478479
} else {
479480
// else offer REPLY / LIKE actions

0 commit comments

Comments
 (0)