|
@@ -11,8 +11,6 @@
|
|
|
@implementation NCPushNotification
|
|
|
|
|
|
NSString * const kNCPNAppKey = @"app";
|
|
|
-NSString * const kNCPNAppIdKey = @"spreed";
|
|
|
-NSString * const kNCPNAppIdKeyComments = @"comments";
|
|
|
NSString * const kNCPNTypeKey = @"type";
|
|
|
NSString * const kNCPNSubjectKey = @"subject";
|
|
|
NSString * const kNCPNIdKey = @"id";
|
|
@@ -21,11 +19,6 @@ NSString * const kNCPNTypeRoomKey = @"room";
|
|
|
NSString * const kNCPNTypeChatKey = @"chat";
|
|
|
NSString * const kNCPNTypeCommentKey = @"comment";
|
|
|
|
|
|
-NSString * const NCPushNotificationJoinChatNotification = @"NCPushNotificationJoinChatNotification";
|
|
|
-NSString * const NCPushNotificationJoinAudioCallAcceptedNotification = @"NCPushNotificationJoinAudioCallAcceptedNotification";
|
|
|
-NSString * const NCPushNotificationJoinVideoCallAcceptedNotification = @"NCPushNotificationJoinVideoCallAcceptedNotification";
|
|
|
-
|
|
|
-
|
|
|
+ (instancetype)pushNotificationFromDecryptedString:(NSString *)decryptedString
|
|
|
{
|
|
|
if (!decryptedString) {
|