Skip to content

Commit 7e2c1df

Browse files
committed
Update doc
1 parent 4f71344 commit 7e2c1df

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

doc/docs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,9 +1513,7 @@ Constraints (documented, not schema-enforced):
15131513
recursive batches and receivers may treat them as a protocol violation.
15141514
- Notifications are delivered in array order; consumers must process
15151515
them in order.
1516-
- The batch is wire-atomic but not semantically atomic: emitting two
1517-
batches vs. one batch of the same elements is equivalent.
1518-
- Sent only to peers that opted in
1516+
- Sent only for webhooks, for peers that opted in
15191517

15201518

15211519
| Field | Type | Label | Description |

fishjam/server_notifications.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,7 @@ message ServerMessage {
243243
// recursive batches and receivers may treat them as a protocol violation.
244244
// - Notifications are delivered in array order; consumers must process
245245
// them in order.
246-
// - The batch is wire-atomic but not semantically atomic: emitting two
247-
// batches vs. one batch of the same elements is equivalent.
248-
// - Sent only to peers that opted in
246+
// - Sent only for webhooks, for peers that opted in
249247
message NotificationBatch {
250248
repeated ServerMessage notifications = 1;
251249
}

0 commit comments

Comments
 (0)