mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Post follow and updates notifications V1 (#111)
* It is now possible to follow a post in order to receive updates about it * Notifications are now sent when updates are published * Post status changes are now tracked * Update sidebar now shows the post status history * Mark a comment as a post update using the comment form * ... more ...
This commit is contained in:
committed by
GitHub
parent
ce7be1b30c
commit
dad382d2b1
@@ -11,6 +11,7 @@ import {
|
||||
HandleCommentRepliesType,
|
||||
TOGGLE_COMMENT_REPLY,
|
||||
SET_COMMENT_REPLY_BODY,
|
||||
TOGGLE_COMMENT_IS_POST_UPDATE_FLAG,
|
||||
} from '../actions/Comment/handleCommentReplies';
|
||||
|
||||
import {
|
||||
@@ -82,6 +83,7 @@ const commentsReducer = (
|
||||
|
||||
case TOGGLE_COMMENT_REPLY:
|
||||
case SET_COMMENT_REPLY_BODY:
|
||||
case TOGGLE_COMMENT_IS_POST_UPDATE_FLAG:
|
||||
return {
|
||||
...state,
|
||||
replyForms: replyFormsReducer(state.replyForms, action),
|
||||
|
||||
Reference in New Issue
Block a user