mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 23:54:51 +09:00
Fix typo in context property name for Commit objects
This commit is contained in:
parent
59ce05694e
commit
16cde4b4c2
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ instance ActivityPub Commit where
|
||||||
(Commit id_ repo author committer title hash mdesc written mcommitted)
|
(Commit id_ repo author committer title hash mdesc written mcommitted)
|
||||||
= "id" .= ObjURI authority id_
|
= "id" .= ObjURI authority id_
|
||||||
<> "type" .= ("Commit" :: Text)
|
<> "type" .= ("Commit" :: Text)
|
||||||
<> "context " .= ObjURI authority repo
|
<> "context" .= ObjURI authority repo
|
||||||
<> "attributedTo" .=+ author
|
<> "attributedTo" .=+ author
|
||||||
<> "committedBy" .=+? committer
|
<> "committedBy" .=+? committer
|
||||||
<> "name" .= title
|
<> "name" .= title
|
||||||
|
|
Loading…
Reference in a new issue