diff options
author | pdp8 <pdp8@pdp8.info> | 2023-05-04 16:43:12 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-05-04 16:43:12 +0200 |
commit | 437fadbf926f1811a0ef6b6897b3fd841c2242d5 (patch) | |
tree | b9750f8591bf4b5cf983c95fabb885658dbf6e56 /outbox | |
parent | e5a682e2ae5a5ceecdf0d05ff0f831535370f7d3 (diff) |
signature verification
Diffstat (limited to 'outbox')
-rw-r--r-- | outbox/230401T23:00:01.json | 4 | ||||
-rw-r--r-- | outbox/230402T23:00:01.json | 10 |
2 files changed, 0 insertions, 14 deletions
diff --git a/outbox/230401T23:00:01.json b/outbox/230401T23:00:01.json deleted file mode 100644 index baeb7f8..0000000 --- a/outbox/230401T23:00:01.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Note", - "name": "A Simple Note" -} diff --git a/outbox/230402T23:00:01.json b/outbox/230402T23:00:01.json deleted file mode 100644 index bd50adb..0000000 --- a/outbox/230402T23:00:01.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "Note", - "name": "Another Simple Note", - "tag": [ - { - "type": "Hashtag", - "name": "#test" - } - ] -} |