Commit fd1ede87dfa5cdbb403b2eb9ea5406a1a6570755
display your friends that block a profile in the sidebar
Matt McKegg committed on 10/17/2017, 1:11:40 AMParent: a69e9da25b4bc586435174712185486605414551
Files changed
modules/page/html/render/profile.js | changed |
modules/page/html/render/profile.js | ||
---|---|---|
@@ -221,9 +221,10 @@ | ||
221 | 221 | when(friendsLoaded, |
222 | 222 | h('div', [ |
223 | 223 | renderContactBlock(i18n('Friends'), friends, yourFollows), |
224 | 224 | renderContactBlock(i18n('Followers'), followers, yourFollows), |
225 | - renderContactBlock(i18n('Following'), following, yourFollows) | |
225 | + renderContactBlock(i18n('Following'), following, yourFollows), | |
226 | + renderContactBlock(i18n('Blocked by'), yourBlockingFriends, yourFollows) | |
226 | 227 | ]), |
227 | 228 | h('div', {className: 'Loading'}) |
228 | 229 | ) |
229 | 230 | ]) |
Built with git-ssb-web