Skip to content

Commit

Permalink
Merge pull request #80 from randy5235/addInvite
Browse files Browse the repository at this point in the history
Add more missing vocab items
  • Loading branch information
dahlia committed Jun 28, 2024
2 parents 3d6cea3 + 1fd0270 commit 4a46b61
Show file tree
Hide file tree
Showing 8 changed files with 1,513 additions and 76 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ To be released.
- The default `rules` for `kvCache()` function are now 5 minutes for all
URLs.

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

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

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

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

- Added `Offer` class to Activity Vocabulary API.
[[#65], [#76] by Lee Dogeon]

Expand Down
4 changes: 4 additions & 0 deletions FEDERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ lists the activity types that Fedify provides:
- [`Flag`](https://jsr.io/@fedify/fedify/doc/vocab/~/Flag)
- [`Follow`](https://jsr.io/@fedify/fedify/doc/vocab/~/Follow)
- [`Ignore`](https://jsr.io/@fedify/fedify/doc/vocab/~/Ignore)
- [`Invite`](https://jsr.io/@fedify/fedify/doc/vocab/~/Invite)
- [`Join`](https://jsr.io/@fedify/fedify/doc/vocab/~/Join)
- [`Leave`](https://jsr.io/@fedify/fedify/doc/vocab/~/Leave)
- [`Like`](https://jsr.io/@fedify/fedify/doc/vocab/~/Like)
- [`Listen`](https://jsr.io/@fedify/fedify/doc/vocab/~/Listen)
- [`Offer`](https://jsr.io/@fedify/fedify/doc/vocab/~/Offer)
- [`Question`](https://jsr.io/@fedify/fedify/doc/vocab/~/Question)
- [`Reject`](https://jsr.io/@fedify/fedify/doc/vocab/~/Reject)
Expand Down
1,047 changes: 971 additions & 76 deletions codegen/__snapshots__/class.test.ts.snap

Large diffs are not rendered by default.

Loading

0 comments on commit 4a46b61

Please sign in to comment.