feat(guild): add GUILD_DELETE and DIRECTORY_REVOKE RPC values
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -290,7 +290,11 @@ const RPC = {
|
||||
/** User profile row for member display (v0.8.x P2P). */
|
||||
USER_UPSERT: 86,
|
||||
/** 1:1 or group DM channel metadata for mesh / contacts delivery. */
|
||||
DM_CHANNEL_UPSERT: 87
|
||||
DM_CHANNEL_UPSERT: 87,
|
||||
/** Server permanently removed by owner (purge local guild data on all peers). */
|
||||
GUILD_DELETE: 88,
|
||||
/** Public discovery listing revoked (Explore mesh). */
|
||||
DIRECTORY_REVOKE: 89
|
||||
}
|
||||
|
||||
const DEVICE_PAIR_PREFIX = 'pcdv_'
|
||||
|
||||
Reference in New Issue
Block a user