Skip to content

Commit f0db30b

Browse files
author
=
committed
removed pubkey in id from contact history
1 parent 68c6d4e commit f0db30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoadHistory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const sameContact = (
6969

7070
const getPetname = (a:['p', string, string, string]):string => {
7171
if (a[3] && a[3].length > 0) return `<mark>${a[3]}</mark>`;
72-
return `<mark id="history-petname-${a[1]}">${(a[1]).substring(0, 10)}...</mark>`;
72+
return `<mark>${(a[1]).substring(0, 10)}...</mark>`;
7373
};
7474

7575
export const generateContactsChanges = (

0 commit comments

Comments
 (0)