Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
add shard fields
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Aug 25, 2023
1 parent 061966b commit 1c38bb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/rfcs/59/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ To reduce reliance on external servers for providing appropriate link previews,
- Community: Refer to [56/STATUS-COMMUNITIES](/spec/56)
- Channel: Refer to terminology in [56/STATUS-COMMUNITIES](/spec/56)
- User: Refer to terminology in [56/STATUS-COMMUNITIES](/spec/56)
- Shard Refer to terminology in [51/WAKU2-RELAY-SHARDING](/spec/51)

# Wire Format

Expand Down Expand Up @@ -70,6 +71,8 @@ message User {
message URLData {
// Community, Channel, or User
bytes content = 1;
uint32 shard_cluster = 2;
uint32 shard_index = 3;
}
```

Expand Down

0 comments on commit 1c38bb1

Please sign in to comment.