logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 543d06971e461510591ff64ebc666bd414e8e084
parent: 34e18eb251fb2555bd92cabdf56c7165fade760d
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Thu, 24 Nov 2016 23:56:37 +0100

Fix bad reference

Diffstat:

Mapp/assets/javascripts/components/reducers/accounts.jsx1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/app/assets/javascripts/components/reducers/accounts.jsx b/app/assets/javascripts/components/reducers/accounts.jsx @@ -70,7 +70,6 @@ export default function accounts(state = initialState, action) { case ACCOUNT_FETCH_SUCCESS: case NOTIFICATIONS_UPDATE: return normalizeAccount(state, action.account); - case SUGGESTIONS_FETCH_SUCCESS: case FOLLOWERS_FETCH_SUCCESS: case FOLLOWERS_EXPAND_SUCCESS: case FOLLOWING_FETCH_SUCCESS: