From 4f8a46d8597f97c92fbaf65a1e44aab0c95677d5 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 3 Jan 2025 13:59:30 +0100 Subject: [PATCH] Fix incorrect `relationship_severance_event` attribute name in notifications documentation (#1579) See https://github.com/mastodon/mastodon/issues/33411 --- content/en/entities/Notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/Notification.md b/content/en/entities/Notification.md index f4de0d3f..1db11a18 100644 --- a/content/en/entities/Notification.md +++ b/content/en/entities/Notification.md @@ -81,7 +81,7 @@ aliases: [ **Version history:**\ 4.0.0 - added -### `relationship_severance_event` {{%optional%}} {#relationship_severance_event} +### `event` {{%optional%}} {#relationship_severance_event} **Description:** Summary of the event that caused follow relationships to be severed. Attached when `type` of the notification is `severed_relationships`.\ **Type:** [RelationshipSeveranceEvent]({{< relref "entities/RelationshipSeveranceEvent" >}})\