Searched refs:PostSystemMessagePrefix (Results 1 – 6 of 6) sorted by relevance
20 PostSystemMessagePrefix = "system_" const452 …return len(o.Type) >= len(PostSystemMessagePrefix) && o.Type[:len(PostSystemMessagePrefix)] == Pos…
63 if strings.HasPrefix(post.Type, model.PostSystemMessagePrefix) {
273 if strings.HasPrefix(post.Type, model.PostSystemMessagePrefix) {
43 if strings.HasPrefix(post.Type, model.PostSystemMessagePrefix) {
1839 post: &model.Post{Type: model.PostSystemMessagePrefix + "custom"},