spc-pleroma/lib/pleroma/search
Mark Felder e834343496 Pleroma.Search.SearchBackend: dialyzer error
Incorrect spec. Both search backends return :ok so that is what should be the spec.

lib/pleroma/search/database_search.ex:56:callback_type_mismatch
Type mismatch for @callback remove_from_index/1 in Pleroma.Search.SearchBackend behaviour.

Expected type:
{:error, _} | {:ok, _}

Actual type:
:ok
2024-01-26 21:03:41 -05:00
..
database_search.ex
meilisearch.ex
search_backend.ex Pleroma.Search.SearchBackend: dialyzer error 2024-01-26 21:03:41 -05:00