1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

update: remove internal id from guild message id

This commit is contained in:
Mrs4s 2021-12-12 00:24:24 +08:00
parent 54e69acb8b
commit 120b925fd6
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -519,7 +519,6 @@ func (bot *CQBot) InsertGuildChannelMessage(m *message.GuildChannelMessage) stri
w.WriteUInt64(m.GuildId)
w.WriteUInt64(m.ChannelId)
w.WriteUInt64(m.Id)
w.WriteUInt64(m.InternalId)
}))
msg := &db.StoredGuildChannelMessage{
ID: id,