коммит произвёл
GitHub
родитель
b826421716
Коммит
f0e4794cda
@@ -290,7 +290,7 @@ func (a *App) UpdateMobileAppBadge(userID string) {
|
||||
}
|
||||
|
||||
func (s *Server) createPushNotificationsHub(c request.CTX) {
|
||||
buffer := *s.Config().EmailSettings.PushNotificationBuffer
|
||||
buffer := *s.platform.Config().EmailSettings.PushNotificationBuffer
|
||||
hub := PushNotificationsHub{
|
||||
notificationsChan: make(chan PushNotification, buffer),
|
||||
app: New(ServerConnector(s.Channels())),
|
||||
|
||||
Ссылка в новой задаче
Block a user