]> BookStack Code Mirror - bookstack/commit
Comments: Added extra comment-specific activities
authorDan Brown <redacted>
Tue, 18 Jul 2023 14:07:31 +0000 (15:07 +0100)
committerDan Brown <redacted>
Tue, 18 Jul 2023 14:07:31 +0000 (15:07 +0100)
commit422e50302a05ac6cc0d0a02fa9155b3379ea4ddd
tree24314fa6fea735479546a12762a0334ddaaeaa89
parent7504ad32a76a74177c8bd5d5e23d19f79df4db13
Comments: Added extra comment-specific activities

Kept existing "COMMENTED_ON" activity for upgrade compatibility,
specifically for existing webhook usage and for showing comment
activities in activity lists.

Precursor to content notifications.
Currently untested.
Also applied some type updates.
app/Activity/ActivityType.php
app/Activity/CommentRepo.php
app/Activity/Models/Comment.php
app/Activity/Tools/ActivityLogger.php