From ae81bfb61069da91497c1aef5d060a80e54dd298 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Sun, 8 Nov 2020 13:15:13 +1100 Subject: [PATCH] Clean --- SessionMessagingKit/Jobs/MessageReceiveJob.swift | 3 --- SessionMessagingKit/Jobs/MessageSendJob.swift | 2 -- SessionMessagingKit/Jobs/NotifyPNServerJob.swift | 2 -- 3 files changed, 7 deletions(-) diff --git a/SessionMessagingKit/Jobs/MessageReceiveJob.swift b/SessionMessagingKit/Jobs/MessageReceiveJob.swift index 981c8d9a4..af0e37ed1 100644 --- a/SessionMessagingKit/Jobs/MessageReceiveJob.swift +++ b/SessionMessagingKit/Jobs/MessageReceiveJob.swift @@ -1,8 +1,5 @@ import SessionUtilities -// TODO: Result handling -// TODO: Retrying - public final class MessageReceiveJob : NSObject, Job, NSCoding { // NSObject/NSCoding conformance is needed for YapDatabase compatibility public var delegate: JobDelegate? private let data: Data diff --git a/SessionMessagingKit/Jobs/MessageSendJob.swift b/SessionMessagingKit/Jobs/MessageSendJob.swift index ac2d15743..43dade570 100644 --- a/SessionMessagingKit/Jobs/MessageSendJob.swift +++ b/SessionMessagingKit/Jobs/MessageSendJob.swift @@ -1,8 +1,6 @@ import SessionUtilities // TODO: Destination encoding & decoding -// TODO: Result handling -// TODO: Retrying public final class MessageSendJob : NSObject, Job, NSCoding { // NSObject/NSCoding conformance is needed for YapDatabase compatibility public var delegate: JobDelegate? diff --git a/SessionMessagingKit/Jobs/NotifyPNServerJob.swift b/SessionMessagingKit/Jobs/NotifyPNServerJob.swift index b03c18a06..587bfe7cf 100644 --- a/SessionMessagingKit/Jobs/NotifyPNServerJob.swift +++ b/SessionMessagingKit/Jobs/NotifyPNServerJob.swift @@ -3,8 +3,6 @@ import SessionSnodeKit import SessionUtilities // TODO: Implementation -// TODO: Result handling -// TODO: Retrying public final class NotifyPNServerJob : NSObject, Job, NSCoding { // NSObject/NSCoding conformance is needed for YapDatabase compatibility public var delegate: JobDelegate?