Replies: 4 comments
-
The reason for that is, that the REST API is based on signal-cli and the commands it exposes and as far as I've seen that functionality is not available there. Of course, the REST API can be extended to return the avatars directly from the filesystem. But I first need to check whether those avatars are always downloaded automatically. |
Beta Was this translation helpful? Give feedback.
-
The functionality is listed in the signal-cli man page but I can't get it to work - it keeps telling me the groupID is null.
This is using the "internal" groupID as returned by If you would kindly confirm it doesn't work for you either (you've got more experience using the cli) I don't mind opening it as an issue on the signal-cli page. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Aah, thanks, missed the
It only works for me in |
Beta Was this translation helpful? Give feedback.
-
Fantastic! Thank you so much! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I found I can PUT group avatars, but I can't see how to get them.
I tried
GET /v1/groups/{number}/{groupid}/base64_avatar
GET /v1/groups/{number}/{groupid}/avatar
although neither are documented.
I see them in the filesystem ~/.local/share/signal-api/avatars/group-*
It seems so strange that put would be supported and not get, that surely I'm just hitting the wrong URL..?
Beta Was this translation helpful? Give feedback.
All reactions