omi icon indicating copy to clipboard operation
omi copied to clipboard

Conversation doesn't appear if I don't refresh the home page

Open kodjima33 opened this issue 1 year ago • 6 comments

Problem: Conversation doesn't appear if I don't refresh the home page.

Cause ? The current conversations discard filter is happened on the local not remote.

Solution: Use the remote discard filter - via api - for the conversations pages.

Implementation:

  1. backend GET /memories, add support ?discard=true/false ~ including discarded conversations or not, default true 2.backend GET memories/search, add support ?discard=true/false ~ including discarded conversations or not, default true
  2. app add the param discard whenever requesting to 1,2

Image

kodjima33 avatar Jan 07 '25 02:01 kodjima33

solution: use the remote filter, via api, instead of local filter for the discard filter.

beastoin avatar Jan 14 '25 03:01 beastoin

hey bro, fixed in +209. pls try it and lmk.

moved the discarded convos filtering logic to backend. no more akward behavior on the app.

@kodjima33

beastoin avatar Jan 14 '25 13:01 beastoin

need to revert, looks ugly (because too high vertically)

kodjima33 avatar Jan 21 '25 03:01 kodjima33

#1718 reverted

beastoin avatar Jan 21 '25 03:01 beastoin

I JUST HAD TO REFRESH AGAIN TO SEE CONVERSATION. IT WASN"T ADDED AUTOMATICALLY. SHOULD BE SEEN AUTOMATICALLY

kodjima33 avatar Feb 18 '25 03:02 kodjima33

the socket connection drop is the reason why the new conversation is not appear automatically sometime.

solution ?

more solid(and, optimal) way to pull the conversation / or, tightly wire the back-end.

on it.

beastoin avatar Feb 23 '25 02:02 beastoin