Skip to content

Commit

Permalink
Merge pull request #678 from matrix-org/riot_2526
Browse files Browse the repository at this point in the history
Crypto: Device Verification: Name for πŸ”’ is "Lock"
  • Loading branch information
manuroe authored Jun 24, 2019
2 parents 3f73930 + fd89c8a commit c09ac9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Improvements:

Bug Fix:
* MXMediaLoader: Disable trusting the built-in anchors certificates when the certificate pinning is enabled.
* Crypto: Device Verification: Name for πŸ”’ is "Lock" (vector-im/riot-ios/issues/2526).

API break:
* MXEvent: unsignedData is now of type MXEventUnsignedData.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ + (void)initializeSasEmojis
[[MXEmojiRepresentation alloc] initWithEmoji:@"✏️" andName:@"pencil"], // 43
[[MXEmojiRepresentation alloc] initWithEmoji:@"πŸ“Ž" andName:@"paperclip"], // 44
[[MXEmojiRepresentation alloc] initWithEmoji:@"βœ‚οΈ" andName:@"scissors"], // 45
[[MXEmojiRepresentation alloc] initWithEmoji:@"πŸ”’" andName:@"padlock"], // 46
[[MXEmojiRepresentation alloc] initWithEmoji:@"πŸ”’" andName:@"lock"], // 46
[[MXEmojiRepresentation alloc] initWithEmoji:@"πŸ”‘" andName:@"key"], // 47
[[MXEmojiRepresentation alloc] initWithEmoji:@"πŸ”¨" andName:@"hammer"], // 48
[[MXEmojiRepresentation alloc] initWithEmoji:@"☎️" andName:@"telephone"], // 49
Expand Down

0 comments on commit c09ac9f

Please sign in to comment.