For Fun: Let's collect ActivityPub Activities that amuse us

Primary Goal: Have Fun.
Secondary Goal: Collect possible input for tests.

The following plays havoc on my display logic, as I expected content to be at most an emoji.

{
  "@context": "about:bovine",
  "id": "https://fed.brid.gy/r/https://snarfed.org/2023-09-24_51013",
  "type": "Like",
  "actor": "https://fed.brid.gy/snarfed.org",
  "cc": [
    "as:Public",
    "https://mymath.rocks/endpoints/30zoCe7haKBEFolH4rbAmKj-t9_bG0c2X2kMQkJk5qY",
    "https://mymath.rocks/endpoints/SYn3cl_N4HAPfPHgo2x37XunLEmhV9LnxCggcYwyec0"
  ],
  "content": "Likes <a class=\"u-like-of\" href=\"https://mastodon.social/@helge@mymath.rocks/111095945789341275\">https://mastodon.social/@helge@mymath.rocks/111095945789341275</a>.",
  "object": "https://mymath.rocks/objects/f45a04bb-89cf-488c-805a-c8821d6c6efe",
  "published": "2023-09-24T13:06:29-07:00",
  "to": [
    "as:Public"
  ],
  "url": "https://fed.brid.gy/r/https://snarfed.org/2023-09-24_51013"
}
1 Like

I like the web view of it though (simply open the URL in your browser).

1 Like

I’m writing something and I’m quite amused by

{
   "@context": "https://www.w3.org/ns/activitystreams",
   "id": "https://my.example/like",
   "actor": "https://my.example/helge",
   "type": "Like",
   "object": "https://remote.example/object",
   "published": "2024-01-08T18:56:38Z",
   "summaryMap": {
       "en": "Helge likes this",
       "de": "Helge mag dies",
       "fr": "Helge aime ceci",
       "es": "A Helge le gusta"
    }
}

Not sure how to actually do something like this, but internationalization for automated generated text, seems like a bad idea in this form.

"es": "A Helge le gusta"
1 Like