docs(guild): note Phase 459 emoji/sticker/reaction gossip re-verify

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 01:11:35 -04:00
co-authored by Cursor
parent 1e7a449362
commit e34e3b082c
+2
View File
@@ -31,6 +31,8 @@ Create and load guilds in local storage, join peers on `pearcord:guild:{guildId}
| `PearcordGuild#listChannels()` / `#listMembers()` | DB queries with thread meta attached |
| `PearcordGuild#createChannel`, `#createCategory`, `#createThread`, `#createForumThread` | Channel tree |
**v0.8.422 (Phase 459):** `gossipEmojiUpsert` / `gossipStickerUpsert` / `gossipReaction` re-verified on mesh (platform spans `emoji.upsert`, `sticker.create`, `reaction.toggle` with `guildId`). See [EMOJI.md](../../docs/EMOJI.md), [REACTIONS.md](../../docs/REACTIONS.md).
**v0.8.421 (Phase 458):** `deleteChannel` + `gossipChannelDelete` (`RPC.CHANNEL_DELETE`); inbound `_ingestChannelDelete` on mesh.
**v0.8.420 (Phase 457):** Platform wraps `createChannel` / `createCategory` / `renameChannel` with `channel.create`, `category.create`, and `channel.update` spans (see [CHANNELS.md](../../docs/CHANNELS.md)).