feat(guild): add GUILD_TOMBSTONES collection constant
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -7,6 +7,8 @@ const c = require('compact-encoding')
|
||||
const COLLECTIONS = {
|
||||
USERS: '@pearcord/users',
|
||||
GUILDS: '@pearcord/guilds',
|
||||
/** Permanent delete markers — guild rows are purged but tombstones remain for reconciliation. */
|
||||
GUILD_TOMBSTONES: '@pearcord/guild-tombstones',
|
||||
CHANNELS: '@pearcord/channels',
|
||||
MESSAGES: '@pearcord/messages',
|
||||
MEMBERS: '@pearcord/members',
|
||||
|
||||
Reference in New Issue
Block a user