Skip to content

Commit

Permalink
get the RN side all compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 10, 2024
1 parent 86d0e58 commit fb606b5
Show file tree
Hide file tree
Showing 14 changed files with 213 additions and 1,005 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DecodedMessageWrapper {
"contentTypeId" to model.encodedContent.type.description,
"content" to ContentJson(model.encodedContent).toJsonMap(),
"senderAddress" to model.senderAddress,
"sent" to model.sent.time,
"sentNs" to model.sent.time,
"fallback" to fallback,
"deliveryStatus" to model.deliveryStatus.toString()
)
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export async function canMessage(
}

export async function getOrCreateInboxId(
address: InboxId,
address: Address,
environment: XMTPEnvironment
): Promise<InboxId> {
return await XMTPModule.getOrCreateInboxId(getAddress(address), environment)
Expand Down
Loading

0 comments on commit fb606b5

Please sign in to comment.