chore: 合入 stash Ops hardening 与 migration 000041
Ask/catalog 权限与审计加固、量表读权限统一,以及未提交的 ops hardening 变更。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -38,5 +38,8 @@ func (s *Service) SubmitFeedback(ctx context.Context, userID, threadID uuid.UUID
|
||||
if strings.Contains(msg, "thread not found") {
|
||||
return nil, errors.New("ask thread not found")
|
||||
}
|
||||
if strings.Contains(msg, "message not in thread") {
|
||||
return nil, errors.New("message not in thread")
|
||||
}
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user