Home
last modified time | relevance | path

Searched refs:ChannelMentions (Results 1 – 18 of 18) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dcommand_args_test.go27 ChannelMentions: map[string]string{"channel": "1"},
32 ChannelMentions: map[string]string{"channel": "1"},
71 ChannelMentions: map[string]string{"one": "1"},
80 ChannelMentions: map[string]string{"one": "1"},
86 ChannelMentions: map[string]string{"one": "1"},
90 ChannelMentions: map[string]string{"one": "1"},
97 ChannelMentions: map[string]string{"one": "1", "two": "2", "three": "3"},
H A Dcommand_args.go21 ChannelMentions ChannelMentionMap `json:"-"` member
40 if o.ChannelMentions == nil {
41 o.ChannelMentions = make(ChannelMentionMap)
44 o.ChannelMentions[channelName] = channelId
H A Dchannel_mentions.go13 func ChannelMentions(message string) []string { func
H A Dpost.go504 func (o *Post) ChannelMentions() []string { func
505 return ChannelMentions(o.Message)
H A Dpost_test.go106 assert.Equal(t, []string{"a", "b", "c", "d"}, post.ChannelMentions())
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dcommand_args.go21 ChannelMentions ChannelMentionMap `json:"-"` member
40 if o.ChannelMentions == nil {
41 o.ChannelMentions = make(ChannelMentionMap)
44 o.ChannelMentions[channelName] = channelId
H A Dchannel_mentions.go13 func ChannelMentions(message string) []string { func
H A Dpost.go504 func (o *Post) ChannelMentions() []string { func
505 return ChannelMentions(o.Message)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dcommand_args.go24 ChannelMentions ChannelMentionMap `json:"-"` member
54 if o.ChannelMentions == nil {
55 o.ChannelMentions = make(ChannelMentionMap)
58 o.ChannelMentions[channelName] = channelId
H A Dchannel_mentions.go13 func ChannelMentions(message string) []string { func
H A Dpost.go510 func (o *Post) ChannelMentions() []string { func
511 return ChannelMentions(o.Message)
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dcommand_args.go24 ChannelMentions ChannelMentionMap `json:"-"` member
54 if o.ChannelMentions == nil {
55 o.ChannelMentions = make(ChannelMentionMap)
58 o.ChannelMentions[channelName] = channelId
H A Dchannel_mentions.go13 func ChannelMentions(message string) []string { func
H A Dpost.go563 func (o *Post) ChannelMentions() []string { func
564 return ChannelMentions(o.Message)
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dnotification_email.go334 channelNames := model.ChannelMentions(postMessage)
H A Dcommand.go311 channelMentions := model.ChannelMentions(message)
H A Dpost.go399 channelMentions := post.ChannelMentions()
H A Dchannel.go3226 channelMentions[channel] = model.ChannelMentions(channel.Header)