summaryrefslogtreecommitdiff
path: root/source/features/highlight-collaborators-and-own-conversations.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/highlight-collaborators-and-own-conversations.tsx')
-rw-r--r--source/features/highlight-collaborators-and-own-conversations.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/features/highlight-collaborators-and-own-conversations.tsx b/source/features/highlight-collaborators-and-own-conversations.tsx
index 8c182197..3d8700ed 100644
--- a/source/features/highlight-collaborators-and-own-conversations.tsx
+++ b/source/features/highlight-collaborators-and-own-conversations.tsx
@@ -45,10 +45,12 @@ void features.add(__filebasename, {
() => select.exists('.blankslate'),
],
awaitDomReady: false,
+ deduplicate: 'has-rgh-inner',
init: highlightCollaborators,
}, {
include: [
pageDetect.isConversationList,
],
+ deduplicate: 'has-rgh-inner',
init: highlightSelf,
});