feat: Chat request implementation #14

Manually merged
awiteb merged 55 commits from awiteb/chat-request-and-response into master 2024-07-18 14:21:39 +02:00 AGit
Showing only changes of commit a894089b19 - Show all commits

View file

@ -58,7 +58,7 @@ impl MigrationTrait for Migration {
}
#[derive(DeriveIden)]
enum Users {
pub enum Users {
Table,
Id,
PublicKey,