docs(guild): note Phase 460 attachment and embed gossip re-verify

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 01:17:47 -04:00
co-authored by Cursor
parent e34e3b082c
commit 1c8d9b0762
+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.423 (Phase 460):** `gossipAttachmentMeta` + link-embed gossip re-verified on mesh (`attachment.stage`, `embed.resolve` platform spans). See [ATTACHMENTS.md](../../docs/ATTACHMENTS.md), [EMBEDS.md](../../docs/EMBEDS.md).
**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.