- Affected version
- 2.1.3
The
xf_post.warning_message
(and others) have a max length of 255 characters. However 'warning_message' => ['type' => self::STR, 'default' => '', 'api' => true],
in XF\Entity\Post
, XF\Entity\ProfilePost
, XF\Entity\ProfilePostComment
, XFRM\Entity\ResourceUpdate
do not have a max length set in the entity.