Added events for when the active thread (ie the message thread that a user is responding to) changes

Этот коммит содержится в:
hmhealey
2015-07-16 15:16:11 -04:00
родитель 7a8ed5cf05
Коммит e32aee8977
2 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@@ -18,6 +18,7 @@ module.exports = {
RECIEVED_POST_SELECTED: null,
RECIEVED_MENTION_DATA: null,
RECIEVED_ADD_MENTION: null,
RECEIVED_ACTIVE_THREAD_CHANGED: null,
RECIEVED_PROFILES: null,
RECIEVED_ME: null,