Skip to content

Commit

Permalink
soft update on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul committed Jan 22, 2023
1 parent afadfd4 commit 57e59bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/starboard/link_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub async fn handle_message_delete(

let mut refresh = RefreshMessage::new(bot, message_id);
refresh.set_sql_message(msg);
refresh.refresh(true).await?;
refresh.refresh(false).await?;

Ok(())
}

0 comments on commit 57e59bc

Please sign in to comment.