Fixed linting warnings

This commit is contained in:
Michael Hollister 2023-12-04 13:26:13 -06:00
parent 305e3afb1b
commit 85005d1b0b

View File

@ -541,12 +541,12 @@ matrix_media_repo_thumbnails_types:
- "image/webp" - "image/webp"
- "image/bmp" - "image/bmp"
- "image/tiff" - "image/tiff"
#- "image/svg+xml" # Be sure to have ImageMagick installed to thumbnail SVG files # - "image/svg+xml" # Be sure to have ImageMagick installed to thumbnail SVG files
- "audio/mpeg" - "audio/mpeg"
- "audio/ogg" - "audio/ogg"
- "audio/wav" - "audio/wav"
- "audio/flac" - "audio/flac"
#- "video/mp4" # Be sure to have ffmpeg installed to thumbnail video files # - "video/mp4" # Be sure to have ffmpeg installed to thumbnail video files
# Animated thumbnails can be CPU intensive to generate. To disable the generation of animated # Animated thumbnails can be CPU intensive to generate. To disable the generation of animated
# thumbnails, set this to false. If disabled, regular thumbnails will be returned. # thumbnails, set this to false. If disabled, regular thumbnails will be returned.
@ -667,7 +667,7 @@ matrix_media_repo_plugins:
# Sections of this config might disappear or be added over time. By default all # Sections of this config might disappear or be added over time. By default all
# features are disabled in here and must be explicitly enabled to be used. # features are disabled in here and must be explicitly enabled to be used.
# featureSupport: # featureSupport:
# No unstable features are currently supported. # No unstable features are currently supported.
# Support for redis as a cache mechanism # Support for redis as a cache mechanism
# #