Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get group image from a link ? #643

Open
SerJaimeLannister opened this issue Jan 16, 2025 · 2 comments
Open

how to get group image from a link ? #643

SerJaimeLannister opened this issue Jan 16, 2025 · 2 comments

Comments

@SerJaimeLannister
Copy link

Image

From my experimentation , if we only have this group , then we can get this group image (ie. its stored on signal's server) (and shows up as an embed)

but if we try to fetch this image from other services (like let's say discord or some other service) which also embeds , then it doesn't actually show this image (its only in signal where its possible I think)

I am wondering if this is already a part of the api or not , from what I've seen in the swagger there is

GET
/v1/groups/{number}/{groupid}
List a Signal Group.

which only gives the name

@SerJaimeLannister
Copy link
Author

SerJaimeLannister commented Jan 16, 2025

it seems that in signal-desktop (using it with debug port & opening up ungoogled chromium just to inspect it)

this is what it currently shows for this image

<img class="module-image__image" alt="Thumbnail link preview for ⁨signal.group⁩" height="72" width="72" src="attachment://v2/5c/5cf830b219942a4c738eca75c79bfcc715d03ac415ad86dead7f5b39a286e776?key=UYZZbsG1sYPi3cBf5Rta3caXdcnJCJMcGPUzn095u2Xz%2Fe8Bwpl99xcZe10BD%2BOUwkNauh9dnFLIdOuJrKeyOQ%3D%3D&amp;size=45670&amp;contentType=image%2Fjpeg"> {I changed 3 / 2 letters in this if this is actually sensitive data I suppose)

@SerJaimeLannister
Copy link
Author

maybe we could then use /v1/attachments/{attachment} ? this to fetch it , I am going to try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant