request/PinChatMessage added TODO

This commit is contained in:
Mr-Andersen 2019-09-21 12:08:19 +03:00
parent 02d9796667
commit b0aff65f71

View file

@ -30,7 +30,7 @@ impl<'a> PinChatMessage<'a> {
}
impl<'a> Request<'a> for PinChatMessage<'a> {
type ReturnValue = bool;
type ReturnValue = bool; // TODO: change to unit type True
fn send(self) -> RequestFuture<'a, ResponseResult<Self::ReturnValue>> {
Box::pin(async move {