Fix issue when sending notifications about moderation comments
authorMarcel Werk <burntime@woltlab.com>
Thu, 8 Feb 2024 13:25:06 +0000 (14:25 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 8 Feb 2024 13:25:06 +0000 (14:25 +0100)
commit7c61c91195a5351616de6b84cc871775173845d8
tree815607993a73f8b86c9d2c422c09e5c06ec7f857
parent108226c895df713a23659d9506566603cb916a64
Fix issue when sending notifications about moderation comments

If the e-mail notifications were created as a daily summary, the use of `ViewableModerationQueue::getViewableModerationQueue()` was not reliable, as the ID of the activate user was used there.
wcfsetup/install/files/lib/system/user/notification/event/ModerationQueueCommentResponseUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/ModerationQueueCommentUserNotificationEvent.class.php