Fixing missing Message::$rcid mapping for recommendations without comment.

This commit is contained in:
Alexey Skobkin 2019-02-24 01:38:47 +03:00
parent 4707b41f27
commit f2b423ad8c
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ Skobkin\Bundle\PointToolsBundle\DTO\Api\WebSocket\Message:
private:
type: bool
serialized_name: 'private'
rcid:
type: int
serialized_name: 'rcid'
tags:
type: array<string>
serialized_name: 'tags'