MCPcopy Create free account
hub / github.com/CommE2E/comm / useJoinKeyserverThread

Function useJoinKeyserverThread

lib/hooks/thread-hooks.js:497–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

495 };
496
497function useJoinKeyserverThread(): ClientThreadJoinRequest => Promise<ThreadJoinPayload> {
498 return useKeyserverCall(joinThread);
499}
500
501export type UseJoinThreadInput = {
502 +rawThreadInfo: RawThreadInfo,

Callers 2

useJoinCommunityFunction · 0.90
useJoinThreadFunction · 0.85

Calls 1

useKeyserverCallFunction · 0.90

Tested by

no test coverage detected