diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-02 21:35:52 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-02 21:38:23 +0900 |
commit | 0a7ae631cd72100abdc26b84b06006bb5b166cba (patch) | |
tree | 3bef6ca26a12e3b3cbedb3d1dbb9d0a39a7fd466 /src/actions/index.js | |
parent | 6f857e2c81b2d31a86d39c02b010345d3ff23a38 (diff) |
follow as redux
Diffstat (limited to 'src/actions/index.js')
-rw-r--r-- | src/actions/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
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', }; |