Home / @sym20/core-conversations / IReceivedJoinRequestStore / getJoinRequests

IReceivedJoinRequestStore.getJoinRequests() method

Get all join requests to conversations where the current user is an owner

Signature
getJoinRequests(): Promise<IReceivedJoinRequest[]>;

Returns

TypeDescription
Promise<IReceivedJoinRequest[]>

All join requests

Throws

Error