Skip to content

Commit

Permalink
Merge pull request #562 from xmtp/ar/read-receipt-return
Browse files Browse the repository at this point in the history
fix: Read Receipt Decoded Value
  • Loading branch information
alexrisch authored Dec 16, 2024
2 parents 2585b55 + b7c7fe2 commit d8d37aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/NativeCodecs/ReadReceiptCodec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class ReadReceiptCodec
}

decode(nativeContent: NativeMessageContent): ReadReceiptContent {
return nativeContent.reply!
return nativeContent.readReceipt!
}

fallback(content: object): string | undefined {
Expand Down

0 comments on commit d8d37aa

Please sign in to comment.