nextcloud/apps/comments/lib/AppInfo
Anna Larch 3bef50d012 fix(comments): register event listener for typed comment events
Since the typed comment events (CommentAddedEvent, CommentUpdatedEvent,
etc.) were introduced in NC34, dispatchTyped() dispatches using the exact
subclass name. Registering only for CommentsEvent::class means the listener
never fires, so comment mention notifications are never created or cleared.

AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
2026-05-05 09:21:40 +01:00
..
Application.php fix(comments): register event listener for typed comment events 2026-05-05 09:21:40 +01:00