5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 16:59:34 +00:00
matterbridge/matterclient
David Buckley 1dc93ec4f0 Make getChannelIdTeam behave like GetChannelId for groups (mattermost) (#873)
GetChannelId will support names generated from query groups when a team is not set,
but not when a team is set since it falls through to getChannelIdTeam which has a different inner loop. i
This pull makes the two implementations do the same thing.
2019-09-07 21:39:44 +02:00
..
channels.go Make getChannelIdTeam behave like GetChannelId for groups (mattermost) (#873) 2019-09-07 21:39:44 +02:00
helpers.go Add an option to skip the Mattermost server version check (#849) 2019-06-16 16:23:50 +02:00
matterclient.go Add an option to skip the Mattermost server version check (#849) 2019-06-16 16:23:50 +02:00
messages.go Add Id to EditMessage (mattermost). Fixes #802 2019-04-19 22:59:04 +02:00
users.go Use paging in initUser and UpdateUsers (mattermost) 2019-04-20 23:06:06 +02:00