We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abb4e3 commit c56f331Copy full SHA for c56f331
MatrixSDKTests/MXCryptoShareTests.m
@@ -704,7 +704,7 @@ - (void)testSharedHistoryPreservedWhenForwardingKeys
704
[aliceSession1.crypto setDeviceVerification:MXDeviceVerified forDevice:aliceSession2.myDeviceId ofUser:aliceSession1.myUserId success:^{
705
[aliceSession2.crypto setDeviceVerification:MXDeviceVerified forDevice:aliceSession1.myDeviceId ofUser:aliceSession1.myUserId success:^{
706
707
- // Alice2 pagingates in the room to get the keys forwarded to her
+ // Alice2 paginates in the room to get the keys forwarded to her
708
MXRoom *roomFromAlice2POV = [aliceSession2 roomWithRoomId:roomId];
709
[roomFromAlice2POV liveTimeline:^(id<MXEventTimeline> liveTimeline) {
710
[liveTimeline resetPagination];
0 commit comments