Skip to content

Commit 93e125e

Browse files
committed
Update db.go
1 parent 703f13b commit 93e125e

File tree

1 file changed

+1
-1
lines changed
  • modules/indexer/conversations/db

1 file changed

+1
-1
lines changed

modules/indexer/conversations/db/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (i *Indexer) Search(ctx context.Context, options *internal.SearchOptions) (
6161

6262
cond = builder.Or(
6363
builder.In("conversation.id", builder.Select("conversation_id").
64-
From("comment").
64+
From("conversation_comment").
6565
Where(builder.And(
6666
builder.Eq{"type": conversation_model.CommentTypeComment},
6767
builder.In("conversation_id", subQuery),

0 commit comments

Comments
 (0)