]> BookStack Code Mirror - bookstack/commit
Notifications: Added logic and classes for remaining notification types
authorDan Brown <redacted>
Sat, 5 Aug 2023 13:19:23 +0000 (14:19 +0100)
committerDan Brown <redacted>
Sat, 5 Aug 2023 13:19:23 +0000 (14:19 +0100)
commitecab2c8e42ae11485bb3c0fcce1a51df1bc6b118
treed8574dbbb18e9b0a23cf67fd20c4dd5fa52cbf33
parent18ae67a1385945ebe7db199e7ede0c90525d9943
Notifications: Added logic and classes for remaining notification types
app/Activity/Models/Comment.php
app/Activity/Notifications/Handlers/BaseNotificationHandler.php [new file with mode: 0644]
app/Activity/Notifications/Handlers/CommentCreationNotificationHandler.php
app/Activity/Notifications/Handlers/PageCreationNotificationHandler.php
app/Activity/Notifications/Handlers/PageUpdateNotificationHandler.php
app/Activity/Notifications/Messages/CommentCreationNotification.php [new file with mode: 0644]
app/Activity/Notifications/Messages/PageUpdateNotification.php [new file with mode: 0644]
app/Activity/Tools/EntityWatchers.php