spc-pleroma/lib/pleroma/web/twitter_api/controllers
Mark Felder 2a28377be0 Fix mix task pleroma.instance dialyzer error
lib/mix/tasks/pleroma/instance.ex:356:pattern_match_cov
The pattern
:variable_

can never match, because previous clauses completely cover the type
%{
  :anonymize => boolean(),
  :dedupe => boolean(),
  :read_description => boolean(),
  :strip_location => boolean()
}.
2024-01-20 15:55:33 -05:00
..
.util_controller.ex.swp Fix mix task pleroma.instance dialyzer error 2024-01-20 15:55:33 -05:00
password_controller.ex Fix some more typos 2023-12-28 00:17:04 +01:00
remote_follow_controller.ex Support /authorize-interaction route used by Mastodon 2023-11-02 13:47:23 +01:00
util_controller.ex Fix some more typos 2023-12-28 00:17:04 +01:00