spc-pleroma/lib/pleroma/web/twitter_api/controllers
Mark Felder 28af5e3bd7 TwitterAPI.UtilController: fix dialyzer errors
lib/pleroma/web/twitter_api/controllers/util_controller.ex:300:pattern_match
The pattern can never match the type.

Pattern:
{:error, :no_such_alias}

Type:
{:not_found, nil}

lib/pleroma/web/twitter_api/controllers/util_controller.ex:304:pattern_match
The pattern can never match the type.

Pattern:
{:error, _error}

Type:
{:not_found, nil}
2024-01-26 17:22:27 -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 TwitterAPI.UtilController: fix dialyzer errors 2024-01-26 17:22:27 -05:00