fixed replies and added edit in matrix mesages

This commit is contained in:
qugalet 2023-07-19 23:38:12 +03:00
parent 5986b173a3
commit 534b6c436d
2 changed files with 58 additions and 19 deletions

View file

@ -11,6 +11,7 @@ datasource db {
}
model Post {
id Int @unique @default(autoincrement())
postId String @id
matrixId String @unique
}