pub async fn enqueue(
pool: &DbPool,
action_type: &str,
target_tweet_id: &str,
target_author: &str,
generated_content: &str,
topic: &str,
archetype: &str,
score: f64,
media_paths: &str,
) -> Result<i64, StorageError>Expand description
Insert a new item into the approval queue.