Skip to content

Commit

Permalink
Merge pull request #68 from randy5235/Add-Arrive.yml
Browse files Browse the repository at this point in the history
#65: add Arrive to vocab
  • Loading branch information
dahlia authored Jun 17, 2024
2 parents c98828a + cb26a72 commit 68ec66b
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 236 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ To be released.
- The `Context.sendActivity()` method's first parameter now accepts
`SenderKeyPair[]` as well.

- Added `Arrive` class to Activity Vocabulary API.
[[#65], [#68] by Randy Wressell]

- Added `Question` class to Activity Vocabulary API.

- Added `context` option to `Object.toJsonLd()` method. This applies to
Expand Down Expand Up @@ -140,6 +143,8 @@ To be released.

[#54]: https://github.com/dahlia/fedify/issues/54
[#55]: https://github.com/dahlia/fedify/issues/55
[#65]: https://github.com/dahlia/fedify/issues/65
[#68]: https://github.com/dahlia/fedify/pull/68
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
[x-forwarded-fetch]: https://github.com/dahlia/x-forwarded-fetch
Expand Down
1 change: 1 addition & 0 deletions FEDERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ lists the activity types that Fedify provides:
- [`Accept`](https://jsr.io/@fedify/fedify/doc/vocab/~/Accept)
- [`Add`](https://jsr.io/@fedify/fedify/doc/vocab/~/Add)
- [`Announce`](https://jsr.io/@fedify/fedify/doc/vocab/~/Announce)
- [`Arrive`](https://jsr.io/@fedify/fedify/doc/vocab/~/Arrive)
- [`Block`](https://jsr.io/@fedify/fedify/doc/vocab/~/Block)
- [`Create`](https://jsr.io/@fedify/fedify/doc/vocab/~/Create)
- [`Delete`](https://jsr.io/@fedify/fedify/doc/vocab/~/Delete)
Expand Down
Loading

0 comments on commit 68ec66b

Please sign in to comment.