forked from AkkomaGang/akkoma
TwitterAPI: Add unimplemented /mutes/users/ids.
This commit is contained in:
parent
22bbe27115
commit
163c658202
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ def user_fetcher(username) do
|
|||
get "/friends/ids", TwitterAPI.Controller, :friends_ids
|
||||
get "/friendships/no_retweets/ids", TwitterAPI.Controller, :empty_array
|
||||
|
||||
get "/mutes/users/ids", TwitterAPI.Controller, :empty_array
|
||||
|
||||
get "/externalprofile/show", TwitterAPI.Controller, :external_profile
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue