mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added RECEIVED_ANALYTICS action
This commit is contained in:
@@ -9,7 +9,7 @@ const PayloadSources = Constants.PayloadSources;
|
||||
const AppDispatcher = Object.assign(new Flux.Dispatcher(), {
|
||||
handleServerAction: function performServerAction(action) {
|
||||
if (!action.type) {
|
||||
console.log('handleServerAction called with undefined action type'); // eslint-disable-line no-console
|
||||
console.warning('handleServerAction called with undefined action type'); // eslint-disable-line no-console
|
||||
}
|
||||
|
||||
var payload = {
|
||||
@@ -21,7 +21,7 @@ const AppDispatcher = Object.assign(new Flux.Dispatcher(), {
|
||||
|
||||
handleViewAction: function performViewAction(action) {
|
||||
if (!action.type) {
|
||||
console.log('handleServerAction called with undefined action type'); // eslint-disable-line no-console
|
||||
console.warning('handleViewAction called with undefined action type'); // eslint-disable-line no-console
|
||||
}
|
||||
|
||||
var payload = {
|
||||
|
||||
@@ -68,6 +68,7 @@ export default {
|
||||
RECEIVED_PREFERENCE: null,
|
||||
RECEIVED_PREFERENCES: null,
|
||||
RECEIVED_FILE_INFO: null,
|
||||
RECEIVED_ANALYTICS: null,
|
||||
|
||||
RECEIVED_MSG: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user