summaryrefslogtreecommitdiff
path: root/source/features/expand-all-hidden-comments.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/expand-all-hidden-comments.tsx')
-rw-r--r--source/features/expand-all-hidden-comments.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/expand-all-hidden-comments.tsx b/source/features/expand-all-hidden-comments.tsx
index 0595a51f..56747f5f 100644
--- a/source/features/expand-all-hidden-comments.tsx
+++ b/source/features/expand-all-hidden-comments.tsx
@@ -33,5 +33,6 @@ void features.add(__filebasename, {
include: [
pageDetect.isConversation,
],
+ deduplicate: 'has-rgh-inner',
init,
});