1 /** 2 * The id of the Follow Me moderator. 3 * 4 * { 5 * type: SET_FOLLOW_ME_MODERATOR, 6 * id: boolean 7 * } 8 */ 9 export const SET_FOLLOW_ME_MODERATOR = 'SET_FOLLOW_ME_MODERATOR'; 10 11 /** 12 * The type of (redux) action which updates the current known state of the 13 * Follow Me feature. 14 * 15 * 16 * { 17 * type: SET_FOLLOW_ME_STATE, 18 * state: boolean 19 * } 20 */ 21 export const SET_FOLLOW_ME_STATE = 'SET_FOLLOW_ME_STATE';