Skip to content
Snippets Groups Projects
Commit 2463c720 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Add forgotten reducer for FAVOURITES_FETCH_SUCCESS

parent 087b9938
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ import {
UNREBLOG_SUCCESS,
FAVOURITE_SUCCESS,
UNFAVOURITE_SUCCESS,
REBLOGS_FETCH_SUCCESS
REBLOGS_FETCH_SUCCESS,
FAVOURITES_FETCH_SUCCESS
} from '../actions/interactions';
import {
TIMELINE_REFRESH_SUCCESS,
......@@ -66,6 +67,7 @@ export default function accounts(state = initialState, action) {
case FOLLOWERS_FETCH_SUCCESS:
case FOLLOWING_FETCH_SUCCESS:
case REBLOGS_FETCH_SUCCESS:
case FAVOURITES_FETCH_SUCCESS:
return normalizeAccounts(state, action.accounts);
case TIMELINE_REFRESH_SUCCESS:
case TIMELINE_EXPAND_SUCCESS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment