Phase 466: document attachment gossip in README (v0.8.429)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 02:19:26 -04:00
co-authored by Cursor
parent 1f18665891
commit a0d96a18e8
+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.429 (Phase 466):** `gossipAttachmentMeta` and link-embed gossip re-verified for P2P attachments. See [ATTACHMENTS.md](../../docs/ATTACHMENTS.md).
**v0.8.428 (Phase 465):** `gossipMessage`, `gossipMessageUpdate`, `gossipMessageDelete`, and `gossipReaction` re-verified for P2P messaging. See [MESSAGING.md](../../docs/MESSAGING.md).
**v0.8.427 (Phase 464):** `gossipRoleUpsert`, `gossipRoleDelete`, `gossipChannelOverwriteUpsert`, and `gossipChannelOverwriteDelete` re-verified for custom roles and channel overwrites. See [ROLES.md](../../docs/ROLES.md).