logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f8b9b0810d1f1abbea53bc5930a0a0fe6dc8e538
parent: 225ce8cfce39e8cfa798b30817cfed931cd0c08e
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Tue, 18 Oct 2016 01:38:32 +0200

Debugging

Diffstat:

Mapp/assets/javascripts/components/selectors/index.jsx2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/javascripts/components/selectors/index.jsx b/app/assets/javascripts/components/selectors/index.jsx @@ -45,7 +45,7 @@ const assembleStatus = (id, statuses, accounts) => { } } - console.log('assembly for status', id, reblog.toJS()); + console.log('assembly for status', id, Immutable.Map.isMap(reblog) ? reblog.toJS() : reblog); return status.set('reblog', reblog).set('account', accounts.get(status.get('account'))); };