Skip to content

Commit

Permalink
fix: Read Receipt Decoded Value
Browse files Browse the repository at this point in the history
Fix Read Reciept Decoded Value
  • Loading branch information
alexrisch committed Dec 11, 2024
1 parent 4a20699 commit b7c7fe2
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 b7c7fe2

Please sign in to comment.