chore: specs for useInbox

This commit is contained in:
Fayaz Ahmed
2024-08-26 14:11:28 +05:30
parent 6577b40f90
commit b998101a4c
2 changed files with 154 additions and 0 deletions
@@ -37,6 +37,12 @@ export const INBOX_FEATURE_MAP = {
],
};
// useInbox(inboxId) {}
// useChatInbox {
// chat = getCurrentChat
// return useInbox(chat.inboxId)
// }
export function useInbox({ inboxObj, inboxId, chat, getCurrentChat }) {
const store = useStore();
const inbox = ref(null);