Skip to content

Commit 773c25a

Browse files
bug: add back dropped field indexer
1 parent 0f2df38 commit 773c25a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/storage/apis/obot.obot.ai/v1/thread.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ func (in *Thread) Get(field string) string {
4444
switch field {
4545
case "spec.agentName":
4646
return in.Spec.AgentName
47+
case "spec.userUID":
48+
return in.Spec.UserID
4749
case "spec.project":
4850
return strconv.FormatBool(in.Spec.Project)
4951
case "spec.parentThreadName":

0 commit comments

Comments
 (0)