Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Not used anymore.
|
|
|
|
|
|
Pinned Statuses
Closes #440
See merge request pleroma/pleroma!636
|
|
|
|
```
# 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
```
|
|
The intention here is to allow proper subject copying when it contains
emoji, obviously this will require minor frontend changes, though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
duplicating the logic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a92a9dce94d2a2502750a4a258560283c21e2777.
|
|
|
|
|
|
This is mainly to fix problems of bios coming from mastodong.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|