Skip to content

Commit

Permalink
Revert "lexicon change - add presentation"
Browse files Browse the repository at this point in the history
This reverts commit 4084f60.
  • Loading branch information
mozzius committed Nov 8, 2024
1 parent 4084f60 commit c6a9678
Showing 2 changed files with 0 additions and 19 deletions.
10 changes: 0 additions & 10 deletions lexicons/app/bsky/embed/defs.json
Original file line number Diff line number Diff line change
@@ -10,16 +10,6 @@
"width": { "type": "integer", "minimum": 1 },
"height": { "type": "integer", "minimum": 1 }
}
},
"videoPresentation": {
"type": "object",
"description": "Indicates that this video should be presented as a normal video - i.e. with sound, a progress bar, etc.",
"properties": {}
},
"gifPresentation": {
"type": "object",
"description": "Indicates that this video should be presented as a GIF - i.e. with no sound, looping, etc.",
"properties": {}
}
}
}
9 changes: 0 additions & 9 deletions lexicons/app/bsky/embed/video.json
Original file line number Diff line number Diff line change
@@ -26,11 +26,6 @@
"aspectRatio": {
"type": "ref",
"ref": "app.bsky.embed.defs#aspectRatio"
},
"presentation": {
"type": "union",
"description": "The video's presentation type. If not provided, it will assumed to be #videoPresentation.",
"refs": ["#videoPresentation", "#gifPresentation"]
}
}
},
@@ -64,10 +59,6 @@
"aspectRatio": {
"type": "ref",
"ref": "app.bsky.embed.defs#aspectRatio"
},
"presentation": {
"type": "union",
"refs": ["#videoPresentation", "#gifPresentation"]
}
}
}

0 comments on commit c6a9678

Please sign in to comment.