Also, I'm not sure about what's the deal with 0f2e575df21bf940e4780c30d2701da989f62471 The issue is explained in the deleted comment from this commit
I added await on db operations and that…
Not for now but opening the discussion for another day:
As we are leaving rooms / spaces, we might be leaving rooms and spaces, leaving them with no admin (especially in easy mode where if…
I also pushed 0f2e575df21bf940e4780c30d2701da989f62471 to demote bridge user power level, tell me if you'd rather like to have it on a dedicated MR or not, it can be removed from this one
Ok, I just pushed doing a full clean of guild_space, guild_active, invite, and leaving the discord server.
The clean of invite is not strictly necessary, but I you don't clean it, it…
The test deletes the row above, to test for checks. But as I added more tests below related to unlinking, if this is kept deleted, then this cause issues because of inconsistent DB. So I…
About the quoted code, I'm not sure why it doesn't appear on the quote, but I replaced it with a
const guild = await validateGuildAccess(event, guildID)
so the error was still being…
Hi, there is this issue here, I'm not sure what would be the best thing to do with this situation, please let me know if you have any ideas of what should be best
Updated, had to add a null coalescing or else linter complains about array of string OR undefined a few lines below
Yeah, I don't know. The idea at the back of my mind was a weird state that could happen if:
- Space is not on the same HS than bridge
- Bridge is invited / join the space
- User kicks /…