ActivityPub / Transmogrifier: Correctly store incoming Update id.
This commit is contained in:
parent
e51c20f28a
commit
4b8524f392
4 changed files with 9 additions and 4 deletions
|
|
@ -546,6 +546,8 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
|
|||
|
||||
{:ok, %Activity{data: data, local: false}} = Transmogrifier.handle_incoming(update_data)
|
||||
|
||||
assert data["id"] == update_data["id"]
|
||||
|
||||
user = User.get_cached_by_ap_id(data["actor"])
|
||||
assert user.name == "gargle"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue