[ADD] Have avatars on first-message too

This commit is contained in:
LDA 2024-10-08 17:27:25 +02:00
commit a48c3ba126
3 changed files with 21 additions and 6 deletions

View file

@ -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);