mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
merge: pull request #251 from revoltchat/fix/zomatree/send-message-null
This commit is contained in:
@@ -1065,7 +1065,7 @@ pub async fn webhook_execute_github(
|
||||
let message_id = Ulid::new().to_string();
|
||||
|
||||
let embed = sendable_embed
|
||||
.into_embed(legacy_db, message_id.clone())
|
||||
.into_embed(legacy_db, &message_id)
|
||||
.await?;
|
||||
|
||||
let mut message = Message {
|
||||
|
||||
Reference in New Issue
Block a user