diff options
author | Mark Felder <feld@feld.me> | 2024-01-27 10:28:49 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-27 10:28:49 -0500 |
commit | 3fbe8ada93f7da0d004acb0a8671ae5b009c06eb (patch) | |
tree | b72b32d99ffae2e115a3a182399a976e2801525a /docs/installation | |
parent | b1659b77554000b582041ab053708c8c52720f35 (diff) | |
download | pleroma-3fbe8ada93f7da0d004acb0a8671ae5b009c06eb.tar.gz pleroma-3fbe8ada93f7da0d004acb0a8671ae5b009c06eb.zip |
Pleroma.ReverseProxy: dialyzer errors
lib/pleroma/reverse_proxy.ex:225:pattern_match
The pattern can never match the type.
Pattern:
:done
Type:
{:ok, :no_duration_limit, :no_duration_limit}
lib/pleroma/reverse_proxy.ex:226:pattern_match
The pattern can never match the type.
Pattern:
{:error, _error}
Type:
{:ok, :no_duration_limit, :no_duration_limit}
lib/pleroma/reverse_proxy.ex:391:pattern_match
The pattern can never match the type.
Pattern:
__duration = nil, _max
Type:
integer(), _
Diffstat (limited to 'docs/installation')
0 files changed, 0 insertions, 0 deletions