You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
app add the param discard whenever requesting to 1,2
The text was updated successfully, but these errors were encountered:
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:
backend
GET /memories, add support ?discard=true/false ~ including discarded conversations or not, default true2.
backend
GET memories/search, add support ?discard=true/false ~ including discarded conversations or not, default trueapp
add the paramdiscard
whenever requesting to 1,2The text was updated successfully, but these errors were encountered: