summaryrefslogtreecommitdiffstats
path: root/openapi.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-27 18:24:08 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-28 12:40:03 +0100
commit34dcb545e67dfda9125fea8002b3f7d06f9094c9 (patch)
tree63bd92c8ceca55bb09c5a28f694c4e1bd2fe7bd2 /openapi.json
parentb2e98443f0fee44582b792997ab2244ded3c25b2 (diff)
feat(federation): Support mentioning federated users
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'openapi.json')
-rw-r--r--openapi.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/openapi.json b/openapi.json
index c282ee99e..9fe3837ae 100644
--- a/openapi.json
+++ b/openapi.json
@@ -248,6 +248,7 @@
"id",
"label",
"source",
+ "mentionId",
"status",
"statusClearAt",
"statusIcon",
@@ -263,6 +264,9 @@
"source": {
"type": "string"
},
+ "mentionId": {
+ "type": "string"
+ },
"status": {
"type": "string",
"nullable": true