logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: c94b9796ae3d2dd903337842406a3961b6b47730
parent: 4bff6f12eda636c0df907070f9fac243e9abe30e
Author: Henry <spam@hjkos.com>
Date:   Wed, 12 Sep 2018 08:53:13 +0000

Merge branch 'debug-who-to-follow-panel' into 'develop'

Small debug for Who to follow panel

See merge request pleroma/pleroma-fe!342

Diffstat:

Msrc/components/who_to_follow_panel/who_to_follow_panel.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.js b/src/components/who_to_follow_panel/who_to_follow_panel.js @@ -47,8 +47,8 @@ function showWhoToFollow (panel, reply) { } }) } + cn = (cn + step) % users.length } - cn = (cn + step) % users.length } function getWhoToFollow (panel) {