diff options
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r-- | source/features/embed-gist-inline.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index 48a78f01..9c579328 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -50,6 +50,7 @@ function init(): void { features.add({ id: 'embed-gist-inline', + description: 'View linked gists inline in comments', include: [ features.hasComments ], |