We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0ee76 commit d0e5611Copy full SHA for d0e5611
docs/send-notification-flow.md
@@ -61,10 +61,10 @@ your real system**. Its purpose is only to clarify the feature's operating model
61
erDiagram
62
User ||--o{ Bot: owns
63
User ||--o{ GitRepository: owns
64
- Bot ||--|{ Webhook: creates
65
GitRepository ||--o{ Webhook: has
66
GitRepository ||--o{ Event: triggers
67
Event ||--o{ Webhook: sends_through
+ Bot ||--|{ Webhook: creates
68
Webhook ||--|{ Bot: received_by
69
Bot ||--o{ Notification: sends
70
Notification ||--o{ Recipient: received_by
0 commit comments