Missed removing methods as a result of removing EncodeUTF8 in 29710c37
This commit is contained in:
parent
90c65fd5e1
commit
0304967e80
@ -494,16 +494,6 @@ class Message extends FTNBase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* When we serialise this object, we'll need to utf8_encode some values
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function __serialize(): array
|
|
||||||
{
|
|
||||||
return $this->encode();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Export an FTN message, ready for sending.
|
* Export an FTN message, ready for sending.
|
||||||
*
|
*
|
||||||
@ -602,16 +592,6 @@ class Message extends FTNBase
|
|||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* When we unserialize, we'll restore (utf8_decode) some values
|
|
||||||
*
|
|
||||||
* @param array $values
|
|
||||||
*/
|
|
||||||
public function __unserialize(array $values): void
|
|
||||||
{
|
|
||||||
$this->decode($values);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reduce our PATH/SEEN-BY for messages as per FSC-0068
|
* Reduce our PATH/SEEN-BY for messages as per FSC-0068
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user