mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 14:52:26 -05:00
* 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 |
||
|---|---|---|
| .. | ||
| create.go | ||
| delete.go | ||
| getemoji.go | ||
| getemoji_test.go | ||
| getfile.go | ||
| getfile_test.go | ||
| getmedia.go | ||
| media.go | ||
| media_test.go | ||
| profile.go | ||
| unattach.go | ||
| unattach_test.go | ||
| update.go | ||
| util.go | ||