mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix #219
This commit is contained in:
parent
262af4108b
commit
12738fd52c
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user