mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 02:12:40 +01:00
dfgjldfg
This commit is contained in:
parent
a40dfcfaef
commit
8cf33244b9
@ -1 +1,2 @@
|
||||
export * from "./Server";
|
||||
export * from "./util";
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { makeOrderedCollection } from "@spacebar/ap";
|
||||
import { route } from "@spacebar/api";
|
||||
import { Config, Member } from "@spacebar/util";
|
||||
import { makeOrderedCollection } from "activitypub/util/OrderedCollection";
|
||||
import { Router } from "express";
|
||||
|
||||
const router = Router();
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { makeOrderedCollection } from "@spacebar/ap";
|
||||
import { route } from "@spacebar/api";
|
||||
import { Config, Message, Snowflake } from "@spacebar/util";
|
||||
import { makeOrderedCollection } from "activitypub/util/OrderedCollection";
|
||||
import { Router } from "express";
|
||||
import { FindManyOptions, FindOperator, LessThan, MoreThan } from "typeorm";
|
||||
|
||||
|
1
src/activitypub/util/index.ts
Normal file
1
src/activitypub/util/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from "./OrderedCollection";
|
Loading…
Reference in New Issue
Block a user