feat: rename to Versia

This commit is contained in:
April John 2024-08-28 15:24:22 +02:00
parent 29d8fc718a
commit 0b4574b2d1
21 changed files with 148 additions and 148 deletions

View file

@ -3,7 +3,7 @@ use crate::{
database::StateHandle,
entities::{post, user},
error::Error,
lysand::conversion::db_user_from_url,
versia::conversion::db_user_from_url,
objects::person::DbUser,
utils::generate_object_id,
};