diff options
author | Mark Felder <feld@feld.me> | 2024-01-26 19:26:11 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-26 21:03:41 -0500 |
commit | e834343496f98685079a4ed070573c23069f7a20 (patch) | |
tree | 08becbf147b185e73235c9110710a8160da60e16 /docs/installation/otp_vs_from_source_source.include | |
parent | 1b40ebfa2040da1bc80c5bbd50aff0f764d7c523 (diff) | |
download | pleroma-e834343496f98685079a4ed070573c23069f7a20.tar.gz pleroma-e834343496f98685079a4ed070573c23069f7a20.zip |
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
Diffstat (limited to 'docs/installation/otp_vs_from_source_source.include')
0 files changed, 0 insertions, 0 deletions