mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
Merge branch 'admin' of github.com:coralproject/talk into admin
* 'admin' of github.com:coralproject/talk: (23 commits) [next] SSO Refactor (#1912) Upgrade rte (#1906) review: fixes Simplify getLevelClassName Refactor indent level className Remove unused line Give last level a display name More comments More comments Add some comments More tests Implement local reply list for last threading level fix: test fixes fix: test patches fix: fixed issues with sorting fix: addressed cursor issue fix: removed dead code comment fix: updated comment feat: prime current user in user cache feat: added root parent edge ...
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
declare module "graphql-fields" {
|
||||
import { GraphQLResolveInfo } from "graphql";
|
||||
|
||||
export default function graphqlFields<T>(
|
||||
info: GraphQLResolveInfo
|
||||
): { [P in keyof T]: any };
|
||||
}
|
||||
Vendored
+1
-1
@@ -15,5 +15,5 @@ declare module "jsonwebtoken" {
|
||||
secretOrPublicKey: string | Buffer | KeyFunction,
|
||||
options?: VerifyOptions,
|
||||
callback?: VerifyCallback
|
||||
): void;
|
||||
): object | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user