Commit graph

16 commits

Author SHA1 Message Date
aprilthepink 25d857c0f3 format 2024-06-27 09:48:47 +02:00
aprilthepink 29ba9a8b7a fix: allow api domain to have users 2024-06-27 05:49:35 +02:00
aprilthepink dc4afd8411 feat: meow meow akkoma? 2024-06-27 05:13:38 +02:00
aprilthepink cd6ff024e4 fix: format files 2024-06-18 03:43:59 +02:00
aprilthepink 766819346f fix: Refactor lysand note handling in conversion.rs 2024-06-17 22:39:03 +02:00
aprilthepink 03f6663768 fix: Refactor lysand note handling in conversion.rs 2024-06-17 22:33:30 +02:00
aprilthepink da40e5b5e6 fix: Refactor lysand note handling in conversion.rs 2024-06-17 21:55:42 +02:00
aprilthepink e8d716c7a5 me oopid 2024-06-17 21:50:33 +02:00
aprilthepink a6c0fc4755 fix: use example as default user 2024-06-17 21:47:48 +02:00
aprilthepink 21a3447a84 fix: Refactor lysand note handling in conversion.rs
The commit refactors the lysand note handling in the `conversion.rs` file. It updates the `receive_lysand_note` function to properly handle quoting and replying to notes. This change improves the functionality and readability of the codebase.
2024-06-17 21:44:29 +02:00
aprilthepink 9e148fe77f feat: Update dependencies and add async-recursion crate 2024-06-17 21:40:25 +02:00
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
aprilthepink 15bba70d2a feat: Add .env file to gitignore and update dependencies
The commit adds the `.env` file to the `.gitignore` and updates the dependencies in the `Cargo.toml` and `Cargo.lock` files. This change ensures that sensitive environment variables are not committed to the repository and keeps the dependencies up to date.
2024-06-17 19:52:51 +02:00
aprilthepink 1174f92915 [feat]: lysand to ap for posts and users 2024-06-15 02:06:01 +02:00
April John bcab516a1f
feat: function to receive lysand note 2024-05-21 04:59:47 +02:00
April John e42baf51e4
save changes, fake commit 2024-05-19 07:17:13 +02:00