Skip to content

Commit

Permalink
fix up the reply codec
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 1, 2023
1 parent 997b3e4 commit e8d4246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/NativeCodecs/ReplyCodec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class ReplyCodec implements NativeContentCodec<ReplyContent> {

contentType: ContentTypeId = {
authorityId: 'xmtp.org',
typeId: 'text',
typeId: 'reply',
versionMajor: 1,
versionMinor: 0,
}
Expand Down

0 comments on commit e8d4246

Please sign in to comment.