CR: add assert

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent d6b3e191d1
commit ae2ddb25cc

@ -15,6 +15,8 @@ NS_ASSUME_NONNULL_BEGIN
image:(nullable UIImage *)image
groupId:(NSData *)groupId
{
OWSAssert(memberIds);
_groupName = title;
_groupMemberIds = [memberIds copy];
_groupImage = image; // image is stored in DB

Loading…
Cancel
Save