Added create2 endpoint

This commit is contained in:
Yusur 2019-11-09 15:00:06 +01:00
parent 7fb5c47e4d
commit af299a53c7
2 changed files with 42 additions and 3 deletions

View file

@ -4,6 +4,7 @@
* Schema changes: moved `full_name` field from table `userprofile` to table `user` for search improvement reasons.
* Adding `messages_count`, `followers_count` and `following_count` to `profile_info` API endpoint (what I've done to 0.7.1 too).
* Adding `create2` API endpoint that accepts media, due to an issue with the `create` endpoint that would make it incompatible.
* Adding media URLs to messages in API.
* Added `relationships_follow`, `relationships_unfollow`, `username_availability` and `edit_profile` endpoints to API.
* Added `url` utility to model `Upload`.