revert "fix: prevent writing to nonexistent firestore docs"

This reverts commit 46170eb5d3.
This commit is contained in:
talksik
2026-04-16 18:00:43 -07:00
parent 5e930d3c2e
commit 30469fda66
+1 -1
View File
@@ -1151,7 +1151,7 @@ func (h *Handler) HandleLivekitWebhook(w http.ResponseWriter, r *http.Request) {
_, err = docRef.Update(ctx, []firestore.Update{
{Path: "huddle_active_participants", Value: participantIds},
}, firestore.Exists)
})
if err != nil {
slog.Error("failed to update huddle participants in firestore", "error", err, "path", docPath)
}