ELSEIF
Your brief EB
445 stories from 199 feeds 1252 clusters Refreshed 9 minutes ago next pull 18:57

ARCHITECTURE Signal 56

textlog adds pinned routes under /users/:handle, unpublish-to-draft endpoint, and vocaroo audio player

textlog introduced pinned_note and pinned_reply routes under /users/:handle, a POST /posts/:id/unpublish endpoint for reverting published posts to drafts, and vocaroo audio player support that assembles playback URLs from vocaroo IDs.

WHY IT MATTERS

These changes give textlog users user-scoped pinned content and an unpublish workflow, improving control over post visibility and profile presentation. The vocaroo integration enables audio embedding without self-hosted infrastructure, though it creates a dependency on an external service.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

pinned_note and pinned_reply routes are now scoped under /users/:handle for per-user pinned content

02

POST /posts/:id/unpublish provides an endpoint to convert published posts back to draft status

03

Voice clips use vocaroo IDs assembled into https://media1.vocaroo.com/mp3/<id> URLs rendered by a player component

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Hot notes on textlog @stagas: @paratoner pinned_note and pinned_reply under /users/:handle and POST /posts/:id/unpublish for the unpublish to draft action. The voice clip you can use the vocaroo id and assemble a URL https://media1.vocaroo.com/mp3/ and show a player that requests it properly. Open ↗