[MOD/FIX] Set history limit, change logo, CI

This commit is contained in:
LDA 2024-09-10 21:47:08 +02:00
commit 696def187c
5 changed files with 25 additions and 10 deletions

View file

@ -14,7 +14,7 @@ char *
ASUpload(const ParseeConfig *c, Stream *from, unsigned int size, char *mime)
{
char *size_str, *path, *ret, *user;
int i;
unsigned int i;
HttpClientContext *ctx;
HashMap *reply;
if (!c || !from)