mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 14:50:43 +08:00
Remove obsolete comments
This commit is contained in:
parent
2a7f0a3a8f
commit
e9076b8ae0
@ -47,7 +47,6 @@ public open class MessageSourceSerializerImpl(serialName: String) :
|
|||||||
takeElementsFrom(SerialData.serializer().descriptor)
|
takeElementsFrom(SerialData.serializer().descriptor)
|
||||||
},
|
},
|
||||||
serialize = {
|
serialize = {
|
||||||
// TODO: 2021-01-09 解决因为 originMessage 中 MessageSource 与 this 相同造成的死循环
|
|
||||||
SerialData(kind, botId, ids, internalIds, time, fromId, targetId, originalMessage)
|
SerialData(kind, botId, ids, internalIds, time, fromId, targetId, originalMessage)
|
||||||
},
|
},
|
||||||
deserialize = {
|
deserialize = {
|
||||||
|
Loading…
Reference in New Issue
Block a user