diff --git a/lib/test_wakatime_service.rb b/lib/test_wakatime_service.rb index 9db8f7e..9295e6b 100644 --- a/lib/test_wakatime_service.rb +++ b/lib/test_wakatime_service.rb @@ -6,6 +6,9 @@ class TestWakatimeService # trusting time from hackatime extensions..... # @scope = @scope.coding_only @scope = @scope.with_valid_timestamps + + # yeah macha we're removing unwated categories + @scope = @scope.where.not("LOWER(category) IN (?)", [ "browsing", "ai coding", "meeting", "communicating" ]) @user = user @boundary_aware = boundary_aware