diff --git a/.gitignore b/.gitignore index c7a358f..b280b44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .cache/ .scheduler/ -.env \ No newline at end of file +.env +dummy.json \ No newline at end of file diff --git a/dummy.json b/dummy.json deleted file mode 100644 index de1526f..0000000 --- a/dummy.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/activitystreams", - "https://w3id.org/security/v1", - { - "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", - "sensitive": "as:sensitive", - "Hashtag": "as:Hashtag", - "quoteUrl": "as:quoteUrl", - "toot": "http://joinmastodon.org/ns#", - "Emoji": "toot:Emoji", - "featured": "toot:featured", - "discoverable": "toot:discoverable", - "schema": "http://schema.org#", - "PropertyValue": "schema:PropertyValue", - "value": "schema:value", - "misskey": "https://misskey-hub.net/ns#", - "_misskey_content": "misskey:_misskey_content", - "_misskey_quote": "misskey:_misskey_quote", - "_misskey_reaction": "misskey:_misskey_reaction", - "_misskey_votes": "misskey:_misskey_votes", - "_misskey_summary": "misskey:_misskey_summary", - "isCat": "misskey:isCat", - "vcard": "http://www.w3.org/2006/vcard/ns#" - } - ], - "id": "https://misskey.systems/notes/9ls1wbcauy/activity", - "actor": "https://misskey.systems/users/9dr5dkiiby", - "type": "Create", - "published": "2023-11-07T15:29:06.154Z", - "object": { - "id": "https://misskey.systems/notes/9ls1wbcauy", - "type": "Note", - "attributedTo": "https://misskey.systems/users/9dr5dkiiby", - "content": "
ああ
", - "_misskey_content": "ああ", - "source": { "content": "ああ", "mediaType": "text/x.misskeymarkdown" }, - "published": "2023-11-07T15:29:06.154Z", - "to": ["https://misskey.systems/users/9dr5dkiiby/followers"], - "cc": ["https://www.w3.org/ns/activitystreams#Public"], - "inReplyTo": null, - "attachment": [], - "sensitive": false, - "tag": [] - }, - "to": ["https://misskey.systems/users/9dr5dkiiby/followers"], - "cc": ["https://www.w3.org/ns/activitystreams#Public"] -}