summaryrefslogtreecommitdiff
path: root/source/features/rgh-linkify-features.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/rgh-linkify-features.tsx')
-rw-r--r--source/features/rgh-linkify-features.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/features/rgh-linkify-features.tsx b/source/features/rgh-linkify-features.tsx
index c60b613c..7b6562cc 100644
--- a/source/features/rgh-linkify-features.tsx
+++ b/source/features/rgh-linkify-features.tsx
@@ -34,6 +34,7 @@ void features.add(__filebasename, {
exclude: [
isNotRefinedGitHubRepo,
],
+ deduplicate: 'has-rgh-inner',
init,
}, {
include: [
@@ -46,5 +47,6 @@ void features.add(__filebasename, {
additionalListeners: [
onConversationHeaderUpdate,
],
+ deduplicate: 'has-rgh-inner',
init: initTitle,
});