Add flag for comments, to mark them compatible with the reaction system
authorJoshua Rüsweg <josh@bastelstu.be>
Sun, 1 Jul 2018 15:37:50 +0000 (17:37 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Sun, 1 Jul 2018 15:37:50 +0000 (17:37 +0200)
commit2faf60e677515153e02fc5cbdc4e4dd7615812e1
tree2a54c0735b113d04c802bb5291b85dded255c26a
parent967c3841732c8eeac815bcd9e170b5a09aa889e8
Add flag for comments, to mark them compatible with the reaction system
Comments of different object types do not have their own LikeableProvider, but are all controlled by a central provider.  Therefore it is difficult to mark the comments as compatible to the reaction system. Therefore, we introduce a new flag that allows the global provider to control whether the comment is already compatible with the new system or not. If the "supportReactions" flag with the value "1" is passed to the object type, the notification of a reaction to the comment is sent. Otherwise the notification will not be sent.
See #2508
wcfsetup/install/files/lib/data/comment/LikeableComment.class.php