Skip to content

Conversation

@Bilb
Copy link
Collaborator

@Bilb Bilb commented Nov 14, 2024

No description provided.

Bilb added 30 commits August 28, 2023 12:22
we will need a better way to do this, but also have nice
wrapping/unwrapping in the nodejs wrapper
obj["seqno"] = toJs(env, std::get<0>(push_entry));
obj["data"] = toJs(env, std::get<1>(push_entry));
obj["hashes"] = toJs(env, std::get<2>(push_entry));
obj["namespace"] = toJs(env, push_namespace);
Copy link
Contributor

Choose a reason for hiding this comment

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

I mean obj.

Copy link
Contributor

@yougotwill yougotwill left a comment

Choose a reason for hiding this comment

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

LGTM 🚢

obj["seqno"] = toJs(env, std::get<0>(push_entry));
obj["data"] = toJs(env, std::get<1>(push_entry));
obj["hashes"] = toJs(env, std::get<2>(push_entry));
obj["namespace"] = toJs(env, push_namespace);
Copy link
Contributor

Choose a reason for hiding this comment

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

Cool

@Bilb Bilb merged commit bf21042 into session-foundation:main Nov 20, 2024
3 checks passed
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.

2 participants