Skip to content

Commit 641acaf

Browse files
committed
Apply PR comment: add issue link to comment
1 parent c8685a7 commit 641acaf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,10 @@ 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-
// TODO enable comment approve action after fixing content lost after approval
477-
// addCommentApproveActionForCommentNotification(context, builder, noteId);
476+
//TODO
477+
// Enable comment approve action after fixing content lost after approval.
478+
// Issue: https://github.com/wordpress-mobile/WordPress-Android/issues/17026
479+
//addCommentApproveActionForCommentNotification(context, builder, noteId);
478480
}
479481
} else {
480482
// else offer REPLY / LIKE actions

0 commit comments

Comments
 (0)