Skip to content

Commit

Permalink
add some pleroma stuff, only two lines for now
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy authored and halcy committed Jun 4, 2023
1 parent 18d8503 commit 703bddf
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions srcgen/return_types_all_current_fixed.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fields": {
"id": {
"description": "The accounts id",
"field_type": "IdType",
"field_type": "SnowflakeIdType",
"field_subtype": null,
"is_optional": false,
"is_nullable": false,
Expand Down Expand Up @@ -690,7 +690,7 @@
"fields": {
"id": {
"description": "Id of this status",
"field_type": "IdType",
"field_type": "SnowflakeIdType",
"field_subtype": null,
"is_optional": false,
"is_nullable": false,
Expand Down Expand Up @@ -746,7 +746,7 @@
},
"in_reply_to_id": {
"description": "Id of the status this status is in response to",
"field_type": "IdType",
"field_type": "SnowflakeIdType",
"field_subtype": null,
"is_optional": false,
"is_nullable": true,
Expand All @@ -759,7 +759,7 @@
},
"in_reply_to_account_id": {
"description": "Id of the account this status is in response to",
"field_type": "IdType",
"field_type": "SnowflakeIdType",
"field_subtype": null,
"is_optional": false,
"is_nullable": true,
Expand Down Expand Up @@ -909,7 +909,9 @@
"public": "Publicly visible and discoverable in public timelines",
"unlisted": "Publicly visible, but not shown on public timelines and other discovery tools",
"private": "Visible only to followers",
"direct": "Visible only to people mentioned in the status"
"direct": "Visible only to people mentioned in the status",
"list": "Visible only to people on a manually curated list (pleroma-specific)",
"local": "Visible only to local followers (pleroma-specific)"
}
},
"mentions": {
Expand Down Expand Up @@ -1442,7 +1444,7 @@
},
"in_reply_to_id": {
"description": "ID of the status this one is a reply to",
"field_type": "IdType",
"field_type": "SnowflakeIdType",
"field_subtype": null,
"is_optional": false,
"is_nullable": true,
Expand Down Expand Up @@ -2774,7 +2776,7 @@
"fields": {
"id": {
"description": "The ID of the attachment.",
"field_type": "IdType",
"field_type": "SnowflakeIdType",
"field_subtype": null,
"is_optional": false,
"is_nullable": false,
Expand Down Expand Up @@ -7548,7 +7550,7 @@
"added"
]
],
"field_type": "IdType",
"field_type": "SnowflakeIdType",
"field_subtype": null,
"field_structuretype": null,
"is_optional": false,
Expand Down

0 comments on commit 703bddf

Please sign in to comment.