mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 00:34:54 +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)
|
||||
= "id" .= ObjURI authority id_
|
||||
<> "type" .= ("Commit" :: Text)
|
||||
<> "context " .= ObjURI authority repo
|
||||
<> "context" .= ObjURI authority repo
|
||||
<> "attributedTo" .=+ author
|
||||
<> "committedBy" .=+? committer
|
||||
<> "name" .= title
|
||||
|
|
Loading…
Reference in a new issue