activitypub/src/lysand
aprilthepink 1588b2e46c feat: Add db_post_from_url function
The commit adds the `db_post_from_url` function to the `conversion.rs` file. This function retrieves a post from the database based on a given URL. If the post is not found in the database, it fetches the post from the URL, saves it to the database, and returns the post. This change enhances the functionality of the codebase by providing a convenient way to retrieve and store posts.
2024-06-17 21:35:21 +02:00
..
conversion.rs feat: Add db_post_from_url function 2024-06-17 21:35:21 +02:00
funcs.rs [feat]: lysand to ap for posts and users 2024-06-15 02:06:01 +02:00
http.rs feat: Add .env file to gitignore and update dependencies 2024-06-17 19:52:51 +02:00
mod.rs [feat]: lysand to ap for posts and users 2024-06-15 02:06:01 +02:00
objects.rs [feat]: lysand to ap for posts and users 2024-06-15 02:06:01 +02:00
superx.rs feat: Update API domain variable name 2024-05-17 13:24:41 +02:00
test.rs [feat]: lysand to ap for posts and users 2024-06-15 02:06:01 +02:00