From ac1293a44880c83e3177729719029e26defb4e3e Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 18 Jul 2021 18:05:57 +0200 Subject: Fix: Features are not being applied on page change (#4571) --- source/features/highlight-collaborators-and-own-conversations.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/features/highlight-collaborators-and-own-conversations.tsx') 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, }); -- cgit v1.2.3