summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanzei <16541325+hanzei@users.noreply.github.com>2018-10-17 23:43:15 +0200
committerJesse Hallam <jesse.hallam@gmail.com>2018-10-17 17:43:15 -0400
commitdb1123b8b28739ab78e46d8ec21f9aaa00ab520d (patch)
treecefdb349dab59679fecd7bffb76d8eb62bd0c5aa
parent77f3da1eaf5b7ca7d53fd324e3c669ed4f87003e (diff)
downloadchat-db1123b8b28739ab78e46d8ec21f9aaa00ab520d.tar.gz
chat-db1123b8b28739ab78e46d8ec21f9aaa00ab520d.tar.bz2
chat-db1123b8b28739ab78e46d8ec21f9aaa00ab520d.zip
Document minimum server version for SearchChannels (#9698)
-rw-r--r--plugin/api.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/api.go b/plugin/api.go
index 186e74e44..3e35811b8 100644
--- a/plugin/api.go
+++ b/plugin/api.go
@@ -154,6 +154,8 @@ type API interface {
UpdateChannel(channel *model.Channel) (*model.Channel, *model.AppError)
// SearchChannels returns the channels on a team matching the provided search term.
+ //
+ // Minimum server version: 5.6
SearchChannels(teamId string, term string) (*model.ChannelList, *model.AppError)
// AddChannelMember creates a channel membership for a user.