Fix DownloadMessages not populating fields when useCache is true
This commit is contained in:
@@ -243,10 +243,8 @@ namespace Discord
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
|
||||||
msg = /*_messages[x.Id] ??*/ new Message(this, x.Id, x.ChannelId, x.Author.Id);
|
msg = /*_messages[x.Id] ??*/ new Message(this, x.Id, x.ChannelId, x.Author.Id);
|
||||||
msg.Update(x);
|
msg.Update(x);
|
||||||
}
|
|
||||||
return msg;
|
return msg;
|
||||||
})
|
})
|
||||||
.ToArray();
|
.ToArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user