Merge branch 'master' into mark-as-unread
Этот коммит содержится в:
@@ -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,
|
||||
|
||||
Ссылка в новой задаче
Block a user