summaryrefslogtreecommitdiffstats
path: root/matterclient/channels.go
Commit message (Collapse)AuthorAgeFilesLines
* Use mattermost v5 module (#1192)Wim2020-08-101-2/+2
|
* Make getChannelIdTeam behave like GetChannelId for groups (mattermost) (#873)David Buckley2019-09-071-14/+13
| | | | | | 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.
* Linter fixesDuco van Amstel2019-05-271-7/+11
|
* Update channels of all teams (mattermost)Wim2019-05-021-9/+24
|
* Send user_added and removed event through message channel (mattermost)Wim2019-04-021-4/+2
|
* Return channelId for other channeltypes too (mattermost)Wim2019-04-011-1/+4
|
* Make all loggers derive from non-default instance (#728)Wim2019-02-231-7/+6
|
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-261-2/+2
|
* Refactor matterclient (#613)Wim2018-11-291-0/+208
* Split up in different files * Decrease complexity