refactor: 🔥 Remove HTML URIs from Notes

This commit is contained in:
Jesse Wierzbinski 2024-10-18 14:51:23 +02:00
parent f0ab384244
commit 6796a31d2b
No known key found for this signature in database
2 changed files with 0 additions and 5 deletions

View file

@ -16,7 +16,6 @@ This page lists changes since Working Draft 3. {{ className: 'lead' }}
- `X-Signature` to `Versia-Signature`
- `X-Signed-By` to `Versia-Signed-By`
- Removed the nonce from the [signature system](/signatures), replaced with `Versia-Signed-At` (timestamps).
- Added `html_uri` to [Notes](/entities/note).
- Standardize rate limits with [IETF draft draft-polli-ratelimit-headers-02](https://www.ietf.org/archive/id/draft-polli-ratelimit-headers-02.html).
- Added [Versia Links](/links).

View file

@ -89,9 +89,6 @@ Notes represent a piece of content on a Versia instance. They can be posted by [
<Property name="subject" type="string" required={false}>
A subject for the note. Useful for clients to display a "content warning" or "spoiler" feature, such as on Mastodon. Must be a plaintext string (`text/plain`).
</Property>
<Property name="html_uri" type="URI" required={false} typeLink="/types#uri">
URI to the note's eventual HTML representation, for web browsers. Useful for "open this note on remote instance" functionality.
</Property>
</Properties>
</Col>
<Col sticky>
@ -129,7 +126,6 @@ Notes represent a piece of content on a Versia instance. They can be posted by [
],
"author": "https://versia.social/users/018eb863-753f-76ff-83d6-fd590de7740a",
"category": "microblog",
"html_uri": "https://versia.social/@jessew/17652802716161",
"content": {
"text/html": {
"content": "<p>In the next versia-fe update: account settings, finally!</p>"