mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 15:31:12 -05:00
Fix submission status notifications
This commit is contained in:
@@ -120,7 +120,7 @@ serve(async (req) => {
|
||||
submitterName: submitter_name,
|
||||
submissionId: submission_id,
|
||||
action: action || 'create',
|
||||
moderationUrl: `https://ydvtmnrszybqnbcqbdcy.supabase.co/admin/moderation`,
|
||||
moderationUrl: 'https://www.thrillwiki.com/admin/moderation',
|
||||
|
||||
// Enhanced content
|
||||
contentPreview: content_preview,
|
||||
@@ -134,10 +134,6 @@ serve(async (req) => {
|
||||
hasPhotos: has_photos,
|
||||
itemCount: item_count,
|
||||
isEscalated: is_escalated,
|
||||
|
||||
// Request tracking
|
||||
requestId: tracking.requestId,
|
||||
traceId: tracking.traceId,
|
||||
};
|
||||
|
||||
// Send ONE notification to the moderation-submissions topic
|
||||
|
||||
Reference in New Issue
Block a user