GoToSocial/internal/api/client/accounts
Vyr Cossont 975e92b7f1
[feature] Implement profile API (#2926)
* Implement profile API

This Mastodon 4.2 extension provides capabilities missing from the existing Mastodon account update API: deleting an account's avatar or header.

See: https://docs.joinmastodon.org/methods/profile/

* Move profile media methods to media processor

* Remove check for moved account
2024-05-29 12:57:44 +02:00
..
account_test.go
accountalias.go
accountcreate_test.go
accountcreate.go
accountdelete_test.go
accountdelete.go
accountget.go
accountmove.go
accounts.go [feature] Implement profile API (#2926) 2024-05-29 12:57:44 +02:00
accountupdate_test.go
accountupdate.go
accountverify_test.go
accountverify.go
block_test.go
block.go
follow_test.go
follow.go
followers.go
following.go
lists_test.go
lists.go
lookup.go
note.go
profile_test.go [feature] Implement profile API (#2926) 2024-05-29 12:57:44 +02:00
profile.go [feature] Implement profile API (#2926) 2024-05-29 12:57:44 +02:00
relationships.go
search_test.go
search.go
statuses_test.go
statuses.go
themesget.go
unblock.go
unfollow.go