This commit is contained in:
ajvpot
2025-09-14 18:25:56 +02:00
parent 3ade624a51
commit e41dfe83d3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ export function formatMeshcoreMessageForDiscord(
const content = `${text}\n-# _Heard ${heardCount} times by [MeshExplorer](https://map.w0z.is/messages)_`;
// Generate profile picture URL using the new API
const profilePictureUrl = `https://map.w0z.is/api/meshcore/profilepicture.png?name=${encodeURIComponent(sender)}&v=2`;
const profilePictureUrl = `https://map.w0z.is/api/meshcore/profilepicture.png?name=${encodeURIComponent(sender)}&v=3`;
return {
username: sender,