[PLT-5170] Add join the channel system message for the person who created the channel (#7299)

* add join the channel system message for the person who created the channel

* update test
Этот коммит содержится в:
Saturnino Abril
2017-08-31 04:29:32 +08:00
коммит произвёл Joram Wilander
родитель bb2ca558bb
Коммит f34cd567a6
5 изменённых файлов: 46 добавлений и 12 удалений

Просмотреть файл

@@ -246,7 +246,7 @@ func TestGetTeamAnalyticsStandard(t *testing.T) {
t.Fatal()
}
if rows[2].Value != 6 {
if rows[2].Value != 9 {
t.Log(rows.ToJson())
t.Fatal()
}