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
From what I can see, you're creating a new instance, adding it to the cache, and returning it. At no point are you actually reading from the cache and returning that data. On new message creation, if that message ID exists in this queue, it's not being fetched, nor utilized.
We currently cache messages in
client
https://github.com/Manishearth/ChatExchange/blob/master/chatexchange/client.py#L71However, these are not updated on edits, and it's cached indefinitely. We should have:
The text was updated successfully, but these errors were encountered: