From 3f5af7b905f35063647f26d040f2d7d794071d22 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 26 Aug 2020 15:15:54 -0400 Subject: [PATCH] another non-friend top-level page --- .../src/main/resources/bubble/rule/social/block/site/FB.js.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs b/bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs index accbaf4d..02728088 100644 --- a/bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs +++ b/bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs @@ -74,7 +74,7 @@ function {{JS_PREFIX}}_create_block_control(article, authorName) { return blockSpan; } -const {{JS_PREFIX}}_non_authors = ['friends', 'photo']; +const {{JS_PREFIX}}_non_authors = ['friends', 'photo', 'memories']; function {{JS_PREFIX}}_is_author_link(href) { let h = href.startsWith({{JS_PREFIX}}_site_host) ? href.substring({{JS_PREFIX}}_site_host.length) : href;