5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 16:50:30 +00:00
matterbridge/bridge/slack
Wim 4ae028fe73 Optimize handling of very large slack teams. Fixes #695
Stop getting users if we reach 2000 users. Slack will rate-limit us
even if we follow their limits.
This means that we now have to lookup every user that says a message
for the first time. This should be less intensive on the API.

This also disables partly fb713ed91b for now.
ChannelMembers will not be filled.
2019-01-30 23:28:37 +01:00
..
handlers.go Optimize handling of very large slack teams. Fixes #695 2019-01-30 23:28:37 +01:00
helpers_test.go Sync channel topics between Slack bridges (#585) 2018-11-26 09:47:04 +00:00
helpers.go Optimize handling of very large slack teams. Fixes #695 2019-01-30 23:28:37 +01:00
legacy.go Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
slack.go Add initial support for getting ChannelMember info of all bridges (#678) 2019-01-18 18:35:31 +01:00