mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[ADD] Have avatars on first-message too
This commit is contained in:
parent
94090a8c97
commit
a48c3ba126
3 changed files with 21 additions and 6 deletions
|
|
@ -195,7 +195,6 @@ ASGetAvatar(const ParseeConfig *c, char *room, char *user)
|
|||
ret = StrDuplicate(
|
||||
JsonValueAsString(HashMapGet(reply, "avatar_url"))
|
||||
);
|
||||
StreamFlush(StreamStderr());
|
||||
HttpClientContextFree(ctx);
|
||||
JsonFree(reply);
|
||||
Free(path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue