Commit Graph

9 Commits (9c203327c07d8fd4161c47163f35dfea29ac83b1)

Author SHA1 Message Date
Wim 4e50fd8649
Use mattermost v5 module (#1192) 4 years ago
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.
5 years ago
Duco van Amstel 9619dff334
Linter fixes 5 years ago
Wim 1b2feb19e5 Update channels of all teams (mattermost) 5 years ago
Wim 17cc14a9d2 Send user_added and removed event through message channel (mattermost) 6 years ago
Wim 1f8016182c Return channelId for other channeltypes too (mattermost) 6 years ago
Wim bf21604d42
Make all loggers derive from non-default instance (#728) 6 years ago
Duco van Amstel da8e415ae1 Use logrus imports instead of log (#662) 6 years ago
Wim faeeee2948
Refactor matterclient (#613)
* Split up in different files
* Decrease complexity
6 years ago