akkoma/lib/pleroma/web/twitter_api/representers
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
..
activity_representer.ex Add Twitter API for the pinned statuses 2019-01-09 19:54:19 +07:00
base_representer.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00
object_representer.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00