forked from jmug/stoatchat
feat(core): include user and member on Message events
This commit is contained in:
@@ -97,5 +97,5 @@ pub async fn edit(
|
||||
}
|
||||
}
|
||||
|
||||
Ok(Json(message.into()))
|
||||
Ok(Json(message.into_model(None, None)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user