Skip to content

Commit

Permalink
6.4.8-rc1 (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu authored Dec 17, 2024
2 parents f691fcd + 1afa0dd commit 96735a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/MLOMEMO.m
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ -(void) processOMEMOKeys:(MLXMLNode*) item forJid:(NSString*) jid andRid:(NSNumb
uint32_t deviceId = (uint32_t)rid.unsignedIntValue;
SignalAddress* address = [[SignalAddress alloc] initWithName:jid deviceId:deviceId];
SignalSessionBuilder* builder = [[SignalSessionBuilder alloc] initWithAddress:address context:self.signalContext];
NSArray<NSNumber*>* preKeyIds = [bundle find:@"prekeys/preKeyPublic@preKeyId|uint"];
NSMutableArray<NSNumber*>* preKeyIds = [[bundle find:@"prekeys/preKeyPublic@preKeyId|uint"] mutableCopy];

if(preKeyIds == nil || preKeyIds.count == 0)
{
Expand Down

0 comments on commit 96735a4

Please sign in to comment.