Skip to content

Commit

Permalink
Merge main into sweep/security-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
upmortem-sweep[bot] authored Oct 19, 2023
2 parents f1f990c + 5c0a9c3 commit 8790d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/semantic_search/semantic_search/load_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def to_metadata(self) -> Dict[str, str]:
'channel_id': self.channel_id,
'text': self.text,
'ts': self.ts,
'version': 1,
}
if self.thread_ts is not None:
metadata['thread_ts'] = self.thread_ts
Expand Down

0 comments on commit 8790d75

Please sign in to comment.