Corrected NameChangedEvent docs to match Owncast webhook payloads.

2026-04-26 18:17:46 -04:00
parent c8be588c4d
commit b4e73c6f16
+1 -1
@@ -140,7 +140,7 @@ Each event type maps to a dataclass:
**NameChangedEvent**
| Field | Type | Description |
|-------|------|-------------|
| `user` | `User` | The user (with the *old* display name in `user.display_name`). |
| `user` | `User` | The user after the rename. `user.display_name` already reflects the new display name. |
| `client_id` | `int` | Numeric client ID. |
| `new_name` | `str` | The new display name. |
| `event_id` | `str` | Unique event identifier. |