Skip to content

fix: assign webxdc updates from post-message to webxdc instance#8095

Merged
link2xt merged 1 commit intomainfrom
link2xt/issue-8094
Apr 7, 2026
Merged

fix: assign webxdc updates from post-message to webxdc instance#8095
link2xt merged 1 commit intomainfrom
link2xt/issue-8094

Conversation

@link2xt
Copy link
Copy Markdown
Collaborator

@link2xt link2xt commented Apr 7, 2026

Fixes #8094

@link2xt link2xt force-pushed the link2xt/issue-8094 branch from d31f2b4 to b223c07 Compare April 7, 2026 05:05
@link2xt link2xt changed the title test: reproduce #8094 fix: assign webxdc updates from post-message to webxdc instance Apr 7, 2026
@link2xt link2xt marked this pull request as ready for review April 7, 2026 05:07

let bob_instance = bob.recv_msg(&pre_message).await;
assert_eq!(bob_instance.download_state, DownloadState::Available);
bob.recv_msg_trash(&post_message).await;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without the fix this line fails with "Failed to load just created webxdc instance"

@link2xt link2xt force-pushed the link2xt/issue-8094 branch from b223c07 to 897f3aa Compare April 7, 2026 16:23
@link2xt link2xt marked this pull request as draft April 7, 2026 16:28
@link2xt link2xt force-pushed the link2xt/issue-8094 branch 2 times, most recently from 2a7a811 to 5073028 Compare April 7, 2026 16:44
@link2xt link2xt marked this pull request as ready for review April 7, 2026 16:44
@link2xt link2xt force-pushed the link2xt/issue-8094 branch from 5073028 to 7787b22 Compare April 7, 2026 16:45
@link2xt link2xt merged commit f552cf9 into main Apr 7, 2026
30 checks passed
@link2xt link2xt deleted the link2xt/issue-8094 branch April 7, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sending a webxdc Editor with drafted changes results in failing to receive updates

2 participants