pleroma/lib
Mark Felder 17ebb2df84 Dialyzer: fix pattern matches preventing video thumbnailing from working
lib/pleroma/web/media_proxy/media_proxy_controller.ex:154:pattern_match
The pattern can never match the type.

Pattern:
{:ok, _thumbnail_binary}

Type:
{:error, boolean() | {:ffmpeg, :command_not_found}}
2024-05-28 10:19:22 -04:00
..
mix SearchBackend: Add drop_index 2024-05-16 10:47:24 +04:00
pleroma Dialyzer: fix pattern matches preventing video thumbnailing from working 2024-05-28 10:19:22 -04:00