HTML tags¶
Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/EEHGvu9MN3s",
"published": "2025-06-16T09:21:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/ojECSGd4g18",
"published": "2025-06-16T09:21:18Z",
"content": "<b>bold</b>"
}
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/SjaqKuQaBRc",
"published": "2025-06-16T09:21:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/T_7TwKto_xI",
"published": "2025-06-16T09:21:29Z",
"content": "<strong>strong</strong>"
}
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/Z-3bkvKKZSU",
"published": "2025-06-16T09:21:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/46kJo8gqyfw",
"published": "2025-06-16T09:21:40Z",
"content": "<i>italic</i>"
}
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/qAZLOcA5XnQ",
"published": "2025-06-16T09:21:51Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/PGwBp1wMJfg",
"published": "2025-06-16T09:21:51Z",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
}
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/VxojrbTlZk4",
"published": "2025-06-16T09:22:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/PQUpRZ_-14A",
"published": "2025-06-16T09:22:01Z",
"content": "<em>emphasis</em>"
}
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/qyOOp77hxrw",
"published": "2025-06-16T09:22:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/KTUb1dg7UoQ",
"published": "2025-06-16T09:22:12Z",
"content": "<del>old</del><ins>new</ins>"
}
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/hfXfeh3EdMU",
"published": "2025-06-16T09:22:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/c9GgC6l45D4",
"published": "2025-06-16T09:22:23Z",
"content": "<s>stricken</s>"
}
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/ysICZXoPPXw",
"published": "2025-06-16T09:22:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/fKzzfiBVZB8",
"published": "2025-06-16T09:22:33Z",
"content": "<mark>mark</mark>"
}
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/bOLabzfr9YQ",
"published": "2025-06-16T09:22:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/drps6epCwrk",
"published": "2025-06-16T09:22:44Z",
"content": "find <var>x</var> (a variable)"
}
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/HXmDOl-gSD0",
"published": "2025-06-16T09:22:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/m9Aw_hq0kc4",
"published": "2025-06-16T09:22:55Z",
"content": "<ol><li>ordered</li></ol>"
}
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/ZYsgV8byMPA",
"published": "2025-06-16T09:23:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/t2Tm2qKkya4",
"published": "2025-06-16T09:23:06Z",
"content": "<ul><li>unordered</li></ul>"
}
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/If76SZx4TEE",
"published": "2025-06-16T09:23:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/oHgQh_2RZ-w",
"published": "2025-06-16T09:23:16Z",
"content": "<h1>h1</h1>"
}
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/NC_x_XwaAlI",
"published": "2025-06-16T09:23:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/LuVcjKe3iXM",
"published": "2025-06-16T09:23:27Z",
"content": "<h2>h2</h2>"
}
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/t7MtCHeSkgQ",
"published": "2025-06-16T09:23:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/jUqfkA7Bhzg",
"published": "2025-06-16T09:23:38Z",
"content": "<h3>h3</h3>"
}
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/KpCcLyJulkk",
"published": "2025-06-16T09:23:49Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/La9v_72wL4Q",
"published": "2025-06-16T09:23:49Z",
"content": "<h4>h4</h4>"
}
}
Example 16¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/9w9UndRxwuc",
"published": "2025-06-16T09:24:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/pbmP4JW-zbY",
"published": "2025-06-16T09:24:00Z",
"content": "<h5>h5</h5>"
}
}
Example 17¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/m_lfy4L0J98",
"published": "2025-06-16T09:24:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/0o1TtTdqGrM",
"published": "2025-06-16T09:24:10Z",
"content": "<h1>h1</h1><h2>h2</h2>"
}
}
Example 18¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/T5_VTfeySTM",
"published": "2025-06-16T09:24:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/cZwA-z2mg-8",
"published": "2025-06-16T09:24:21Z",
"content": "<code>code</code>"
}
}
Example 19¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/UKeu4EMJvmk",
"published": "2025-06-16T09:24:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/pwnVcUGhK1Q",
"published": "2025-06-16T09:24:32Z",
"content": "<pre>pre</pre>"
}
}
Example 20¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/r1a6wKdsq-Q",
"published": "2025-06-16T09:24:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/WFsELiE6T04",
"published": "2025-06-16T09:24:43Z",
"content": "<blockquote>blockquote</blockquote>"
}
}
Example 21¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/eGQeDO0LXAw",
"published": "2025-06-16T09:24:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/-Zn3KXpAjWk",
"published": "2025-06-16T09:24:53Z",
"content": "line<br/>break"
}
}
Example 22¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/B_vy0_fNUdU",
"published": "2025-06-16T09:25:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/lZxbSTyTwbM",
"published": "2025-06-16T09:25:04Z",
"content": "<p>paragraph</p>"
}
}
Example 23¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/ALojTJsQA00",
"published": "2025-06-16T09:25:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/mOMDWs0XdLo",
"published": "2025-06-16T09:25:15Z",
"content": "<small>small</small>"
}
}
Example 24¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/CTWduSyO3SA",
"published": "2025-06-16T09:25:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/bHuYbFevPAs",
"published": "2025-06-16T09:25:26Z",
"content": "<sup>sup</sup>"
}
}
Example 25¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/whM04vFBQes",
"published": "2025-06-16T09:25:36Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/8dKgKP8z1Dc",
"published": "2025-06-16T09:25:36Z",
"content": "<sub>sub</sub>"
}
}
Example 26¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/Z6fZVilwlCU",
"published": "2025-06-16T09:25:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/1vMYtmRZ8Zg",
"published": "2025-06-16T09:25:47Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
Example 27¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/JRjPGetJABQ",
"published": "2025-06-16T09:25:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/9LTb7Qza0lo",
"published": "2025-06-16T09:25:58Z",
"content": "<script>alert('hi');</script>"
}
}
Example 28¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/fc6GWxsbBOk",
"published": "2025-06-16T09:26:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/CqlvVwExcbE",
"published": "2025-06-16T09:26:09Z",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
Example 29¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/CH3T0_inPcg",
"published": "2025-06-16T09:26:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/X6NirZfwEuI",
"published": "2025-06-16T09:26:19Z",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
}
}
Example 30¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/2Zz_UrNzTpA",
"published": "2025-06-16T09:26:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a92fy09mup5x0003"
],
"id": "http://pasture-one-actor/actor/UXY40kQGxbU",
"published": "2025-06-16T09:26:30Z",
"content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
}
}