Recover work after repo corruption, experimental icons for channels, merge http.c keepalive changes from PR

This commit is contained in:
winsped
2026-07-12 02:10:25 +03:00
parent 4059bf5363
commit f4b28f68bc
13 changed files with 55 additions and 16 deletions
+1
View File
@@ -7,6 +7,7 @@ int DiscordListGuildChannels(char* guildID, DiscordChannel** out);
#define GUILD_VOICE 2
#define GROUPCHAT 3
#define GUILD_CATEGORY 4
#define GUILD_ANNOUNCEMENT 5
int DiscordGetChannelHistory(const char* channelID, unsigned int amount, DiscordMessage** msgs);
char *DiscordFetchTmpPfp(char *userID, char *hash);
char *DiscordFetchTmpGuildIcon(char *guildID, char *hash);