summaryrefslogtreecommitdiff
path: root/source/features/dim-bots.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-04-26 12:30:45 +0800
committerGravatar GitHub <noreply@github.com> 2023-04-26 04:30:45 +0000
commit7bc3a21e7cf9c50b552bd90627a37e3b14084223 (patch)
tree9948413b3f35fb0efea8e23f002c5f00ed476915 /source/features/dim-bots.tsx
parent5e01b3941d60eff2fb9edbeaeb3f841504d61bc5 (diff)
downloadrefined-github-7bc3a21e7cf9c50b552bd90627a37e3b14084223.tar.gz
refined-github-7bc3a21e7cf9c50b552bd90627a37e3b14084223.tar.zst
refined-github-7bc3a21e7cf9c50b552bd90627a37e3b14084223.zip
Drop `onConversationHeaderUpdate` listener (#6567)
Diffstat (limited to 'source/features/dim-bots.tsx')
-rw-r--r--source/features/dim-bots.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/dim-bots.tsx b/source/features/dim-bots.tsx
index a6561ed4..7329b99b 100644
--- a/source/features/dim-bots.tsx
+++ b/source/features/dim-bots.tsx
@@ -72,7 +72,6 @@ void features.add(import.meta.url, {
pageDetect.isBlank, // Prevent error on empty lists #5544
],
awaitDomReady: true, // TODO: Rewrite with :has()
- deduplicate: 'has-rgh-inner',
init,
});