Fixed issue with blocking not working

• Fixed:
- issue with blocking not working
This commit is contained in:
mgabdev 2020-12-23 01:13:12 -05:00
parent 88638cc262
commit bdfa42d421
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export const ACCOUNT_UNFOLLOW_REQUEST = 'ACCOUNT_UNFOLLOW_REQUEST'
export const ACCOUNT_UNFOLLOW_SUCCESS = 'ACCOUNT_UNFOLLOW_SUCCESS'
export const ACCOUNT_UNFOLLOW_FAIL = 'ACCOUNT_UNFOLLOW_FAIL'
export const ACCOUNT_BLOCK_REQUEST = 'ACCOUNT_BLOCK_REQUEST'
export const ACCOUNT_BLOCK_SUCCESS = 'ACCOUNT_BLOCK_SUCCESS'
export const ACCOUNT_BLOCK_FAIL = 'ACCOUNT_BLOCK_FAIL'