ActivityPub / Transmogrifier: Correctly store incoming Update id.
This commit is contained in:
parent
4168ead672
commit
4d85e07e9e
4 changed files with 9 additions and 4 deletions
|
|
@ -516,6 +516,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