### RFC https://paper.dropbox.com/doc/FreeFeed--BS3EwdzJbYfLwRCH~ulcr~MuAQ-1CXK2nk6t4NXiKZAdy9b7 ### <img width="628" alt="image" src="https://user-images.githubusercontent.com/1071933/135128859-95fd046f-cbe2-4360-a8ab-133d4839aea8.png"> ### Checklist for [the server](https://github.com/FreeFeed/freefeed-server/pull/544) - [x] Add options for the short links to the config file - [x] Add the table to the DB - [x] Add code for generating short IDs when creating posts - [x] Add `shortId` prop to Post objects in API responses - [x] Update single-post API endpoint (`GET /v2/posts/:postId`) to accept post's short ID along with the long ID - [x] Tests! - [x] Update backlinks extraction - [x] Write a script for backfilling short IDs (for old posts) #### Next: - [x] Search for backlinks should support short IDs (new endpoint?) ### Checklist for [the client](https://github.com/FreeFeed/freefeed-react-client/pull/1639) - [x] Task 1 - [x] Task 2 - [x] Task 3
RFC
https://paper.dropbox.com/doc/FreeFeed--BS3EwdzJbYfLwRCH~ulcr~MuAQ-1CXK2nk6t4NXiKZAdy9b7
Checklist for the server
shortIdprop to Post objects in API responsesGET /v2/posts/:postId) to accept post's short ID along with the long IDNext:
Checklist for the client