1
0
Fork 0
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:
fr33domlover 2019-10-10 16:48:57 +00:00
parent 59ce05694e
commit 16cde4b4c2

View file

@ -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