Progress on DMs
Progress on DMs
This commit is contained in:
@@ -7,6 +7,7 @@ import compareId from '../utils/compare_id'
|
||||
import {
|
||||
CHAT_MESSAGES_SEND_SUCCESS,
|
||||
CHAT_MESSAGES_DELETE_REQUEST,
|
||||
CHAT_MESSAGES_PURGE_SUCCESS,
|
||||
} from '../actions/chat_messages'
|
||||
import {
|
||||
CHAT_CONVERSATION_MESSAGES_EXPAND_REQUEST,
|
||||
@@ -101,6 +102,9 @@ export default function chat_conversation_messages(state = initialState, action)
|
||||
case CHAT_MESSAGES_DELETE_REQUEST:
|
||||
// : todo :
|
||||
return state
|
||||
case CHAT_MESSAGES_PURGE_SUCCESS:
|
||||
// : todo :
|
||||
return state
|
||||
default:
|
||||
return state
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user