Skip to content

Commit

Permalink
fix: Fix copy history transcript action (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshashkova authored Jan 26, 2024
1 parent 2f94b36 commit 1fe457d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/web-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [Unreleased]

### Fixed

- Fix copy history transcript action

## [2.2.1] - 2024-01-23

### Fixed
Expand Down
1 change: 1 addition & 0 deletions packages/web-core/src/components/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ export class InworldHistory<
return {
id: v4(),
date,
character,
interactionId,
source: packet.routing.source,
type: CHAT_HISTORY_TYPE.NARRATED_ACTION,
Expand Down

0 comments on commit 1fe457d

Please sign in to comment.