WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Missing title in notifications about moderation comments

Open BurntimeX opened this issue 8 months ago • 0 comments

The problem is caused by this change. The change led to the result that setAffectedObject() is no longer set. Unfortunately, the recipient of the notification is required to determine the affected object, but the recipient is not known at the relevant point in the code.

The notifications would probably have to be fundamentally overhauled here and the recipient always made known (similar to the language). WCF::getUser() or WCF::getSession() should never be used within notifications.

BurntimeX avatar Apr 30 '25 11:04 BurntimeX