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 -1
View File
@@ -335,8 +335,8 @@ void HandleREADY(cJSON *json) {
: 0) {
if (che->GuildID) {
DiscordGuild *gld = GetGuild(che->GuildID);
MessageBoxA(NULL, gld->name, "AAAAAAAAAA", 0);
if (gld) {
MessageBoxA(NULL, gld->name, "AAAAAAAAAA", 0);
gld->MentionCount += che->ReadState.MentionCount;
onDiscordUpdatedGuildReadState(*gld);
}