Shamrock: fix #219

This commit is contained in:
白池 2024-02-02 18:35:49 +08:00
parent 262af4108b
commit 12738fd52c

View File

@ -90,7 +90,7 @@ internal object MessageHelper {
// ActionMsg No Care // ActionMsg No Care
if (msg.isEmpty()) { if (msg.isEmpty()) {
return Result.success(uniseq.copy(msgTime = System.currentTimeMillis(), msgHashId = 0)) return Result.success(uniseq.copy(msgTime = System.currentTimeMillis()))
} }
val totalSize = msg.filter { val totalSize = msg.filter {