This commit is contained in:
ajvpot
2025-09-13 03:31:30 +02:00
parent 8ac7d5eece
commit 3ade624a51
4 changed files with 5 additions and 7 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)}`;
const profilePictureUrl = `https://map.w0z.is/api/meshcore/profilepicture.png?name=${encodeURIComponent(sender)}&v=2`;
return {
username: sender,