From a5b2b10414c36c8561e2ff46070493ea602a8caa Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 22 Mar 2022 10:46:11 -0400 Subject: [PATCH] Update index.tsx --- packages/desktop/src/controller/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/desktop/src/controller/index.tsx b/packages/desktop/src/controller/index.tsx index 5f98b92..c98024e 100644 --- a/packages/desktop/src/controller/index.tsx +++ b/packages/desktop/src/controller/index.tsx @@ -201,6 +201,14 @@ export function useGetAllContactBasicDetails() { contactDet.isSpeaking = false; } }); + + // todo: go through all content and add in the socket messages + // find out which convos have new content for user + // sort and get rid of duplicate messages for the clip timeline + // set the latest link for the view component + + // sort the conversations according to this: + // live -> new messages -> speaking -> incoming requests } return reactQueryRes;