Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.17 KB | None | 0 0
  1. %Pleroma.Activity{
  2.   __meta__: #Ecto.Schema.Metadata<:loaded, "activities">,
  3.   actor: "https://wedistribute.org/wp-json/pterotype/v1/actor/-blog",
  4.   bookmark: #Ecto.Association.NotLoaded<association :bookmark is not loaded>,
  5.   data: %{
  6.     "actor" => "https://wedistribute.org/wp-json/pterotype/v1/actor/-blog",
  7.     "cc" => [],
  8.     "context" => "https://edolas.world/contexts/ce581550-f21a-400c-a963-b83573a95de3",
  9.     "context_id" => 4446,
  10.     "id" => "http://0.0.0.0:4000/activities/17e582b0-bfa4-48b1-b426-114a36401f63",
  11.     "object" => "https://wedistribute.org/wp-json/pterotype/v1/object/85810",
  12.     "published" => "2019-07-09T04:53:18.464924Z",
  13.     "to" => ["https://wedistribute.org/wp-json/pterotype/v1/actor/-blog/followers",
  14.      "https://wedistribute.org/wp-json/pterotype/v1/actor/-blog",
  15.      "https://www.w3.org/ns/activitystreams#Public"],
  16.     "type" => "Create"
  17.   },
  18.   id: "9kudb3yb5weNUgBefg",
  19.   inserted_at: ~N[2019-07-16 16:16:40],
  20.   local: false,
  21.   notifications: #Ecto.Association.NotLoaded<association :notifications is not loaded>,
  22.   object: %Pleroma.Object{
  23.     __meta__: #Ecto.Schema.Metadata<:loaded, "objects">,
  24.     data: %{
  25.       "actor" => "https://wedistribute.org/wp-json/pterotype/v1/actor/-blog",
  26.       "attachment" => [],
  27.       "cc" => [],
  28.       "content" => "<!-- wp:paragraph {\"dropCap\":true} --><p class=\"has-drop-cap\">The days of OStatus are numbered. The venerable protocol has served as a glue between many different types of servers since the early days of the Fediverse, connecting StatusNet (now GNU Social) to Friendica, Hubzilla, Mastodon, and Pleroma.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Now that many fediverse platforms support ActivityPub as a successor protocol, Mastodon appears to be drawing a line in the sand. In <a href=\"https://www.patreon.com/posts/mastodon-2-9-and-28121681\">a Patreon update</a>, Eugen Rochko writes:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><p>...OStatus...has overstayed its welcome in the code...and now that most of the network uses ActivityPub, it's time for it to go. </p><cite>Eugen Rochko, Mastodon creator</cite></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>The <a href=\"https://github.com/tootsuite/mastodon/pull/11205\">pull request</a> to remove Pubsubhubbub and Salmon, two of the main components of OStatus, has already been merged into Mastodon's master branch.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Some projects will be left in the dark as a side effect of this. GNU Social and PostActiv, for example, both only communicate using OStatus. While <a href=\"https://mastodon.social/@dansup/102076573310057902\">some discussion</a> exists regarding adopting ActivityPub for GNU Social, and <a href=\"https://notabug.org/diogo/gnu-social/src/activitypub/plugins/ActivityPub\">a plugin is in development</a>, it hasn't been formally adopted yet. We just hope that the <a href=\"https://status.fsf.org/main/public\">Free Software Foundation's instance</a> gets updated in time!</p><!-- /wp:paragraph -->",
  29.       "context" => "https://edolas.world/contexts/ce581550-f21a-400c-a963-b83573a95de3",
  30.       "context_id" => 4446,
  31.       "emoji" => %{},
  32.       "external_url" => nil,
  33.       "id" => "https://wedistribute.org/wp-json/pterotype/v1/object/85810",
  34.       "published" => "2019-07-09T04:53:18.464924Z",
  35.       "sensitive" => false,
  36.       "summary" => "One of the largest platforms in the federated social web is dropping the protocol that it started with.",
  37.       "tag" => [],
  38.       "to" => ["https://wedistribute.org/wp-json/pterotype/v1/actor/-blog/followers",
  39.        "https://wedistribute.org/wp-json/pterotype/v1/actor/-blog/followers",
  40.        "https://wedistribute.org/wp-json/pterotype/v1/actor/-blog",
  41.        "https://www.w3.org/ns/activitystreams#Public"],
  42.       "type" => "Note"
  43.     },
  44.     id: 4447,
  45.     inserted_at: ~N[2019-07-16 16:16:40],
  46.     updated_at: ~N[2019-07-16 16:16:40]
  47.   },
  48.   recipients: ["https://wedistribute.org/wp-json/pterotype/v1/actor/-blog/followers",
  49.    "https://wedistribute.org/wp-json/pterotype/v1/actor/-blog",
  50.    "https://www.w3.org/ns/activitystreams#Public"],
  51.   thread_muted?: nil,
  52.   updated_at: ~N[2019-07-16 16:16:40]
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement