Merge branch 'master' into mark-as-unread

Этот коммит содержится в:
Harrison Healey
2019-11-19 09:45:03 -05:00
родитель 2f066da704 c40f0a4aea
Коммит de913e7537
108 изменённых файлов: 11124 добавлений и 1190 удалений

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

@@ -1540,7 +1540,7 @@ func TestPostNotificationGetChannelName(t *testing.T) {
},
} {
t.Run(name, func(t *testing.T) {
notification := &postNotification{
notification := &PostNotification{
channel: testCase.channel,
sender: sender,
profileMap: profileMap,
@@ -1625,7 +1625,7 @@ func TestPostNotificationGetSenderName(t *testing.T) {
post = testCase.post
}
notification := &postNotification{
notification := &PostNotification{
channel: channel,
post: post,
sender: sender,