This commit is contained in:
2026-08-17 01:12:07 +02:00
parent 07f8d5fe73
commit 429d82e64c
21 changed files with 733 additions and 6 deletions
+2
View File
@@ -19,6 +19,8 @@ pub struct Model {
pub reply_to_id: Option<Uuid>,
#[sea_orm(has_many)]
pub attachments: HasMany<super::attachment::Entity>,
#[sea_orm(has_many)]
pub reactions: HasMany<super::message_reaction::Entity>,
#[sea_orm(
belongs_to,
from = "channel_id",