notifications: update certificate path

Change-Id: If099b999679cbe3c2c45cf9d07560f2d3e9266be
diff --git a/Ring/jamiNotificationExtension/NotificationService.swift b/Ring/jamiNotificationExtension/NotificationService.swift
index 917810e..3334861 100644
--- a/Ring/jamiNotificationExtension/NotificationService.swift
+++ b/Ring/jamiNotificationExtension/NotificationService.swift
@@ -113,7 +113,7 @@
                         self.verifyTasksStatus()
                         return
                     }
-                    let result = self.adapterService.decrypt(keyPath: keyPath.path, messagesPath: treatedMessages.path, value: map)
+                    let result = self.adapterService.decrypt(keyPath: keyPath.path, accountId: self.accountId, messagesPath: treatedMessages.path, value: map)
                     let handleCall: (String, String) -> Void = { [weak self] (peerId, hasVideo) in
                         guard let self = self else {
                             return