Fix build warnings in fake profile manager.

pull/1/head
Matthew Chen 7 years ago
parent b14006e08e
commit c4274d63c8

@ -1,5 +1,5 @@
// //
// Copyright (c) 2018 Open Whisper Systems. All rights reserved. // Copyright (c) 2019 Open Whisper Systems. All rights reserved.
// //
#import "OWSFakeProfileManager.h" #import "OWSFakeProfileManager.h"
@ -80,6 +80,16 @@ NS_ASSUME_NONNULL_BEGIN
[self.threadWhitelist addObject:groupId.hexadecimalString]; [self.threadWhitelist addObject:groupId.hexadecimalString];
} }
- (void)fetchLocalUsersProfile
{
// Do nothing.
}
- (void)fetchProfileForRecipientId:(nonnull NSString *)recipientId
{
// Do nothing.
}
@end @end
#endif #endif

Loading…
Cancel
Save