git ssb

10+

Matt McKegg / patchwork



Commit fd1ede87dfa5cdbb403b2eb9ea5406a1a6570755

display your friends that block a profile in the sidebar

Matt McKegg committed on 10/17/2017, 1:11:40 AM
Parent: a69e9da25b4bc586435174712185486605414551

Files changed

modules/page/html/render/profile.jschanged
modules/page/html/render/profile.jsView
@@ -221,9 +221,10 @@
221221 when(friendsLoaded,
222222 h('div', [
223223 renderContactBlock(i18n('Friends'), friends, yourFollows),
224224 renderContactBlock(i18n('Followers'), followers, yourFollows),
225- renderContactBlock(i18n('Following'), following, yourFollows)
225+ renderContactBlock(i18n('Following'), following, yourFollows),
226+ renderContactBlock(i18n('Blocked by'), yourBlockingFriends, yourFollows)
226227 ]),
227228 h('div', {className: 'Loading'})
228229 )
229230 ])

Built with git-ssb-web