diff options
| author | Xe Iaso <me@christine.website> | 2022-10-30 14:22:56 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-10-30 14:22:56 -0400 |
| commit | c654d84537a50e164c57852fc89216eec8e55d69 (patch) | |
| tree | 7844201ca37fe998309f81b000dc86477d05e4ca /data | |
| parent | 79a0a167ee87e925091a55f7de88d02bcea42c92 (diff) | |
| download | xesite-c654d84537a50e164c57852fc89216eec8e55d69.tar.xz xesite-c654d84537a50e164c57852fc89216eec8e55d69.zip | |
start working on a mastodon post embed tag
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'data')
| -rw-r--r-- | data/toots/8e4f43b38bb5572d8002f73dac7a4fcd9b3573d205ea8d2b8b1b28aab7d03447.json | 44 | ||||
| -rw-r--r-- | data/toots/a83e23736eb81745c08464f913685f6e8479db6096355aa8c217c66c3e120be3.json | 28 |
2 files changed, 72 insertions, 0 deletions
diff --git a/data/toots/8e4f43b38bb5572d8002f73dac7a4fcd9b3573d205ea8d2b8b1b28aab7d03447.json b/data/toots/8e4f43b38bb5572d8002f73dac7a4fcd9b3573d205ea8d2b8b1b28aab7d03447.json new file mode 100644 index 0000000..fc6b68b --- /dev/null +++ b/data/toots/8e4f43b38bb5572d8002f73dac7a4fcd9b3573d205ea8d2b8b1b28aab7d03447.json @@ -0,0 +1,44 @@ +{ + "id": "https://pony.social/users/cadey/statuses/109258440953407431", + "type": "Note", + "inReplyTo": null, + "published": "2022-10-30T17:38:23Z", + "url": "https://pony.social/@cadey/109258440953407431", + "attributedTo": "https://pony.social/users/cadey", + "to": [ + "https://www.w3.org/ns/activitystreams#Public" + ], + "cc": [ + "https://pony.social/users/cadey/followers" + ], + "sensitive": false, + "atomUri": "https://pony.social/users/cadey/statuses/109258440953407431", + "inReplyToAtomUri": null, + "conversation": "tag:pony.social,2022-10-30:objectId=5763802:objectType=Conversation", + "content": "<p>Testing a video upload for writing something to do with Mastodon</p>", + "contentMap": { + "en": "<p>Testing a video upload for writing something to do with Mastodon</p>" + }, + "attachment": [ + { + "type": "Document", + "mediaType": "video/mp4", + "url": "https://cdn.pony.social/file/tscs37-pony-social/media_attachments/files/109/258/439/779/239/363/original/66210576226643d7.mp4", + "name": null, + "blurhash": "UMAKXFoe4TWWtQkCRQV@jEj[WDjbWVjYoLf+", + "width": 1280, + "height": 720 + } + ], + "tag": [], + "replies": { + "id": "https://pony.social/users/cadey/statuses/109258440953407431/replies", + "type": "Collection", + "first": { + "type": "CollectionPage", + "next": "https://pony.social/users/cadey/statuses/109258440953407431/replies?only_other_accounts=true&page=true", + "partOf": "https://pony.social/users/cadey/statuses/109258440953407431/replies", + "items": [] + } + } +}
\ No newline at end of file diff --git a/data/toots/a83e23736eb81745c08464f913685f6e8479db6096355aa8c217c66c3e120be3.json b/data/toots/a83e23736eb81745c08464f913685f6e8479db6096355aa8c217c66c3e120be3.json new file mode 100644 index 0000000..15e8f2a --- /dev/null +++ b/data/toots/a83e23736eb81745c08464f913685f6e8479db6096355aa8c217c66c3e120be3.json @@ -0,0 +1,28 @@ +{ + "id": "https://pony.social/users/cadey", + "type": "Person", + "following": "https://pony.social/users/cadey/following", + "followers": "https://pony.social/users/cadey/followers", + "inbox": "https://pony.social/users/cadey/inbox", + "outbox": "https://pony.social/users/cadey/outbox", + "featured": "https://pony.social/users/cadey/collections/featured", + "featuredTags": "https://pony.social/users/cadey/collections/tags", + "preferredUsername": "cadey", + "name": "Xe", + "summary": "<p>🔞 Minors, please DNI</p><p>Any statements are my own, not my employer's</p><p>Archmage of Infrastructure at that VPN company that isn't actually a VPN company I guess it's complicated</p><p>ΘΔ</p><p>zi ai-uh-so /zi ai.ə.soʊ/</p>", + "url": "https://pony.social/@cadey", + "manuallyApprovesFollowers": false, + "discoverable": true, + "published": "2021-06-30T00:00:00Z", + "devices": "https://pony.social/users/cadey/collections/devices", + "icon": { + "type": "Image", + "mediaType": "image/png", + "url": "https://cdn.pony.social/file/tscs37-pony-social/accounts/avatars/106/500/315/995/032/015/original/056011b7379c0ecc.png" + }, + "image": { + "type": "Image", + "mediaType": "image/jpeg", + "url": "https://cdn.pony.social/file/tscs37-pony-social/accounts/headers/106/500/315/995/032/015/original/d32327b86f0038ee.jpeg" + } +}
\ No newline at end of file |
