mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(federation): 🐛 Correctly validate outbound Collections
This commit is contained in:
parent
42e198ca0e
commit
334c429bfa
4 changed files with 7 additions and 10 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import type { Hono } from "@hono/hono";
|
||||
import type { RouterRoute } from "@hono/hono/types";
|
||||
import type {
|
||||
Collection,
|
||||
Delete,
|
||||
Follow,
|
||||
FollowAccept,
|
||||
|
|
@ -61,4 +62,5 @@ export type KnownEntity =
|
|||
| FollowReject
|
||||
| Unfollow
|
||||
| Delete
|
||||
| LikeExtension;
|
||||
| LikeExtension
|
||||
| Collection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue