|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
// Created by Michael Kirk on 11/3/16.
|
|
|
|
|
// Copyright © 2016 Open Whisper Systems. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import "OWSEndSessionMessage.h"
|
|
|
|
|
#import "OWSSignalServiceProtos.pb.h"
|
|
|
|
@ -8,11 +9,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
|
|
@implementation OWSEndSessionMessage
|
|
|
|
|
|
|
|
|
|
- (void)saveWithTransaction:(YapDatabaseReadWriteTransaction *)transaction
|
|
|
|
|
- (BOOL)shouldBeSaved
|
|
|
|
|
{
|
|
|
|
|
// override superclass with no-op.
|
|
|
|
|
//
|
|
|
|
|
// There's no need to save this message, since it's not displayed to the user.
|
|
|
|
|
return NO;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
- (OWSSignalServiceProtosDataMessageBuilder *)dataMessageBuilder
|
|
|
|
|