Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Inbox notification + Notification manager + Invite notification example [DRAFT] #9

Merged
merged 2 commits into from
Apr 25, 2023

Conversation

leomanza
Copy link

Invite index example

const data = { index: { graph: JSON.stringify({ key: "project/invite", value: { accountId: props.accountId, }, }), inbox: JSON.stringify({ key: props.accountId, value: { type: "project/invite", requestId: props.requestId, }, }), }, };

props.requestId:
"requestId": { "account_id": "markandrice.near", "cid": "bafkreig7s5jjwewg47ufl32ehymqxytncznjmdzvq7saoog73wyodh6p7q" }

@leomanza leomanza requested a review from petarvujovic98 April 25, 2023 05:43
@petarvujovic98 petarvujovic98 merged commit 3c3f513 into dev Apr 25, 2023
@petarvujovic98 petarvujovic98 deleted the inbox_notifications branch April 25, 2023 08:16
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