summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
authorGravatar yakov116 <16872793+yakov116@users.noreply.github.com> 2020-04-12 18:51:25 -0400
committerGravatar GitHub <noreply@github.com> 2020-04-13 00:51:25 +0200
commited2dc7b08b52efe00dcca41248ce35ef7f5ef04f (patch)
tree97a017fd6cbe6c381d90507cc9ab4460c9695205 /source/refined-github.ts
parent15600fe3303abee0724665356de9e0cedf06517e (diff)
downloadrefined-github-ed2dc7b08b52efe00dcca41248ce35ef7f5ef04f.tar.gz
refined-github-ed2dc7b08b52efe00dcca41248ce35ef7f5ef04f.tar.zst
refined-github-ed2dc7b08b52efe00dcca41248ce35ef7f5ef04f.zip
Add `discussion-links-on-repo-lists` feature (#2981)
Co-Authored-By: Federico Brigante <opensource@bfred.it>
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r--source/refined-github.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index 817d35ce..d70b1882 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -60,9 +60,10 @@ import './features/linkify-branch-references';
import './features/batch-open-issues';
import './features/hide-useless-comments';
import './features/navigate-pages-with-arrow-keys';
+import './features/discussion-links-on-repo-lists';
import './features/global-discussion-list-filters';
import './features/filter-comments-by-you';
-import './features/sort-issues-by-update-time'; // Must be after global-discussion-list-filters and filter-comments-by-you
+import './features/sort-issues-by-update-time'; // Must be after global-discussion-list-filters and filter-comments-by-you and discussion-links-on-repo-lists
import './features/pinned-issues-update-time';
import './features/latest-tag-button';
import './features/default-branch-button';