Add ostatus conversation as context.
This commit is contained in:
parent
6c5f5e18ec
commit
b438ea24ee
3 changed files with 8 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ defmodule Pleroma.Web.OStatusTest do
|
|||
assert activity.data["type"] == "Create"
|
||||
assert activity.data["object"]["type"] == "Note"
|
||||
assert activity.data["published"] == "2017-04-23T14:51:03+00:00"
|
||||
assert activity.data["context"] == "tag:gs.example.org:4040,2017-04-23:objectType=thread:nonce=f09e22f58abd5c7b"
|
||||
end
|
||||
|
||||
describe "new remote user creation" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue