Closed waddaboo closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
bandada-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 18, 2024 11:37am |
bandada-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 18, 2024 11:37am |
Hey @waddaboo! This file should also be updated to support the new property: https://github.com/bandada-infra/bandada/blob/main/database/seed.sql
Feel free to create a new PR for it.
Also, I just created a new branch called on-chain-invites
. We can use that branch to merge all the changes related to the on-chain invite codes feature. Then, when the new feature is ready and working properly in that branch, we can merge it into dev to test in staging and then merge dev into main to have the feature in production.
Description
This PR adds a new field
type
to group entity to indicate if a group is an on-chain group or an off-chain group.Related Issue
Does this introduce a breaking change?
Users must now include
type
when creating a group.Example:
Other information