Change behavior of MessageChannel#getLatestMessageId #2009
Labels
level: novice
is doable as a java/jda novice
status: completed
has been completed but is not yet released
type: enhancement
Currently, JDA sets the latestMessageId to
null
if the latest message is deleted, however should not be reset upon message delete because this ID is useful to check if a database is dirty.Expected Change
Update JDA to stop resetting the
latestMessageId
for MessageChannel entities when receiving a MESSAGE_DELETEThe text was updated successfully, but these errors were encountered: