From 0a7ae631cd72100abdc26b84b06006bb5b166cba Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 2 Oct 2017 21:35:52 +0900 Subject: follow as redux --- src/actions/index.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/actions/index.js') diff --git a/src/actions/index.js b/src/actions/index.js index 63c36d2..4e8d4a7 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -17,4 +17,10 @@ export default { // Settings SETTING_SET_SETTINGS: 'setting.set.settings', + + // Follow + FOLLOW_ENABLE: 'follow.enable', + FOLLOW_DISABLE: 'follow.disable', + FOLLOW_KEY_PRESS: 'follow.key.press', + FOLLOW_BACKSPACE: 'follow.backspace', }; -- cgit v1.2.3