Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changes.d/vocab-runtime/miscellany-context.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
links:
'#1002': https://github.com/fedify-dev/fedify/issues/1002
'#1003': https://github.com/fedify-dev/fedify/pull/1003
---
- Changed `miscellany` context to match public version 1.0.1,
which fixes a bug with re-compacting Mastodon and similar content using
boolean flags (`manuallyApprovesFollowers`, `sensitive`). [[#1002], [#1003]]
Comment thread
coderabbitai[bot] marked this conversation as resolved.
6 changes: 2 additions & 4 deletions packages/vocab-runtime/src/contexts/miscellany.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Hashtag": "as:Hashtag",
"manuallyApprovesFollowers": {
"@id": "as:manuallyApprovesFollowers",
"@type": "xsd:boolean"
"@id": "as:manuallyApprovesFollowers"
},
Comment thread
evanp marked this conversation as resolved.
"movedTo": {
"@id": "as:movedTo",
"@type": "@id"
},
"sensitive": {
"@id": "as:sensitive",
"@type": "xsd:boolean"
"@id": "as:sensitive"
}
Comment thread
evanp marked this conversation as resolved.
}
}
Loading