作者 邓超

x

... ... @@ -115,7 +115,7 @@ class MessageItem {
* @time 2024/9/18 17:53
*/
public function isDraft():bool {
return in_array('seen',$this->flags);
return in_array('draft',$this->flags);
}
/**
... ...