zeta: Fix completions not being marked as rated (#22952)
Seems like #22171 accidentally removed this line. Now it's back and completions are marked as rated again.  Release Notes: - N/A
This commit is contained in:
@@ -733,6 +733,7 @@ and then another
|
||||
feedback: String,
|
||||
cx: &mut ModelContext<Self>,
|
||||
) {
|
||||
self.rated_completions.insert(completion.id);
|
||||
telemetry::event!(
|
||||
"Inline Completion Rated",
|
||||
rating,
|
||||
|
||||
Reference in New Issue
Block a user