diff options
author | 2019-08-03 02:27:13 +0700 | |
---|---|---|
committer | 2019-08-03 02:27:13 +0700 | |
commit | 3ce7ab40cc8a85ab6762e79149b02fb1ec28a179 (patch) | |
tree | d666c2148fbe43303334739d432273593e687508 /source/features/minimize-user-comments.tsx | |
parent | 7db0c217842e3eb05a38aefd97743b7f0ea9963e (diff) | |
download | refined-github-3ce7ab40cc8a85ab6762e79149b02fb1ec28a179.tar.gz refined-github-3ce7ab40cc8a85ab6762e79149b02fb1ec28a179.tar.zst refined-github-3ce7ab40cc8a85ab6762e79149b02fb1ec28a179.zip |
Temporarily disable `minimize-user-comments` because of #2298
Diffstat (limited to 'source/features/minimize-user-comments.tsx')
-rw-r--r-- | source/features/minimize-user-comments.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/minimize-user-comments.tsx b/source/features/minimize-user-comments.tsx index 405eb40d..8fd2e5ac 100644 --- a/source/features/minimize-user-comments.tsx +++ b/source/features/minimize-user-comments.tsx @@ -95,6 +95,7 @@ function init(): void { } features.add({ + disabled: '#2298', id: __featureName__, description: 'Adds ability to minimize comments of certain users.', screenshot: 'https://user-images.githubusercontent.com/37769974/61595681-d6d4b400-ac17-11e9-98b9-03f27b004a94.gif', |