Add 'notifying' to relationship for compatibility with Mastodon
[akkoma] / docs / development / API / pleroma_api.md
index 8f6422da04bef9d546b3e5f15bb1064b9f62368b..74a1ad206347c1b2c9bffd0fe1cc955beba73047 100644 (file)
@@ -159,6 +159,7 @@ See [Admin-API](admin_api.md)
   "muting": false,
   "muting_notifications": false,
   "subscribing": true,
+  "notifying": true,
   "requested": false,
   "domain_blocking": false,
   "showing_reblogs": true,
@@ -183,6 +184,7 @@ See [Admin-API](admin_api.md)
   "muting": false,
   "muting_notifications": false,
   "subscribing": false,
+  "notifying": false,
   "requested": false,
   "domain_blocking": false,
   "showing_reblogs": true,