splash-media-co / server

Backend server for Splash
6 stars 0 forks source link

Post retrieval #4

Closed EngineerRunner closed 10 months ago

EngineerRunner commented 10 months ago

retrieves the posts from a chat by ID.

some work needs to be done client-side, as it returns all the metadata of each post, but i have a working (extremely basic) client implementation to get the latest from home. basic client implementation

EngineerRunner commented 10 months ago

(also for people testing with the db.sqlite included in the pr, "this is the latest message" is actually the third latest, as i had to do more testing.)