42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Retry on failure to get parent post #508

Closed hloeung closed 1 year ago

hloeung commented 1 year ago

Very rarely, we see matterircd failing to fetch the parent post for replies. Let's retry it once.

Ideally, we want to cache these so many subsequent posts/replies to a thread would not need additional requests to the MM server.

hloeung commented 1 year ago

Closing this in favor of https://github.com/42wim/matterircd/pull/513 which also includes this one.