chore: cleanup chat links

This commit is contained in:
2024-08-27 14:11:23 +01:00
parent 2c58239e2c
commit 8f0b1d3f66
10 changed files with 23 additions and 133 deletions

View File

@ -74,9 +74,9 @@ const AvatarSection = ({
<IconButton
onClick={() =>
navigate(
`/messages/${encodeTLVEntries("chat4" as NostrPrefix, {
`/messages/${encodeTLVEntries(NostrPrefix.Chat17, {
type: TLVEntryType.Author,
length: 32,
length: 64,
value: id,
})}`,
)