42wim / matterircd

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

Reduce UpdateChannelsTeam() calls #493

Closed hloeung closed 1 year ago

hloeung commented 1 year ago

We only need to call this for when channels and user changes. This fixes #492.

hloeung commented 1 year ago

If we update channels cache on user removal, we get this:

ERRO[2022-11-06T07:42:18Z] didn't find channel uw577mmmgfbtjg9i6bz9wk97or (#matterircd): channel not found  module=matterircd

Removing it seems to silence this so I'm going with that.

42wim commented 1 year ago

LGTM 👍