MM-14532 Send "clear" notification to every other session (#10459)

Этот коммит содержится в:
Elias Nahum
2019-03-18 11:34:34 -03:00
коммит произвёл Jesús Espino
родитель 078e678a34
Коммит 4cc75fc062
13 изменённых файлов: 51 добавлений и 48 удалений

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

@@ -271,7 +271,7 @@ func TestPopulateSyncablesSince(t *testing.T) {
}
// Ensure members are in channel
_, err = th.App.AddChannelMember(scientist1.Id, experimentsChannel, "", "", false)
_, err = th.App.AddChannelMember(scientist1.Id, experimentsChannel, "", "", "")
if err != nil {
t.Errorf("unable to add user to channel: %s", err.Error())
}
@@ -281,7 +281,7 @@ func TestPopulateSyncablesSince(t *testing.T) {
if err != nil {
t.Errorf("unable to add user to team: %s", err.Error())
}
_, err = th.App.AddChannelMember(singer1.Id, experimentsChannel, "", "", false)
_, err = th.App.AddChannelMember(singer1.Id, experimentsChannel, "", "", "")
if err != nil {
t.Errorf("unable to add user to channel: %s", err.Error())
}