akkoma/lib/pleroma/web/twitter_api
Egor Kislitsyn 44a1e69484 Add Twitter API for the pinned statuses
```
# Only return statuses that have been pinned
GET /api/statuses/user_timeline.json?pinned=true

# Pin
POST /api/statuses/pin/:id

# Unpin
POST /api/statuses/unpin/:id
```
2019-01-09 19:54:19 +07:00
..
controllers update copyright years to 2019 2018-12-31 15:41:47 +00:00
representers Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00
views Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00
twitter_api.ex Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00
twitter_api_controller.ex Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00