]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/Tools/ActivityLogger.php
fix Sidebar scrolling at mid-range sceen
[bookstack] / app / Activity / Tools / ActivityLogger.php
index 3135f57a72d3300a05ab4c30c890ec9fe289f76e..adda36c1b813a3f2728ae4c3eec64416fd1e8b64 100644 (file)
@@ -40,7 +40,7 @@ class ActivityLogger
 
         $this->setNotification($type);
         $this->dispatchWebhooks($type, $detail);
-        $this->notifications->handle($type, $detail);
+        $this->notifications->handle($activity, $detail, user());
         Theme::dispatch(ThemeEvents::ACTIVITY_LOGGED, $type, $detail);
     }