diff options
author | 2020-07-03 00:29:52 +0200 | |
---|---|---|
committer | 2020-07-03 00:29:52 +0200 | |
commit | daf633137ec08e6f5647a6f8bb0b02d5dce58ef9 (patch) | |
tree | a4263d323bd4b963a7e6168800a0126f3f6b9c2d /source/features/dim-bots.tsx | |
parent | 19e2a375c34c0dc18462a2b8a9bb4ff6bb9c6590 (diff) | |
download | refined-github-daf633137ec08e6f5647a6f8bb0b02d5dce58ef9.tar.gz refined-github-daf633137ec08e6f5647a6f8bb0b02d5dce58ef9.tar.zst refined-github-daf633137ec08e6f5647a6f8bb0b02d5dce58ef9.zip |
Rename `discussion` → `conversation` (#3308)
Diffstat (limited to 'source/features/dim-bots.tsx')
-rw-r--r-- | source/features/dim-bots.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/dim-bots.tsx b/source/features/dim-bots.tsx index 556ff0c4..887a8027 100644 --- a/source/features/dim-bots.tsx +++ b/source/features/dim-bots.tsx @@ -27,7 +27,7 @@ void features.add({ }, { include: [ pageDetect.isCommitList, - pageDetect.isDiscussionList + pageDetect.isConversationList ], init }); |