Redirect 302 redirect from GET @entry_comment_create (9ce514)

GET https://kbin.spritesserver.nl/index.php/u/@Dirk@lemmy.ml/comments/active?p=3

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
11.47 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\EntryComment {#2229
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +body: """
    You don’t need to create the user first. Here’s the simplest I can come up with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">FROM alpine:latest\n
    </span><span style="color:#323232;">COPY myscript.sh /app/myscript.sh\n
    </span><span style="color:#323232;">USER 10000:10001\n
    </span><span style="color:#323232;">CMD ["sh", "/app/myscript.sh"]\n
    </span>\n
    ```\n
    \n
    This simply runs `/app/myscript.sh` with UID 10000 and GID 10001.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704271015 {#2291
    date: 2024-01-03 09:36:55.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@Dirk@lemmy.ml"
    "@Appoxo@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2126 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 275935
  -bodyTs: "'/app/myscript.sh':24,30,34 '10000':26,37 '10001':27,40 'alpin':20 'cmd':28 'come':16 'copi':22 'creat':6 'first':9 'gid':39 'latest':21 'myscript.sh':23 'need':4 'run':33 'sh':29 'simplest':13 'simpli':32 'uid':36 'user':8,25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035810"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704271015 {#2041
    date: 2024-01-03 09:36:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\EntryComment {#2229
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +body: """
    You don’t need to create the user first. Here’s the simplest I can come up with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">FROM alpine:latest\n
    </span><span style="color:#323232;">COPY myscript.sh /app/myscript.sh\n
    </span><span style="color:#323232;">USER 10000:10001\n
    </span><span style="color:#323232;">CMD ["sh", "/app/myscript.sh"]\n
    </span>\n
    ```\n
    \n
    This simply runs `/app/myscript.sh` with UID 10000 and GID 10001.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704271015 {#2291
    date: 2024-01-03 09:36:55.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@Dirk@lemmy.ml"
    "@Appoxo@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2126 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 275935
  -bodyTs: "'/app/myscript.sh':24,30,34 '10000':26,37 '10001':27,40 'alpin':20 'cmd':28 'come':16 'copi':22 'creat':6 'first':9 'gid':39 'latest':21 'myscript.sh':23 'need':4 'run':33 'sh':29 'simplest':13 'simpli':32 'uid':36 'user':8,25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035810"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704271015 {#2041
    date: 2024-01-03 09:36:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\EntryComment {#2229
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2104 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2224 …}
  +body: """
    You don’t need to create the user first. Here’s the simplest I can come up with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">FROM alpine:latest\n
    </span><span style="color:#323232;">COPY myscript.sh /app/myscript.sh\n
    </span><span style="color:#323232;">USER 10000:10001\n
    </span><span style="color:#323232;">CMD ["sh", "/app/myscript.sh"]\n
    </span>\n
    ```\n
    \n
    This simply runs `/app/myscript.sh` with UID 10000 and GID 10001.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704271015 {#2291
    date: 2024-01-03 09:36:55.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@Dirk@lemmy.ml"
    "@Appoxo@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2126 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2125 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 275935
  -bodyTs: "'/app/myscript.sh':24,30,34 '10000':26,37 '10001':27,40 'alpin':20 'cmd':28 'come':16 'copi':22 'creat':6 'first':9 'gid':39 'latest':21 'myscript.sh':23 'need':4 'run':33 'sh':29 'simplest':13 'simpli':32 'uid':36 'user':8,25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035810"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704271015 {#2041
    date: 2024-01-03 09:36:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2049
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: "Looks fine 👍"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704118302 {#2252
    date: 2024-01-01 15:11:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@Telodzrum@lemmy.world"
    "@bionicjoey@lemmy.ca"
    "@Synthuir@lemmy.ml"
    "@Dirk@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2071 …}
  +nested: Doctrine\ORM\PersistentCollection {#2074 …}
  +votes: Doctrine\ORM\PersistentCollection {#2069 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 270029
  -bodyTs: "'fine':2 'look':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6989771"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704118302 {#2189
    date: 2024-01-01 15:11:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2049
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: "Looks fine 👍"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704118302 {#2252
    date: 2024-01-01 15:11:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@Telodzrum@lemmy.world"
    "@bionicjoey@lemmy.ca"
    "@Synthuir@lemmy.ml"
    "@Dirk@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2071 …}
  +nested: Doctrine\ORM\PersistentCollection {#2074 …}
  +votes: Doctrine\ORM\PersistentCollection {#2069 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 270029
  -bodyTs: "'fine':2 'look':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6989771"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704118302 {#2189
    date: 2024-01-01 15:11:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2049
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: "Looks fine 👍"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704118302 {#2252
    date: 2024-01-01 15:11:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@Telodzrum@lemmy.world"
    "@bionicjoey@lemmy.ca"
    "@Synthuir@lemmy.ml"
    "@Dirk@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2071 …}
  +nested: Doctrine\ORM\PersistentCollection {#2074 …}
  +votes: Doctrine\ORM\PersistentCollection {#2069 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2197 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 270029
  -bodyTs: "'fine':2 'look':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6989771"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704118302 {#2189
    date: 2024-01-01 15:11:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#2298
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: """
    Ah, yes.\n
    \n
    ---\n
    \n
    ![](https://lemmy.ml/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)\n
    ---------------------------------------------------------------------------
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704024598 {#2048
    date: 2023-12-31 13:09:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@Telodzrum@lemmy.world"
    "@bionicjoey@lemmy.ca"
    "@Synthuir@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2210 …}
  +nested: Doctrine\ORM\PersistentCollection {#2205 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2195 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
  -id: 267205
  -bodyTs: "'/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)':5 'ah':1 'lemmy.ml':4 'lemmy.ml/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)':3 'yes':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6972475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704024598 {#2102
    date: 2023-12-31 13:09:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2298
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: """
    Ah, yes.\n
    \n
    ---\n
    \n
    ![](https://lemmy.ml/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)\n
    ---------------------------------------------------------------------------
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704024598 {#2048
    date: 2023-12-31 13:09:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@Telodzrum@lemmy.world"
    "@bionicjoey@lemmy.ca"
    "@Synthuir@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2210 …}
  +nested: Doctrine\ORM\PersistentCollection {#2205 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2195 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
  -id: 267205
  -bodyTs: "'/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)':5 'ah':1 'lemmy.ml':4 'lemmy.ml/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)':3 'yes':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6972475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704024598 {#2102
    date: 2023-12-31 13:09:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2298
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2203 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: """
    Ah, yes.\n
    \n
    ---\n
    \n
    ![](https://lemmy.ml/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)\n
    ---------------------------------------------------------------------------
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704024598 {#2048
    date: 2023-12-31 13:09:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@Telodzrum@lemmy.world"
    "@bionicjoey@lemmy.ca"
    "@Synthuir@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2210 …}
  +nested: Doctrine\ORM\PersistentCollection {#2205 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2195 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2194 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2277 …}
  -id: 267205
  -bodyTs: "'/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)':5 'ah':1 'lemmy.ml':4 'lemmy.ml/pictrs/image/135b1cce-187f-4320-866b-a445b0d8a8f3.png)':3 'yes':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6972475"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704024598 {#2102
    date: 2023-12-31 13:09:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2261
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2280 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Old things bad, new things good. I write article that is satire about it.\n
    \n
    I’m strong. I’m no boomer. Please love me.\n
    \n
    cope cope cope
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1703938349 {#2313
    date: 2023-12-30 13:12:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JaneTheMotherfucker@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2275 …}
  +nested: Doctrine\ORM\PersistentCollection {#2279 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
  -id: 264545
  -bodyTs: "'articl':9 'bad':3 'boomer':21 'cope':25,26,27 'good':6 'love':23 'm':16,19 'new':4 'old':1 'pleas':22 'satir':12 'strong':17 'thing':2,5 'write':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6955592"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703938349 {#2296
    date: 2023-12-30 13:12:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#2261
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2280 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Old things bad, new things good. I write article that is satire about it.\n
    \n
    I’m strong. I’m no boomer. Please love me.\n
    \n
    cope cope cope
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1703938349 {#2313
    date: 2023-12-30 13:12:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JaneTheMotherfucker@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2275 …}
  +nested: Doctrine\ORM\PersistentCollection {#2279 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
  -id: 264545
  -bodyTs: "'articl':9 'bad':3 'boomer':21 'cope':25,26,27 'good':6 'love':23 'm':16,19 'new':4 'old':1 'pleas':22 'satir':12 'strong':17 'thing':2,5 'write':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6955592"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703938349 {#2296
    date: 2023-12-30 13:12:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#2261
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2280 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Old things bad, new things good. I write article that is satire about it.\n
    \n
    I’m strong. I’m no boomer. Please love me.\n
    \n
    cope cope cope
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1703938349 {#2313
    date: 2023-12-30 13:12:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JaneTheMotherfucker@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2275 …}
  +nested: Doctrine\ORM\PersistentCollection {#2279 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2295 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
  -id: 264545
  -bodyTs: "'articl':9 'bad':3 'boomer':21 'cope':25,26,27 'good':6 'love':23 'm':16,19 'new':4 'old':1 'pleas':22 'satir':12 'strong':17 'thing':2,5 'write':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6955592"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703938349 {#2296
    date: 2023-12-30 13:12:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2304
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "TIL: There is a second image."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1703362555 {#2222
    date: 2023-12-23 21:15:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ViscloReader@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2308 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2312 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 246800
  -bodyTs: "'imag':6 'second':5 'til':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6845295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703362555 {#2218
    date: 2023-12-23 21:15:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2304
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "TIL: There is a second image."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1703362555 {#2222
    date: 2023-12-23 21:15:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ViscloReader@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2308 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2312 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 246800
  -bodyTs: "'imag':6 'second':5 'til':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6845295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703362555 {#2218
    date: 2023-12-23 21:15:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2304
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2305 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "TIL: There is a second image."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1703362555 {#2222
    date: 2023-12-23 21:15:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ViscloReader@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2308 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2312 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 246800
  -bodyTs: "'imag':6 'second':5 'til':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6845295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703362555 {#2218
    date: 2023-12-23 21:15:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2208
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2204 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: null
  +root: null
  +body: "When you need a proxy between your application and your graphics server then something fundamental went wrong long before."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 56
  +score: 0
  +lastActive: DateTime @1703355738 {#2303
    date: 2023-12-23 19:22:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2270 …}
  +votes: Doctrine\ORM\PersistentCollection {#2257 …}
  +reports: Doctrine\ORM\PersistentCollection {#2267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
  -id: 246484
  -bodyTs: "'applic':8 'fundament':15 'graphic':11 'long':18 'need':3 'proxi':5 'server':12 'someth':14 'went':16 'wrong':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6843443"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703355738 {#2318
    date: 2023-12-23 19:22:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2208
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2204 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: null
  +root: null
  +body: "When you need a proxy between your application and your graphics server then something fundamental went wrong long before."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 56
  +score: 0
  +lastActive: DateTime @1703355738 {#2303
    date: 2023-12-23 19:22:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2270 …}
  +votes: Doctrine\ORM\PersistentCollection {#2257 …}
  +reports: Doctrine\ORM\PersistentCollection {#2267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
  -id: 246484
  -bodyTs: "'applic':8 'fundament':15 'graphic':11 'long':18 'need':3 'proxi':5 'server':12 'someth':14 'went':16 'wrong':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6843443"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703355738 {#2318
    date: 2023-12-23 19:22:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2208
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2204 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: null
  +root: null
  +body: "When you need a proxy between your application and your graphics server then something fundamental went wrong long before."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 56
  +score: 0
  +lastActive: DateTime @1703355738 {#2303
    date: 2023-12-23 19:22:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2270 …}
  +votes: Doctrine\ORM\PersistentCollection {#2257 …}
  +reports: Doctrine\ORM\PersistentCollection {#2267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
  -id: 246484
  -bodyTs: "'applic':8 'fundament':15 'graphic':11 'long':18 'need':3 'proxi':5 'server':12 'someth':14 'went':16 'wrong':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6843443"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703355738 {#2318
    date: 2023-12-23 19:22:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2262
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2263 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2264 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Things explode for no real reason, everyone laughs.\n
    \n
    Just a stupid funny action movie.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703019713 {#2209
    date: 2023-12-19 22:01:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2235 …}
  +nested: Doctrine\ORM\PersistentCollection {#2239 …}
  +votes: Doctrine\ORM\PersistentCollection {#2236 …}
  +reports: Doctrine\ORM\PersistentCollection {#2226 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2238 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2249 …}
  -id: 236078
  -bodyTs: "'action':13 'everyon':7 'explod':2 'funni':12 'laugh':8 'movi':14 'real':5 'reason':6 'stupid':11 'thing':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6760163"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703019713 {#2309
    date: 2023-12-19 22:01:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2262
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2263 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2264 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Things explode for no real reason, everyone laughs.\n
    \n
    Just a stupid funny action movie.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703019713 {#2209
    date: 2023-12-19 22:01:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2235 …}
  +nested: Doctrine\ORM\PersistentCollection {#2239 …}
  +votes: Doctrine\ORM\PersistentCollection {#2236 …}
  +reports: Doctrine\ORM\PersistentCollection {#2226 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2238 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2249 …}
  -id: 236078
  -bodyTs: "'action':13 'everyon':7 'explod':2 'funni':12 'laugh':8 'movi':14 'real':5 'reason':6 'stupid':11 'thing':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6760163"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703019713 {#2309
    date: 2023-12-19 22:01:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2262
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2263 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2264 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Things explode for no real reason, everyone laughs.\n
    \n
    Just a stupid funny action movie.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703019713 {#2209
    date: 2023-12-19 22:01:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2235 …}
  +nested: Doctrine\ORM\PersistentCollection {#2239 …}
  +votes: Doctrine\ORM\PersistentCollection {#2236 …}
  +reports: Doctrine\ORM\PersistentCollection {#2226 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2238 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2249 …}
  -id: 236078
  -bodyTs: "'action':13 'everyon':7 'explod':2 'funni':12 'laugh':8 'movi':14 'real':5 'reason':6 'stupid':11 'thing':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6760163"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703019713 {#2309
    date: 2023-12-19 22:01:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2244
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2254 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2250 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2246 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2245 …}
  +body: """
    > Why are they even still pushing that nonsense\n
    \n
    It’s a for-profit corporation. They only have one goal.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 33
  +score: 0
  +lastActive: DateTime @1702454142 {#2265
    date: 2023-12-13 08:55:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suy@programming.dev"
    "@DiabloD3@programming.dev"
    "@pkill@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2248 …}
  +nested: Doctrine\ORM\PersistentCollection {#2247 …}
  +votes: Doctrine\ORM\PersistentCollection {#2256 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
  -id: 220308
  -bodyTs: "'corpor':15 'even':4 'for-profit':12 'goal':20 'nonsens':8 'one':19 'profit':14 'push':6 'still':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6611646"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702454142 {#2253
    date: 2023-12-13 08:55:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#2244
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2254 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2250 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2246 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2245 …}
  +body: """
    > Why are they even still pushing that nonsense\n
    \n
    It’s a for-profit corporation. They only have one goal.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 33
  +score: 0
  +lastActive: DateTime @1702454142 {#2265
    date: 2023-12-13 08:55:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suy@programming.dev"
    "@DiabloD3@programming.dev"
    "@pkill@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2248 …}
  +nested: Doctrine\ORM\PersistentCollection {#2247 …}
  +votes: Doctrine\ORM\PersistentCollection {#2256 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
  -id: 220308
  -bodyTs: "'corpor':15 'even':4 'for-profit':12 'goal':20 'nonsens':8 'one':19 'profit':14 'push':6 'still':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6611646"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702454142 {#2253
    date: 2023-12-13 08:55:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#2244
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2254 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2250 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2246 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2245 …}
  +body: """
    > Why are they even still pushing that nonsense\n
    \n
    It’s a for-profit corporation. They only have one goal.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 33
  +score: 0
  +lastActive: DateTime @1702454142 {#2265
    date: 2023-12-13 08:55:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suy@programming.dev"
    "@DiabloD3@programming.dev"
    "@pkill@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2248 …}
  +nested: Doctrine\ORM\PersistentCollection {#2247 …}
  +votes: Doctrine\ORM\PersistentCollection {#2256 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
  -id: 220308
  -bodyTs: "'corpor':15 'even':4 'for-profit':12 'goal':20 'nonsens':8 'one':19 'profit':14 'push':6 'still':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6611646"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702454142 {#2253
    date: 2023-12-13 08:55:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2156
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2155 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Meanwhile, the cats:\n
    \n
    ![](https://lemmy.ml/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701956605 {#2260
    date: 2023-12-07 14:43:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@getoffthedrugsdude@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2154 …}
  +nested: Doctrine\ORM\PersistentCollection {#2157 …}
  +votes: Doctrine\ORM\PersistentCollection {#2147 …}
  +reports: Doctrine\ORM\PersistentCollection {#2150 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2153 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2149 …}
  -id: 206506
  -bodyTs: "'/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)':6 'cat':3 'lemmy.ml':5 'lemmy.ml/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)':4 'meanwhil':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6452508"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701956605 {#2259
    date: 2023-12-07 14:43:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#2156
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2155 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Meanwhile, the cats:\n
    \n
    ![](https://lemmy.ml/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701956605 {#2260
    date: 2023-12-07 14:43:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@getoffthedrugsdude@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2154 …}
  +nested: Doctrine\ORM\PersistentCollection {#2157 …}
  +votes: Doctrine\ORM\PersistentCollection {#2147 …}
  +reports: Doctrine\ORM\PersistentCollection {#2150 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2153 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2149 …}
  -id: 206506
  -bodyTs: "'/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)':6 'cat':3 'lemmy.ml':5 'lemmy.ml/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)':4 'meanwhil':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6452508"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701956605 {#2259
    date: 2023-12-07 14:43:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#2156
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2155 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Meanwhile, the cats:\n
    \n
    ![](https://lemmy.ml/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701956605 {#2260
    date: 2023-12-07 14:43:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@getoffthedrugsdude@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2154 …}
  +nested: Doctrine\ORM\PersistentCollection {#2157 …}
  +votes: Doctrine\ORM\PersistentCollection {#2147 …}
  +reports: Doctrine\ORM\PersistentCollection {#2150 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2153 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2149 …}
  -id: 206506
  -bodyTs: "'/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)':6 'cat':3 'lemmy.ml':5 'lemmy.ml/pictrs/image/6168da7f-99cc-4072-a6e5-d8cb1e8f29ac.png)':4 'meanwhil':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6452508"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701956605 {#2259
    date: 2023-12-07 14:43:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#2179
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2181 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2182 …}
  +image: null
  +parent: null
  +root: null
  +body: "Because the politicians are deep up in the automobile lobby’s ass."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1701941561 {#2039
    date: 2023-12-07 10:32:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2171 …}
  +nested: Doctrine\ORM\PersistentCollection {#2186 …}
  +votes: Doctrine\ORM\PersistentCollection {#2187 …}
  +reports: Doctrine\ORM\PersistentCollection {#2177 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2174 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2170 …}
  -id: 205921
  -bodyTs: "'ass':12 'automobil':9 'deep':5 'lobbi':10 'politician':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6448594"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701941561 {#2034
    date: 2023-12-07 10:32:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#2179
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2181 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2182 …}
  +image: null
  +parent: null
  +root: null
  +body: "Because the politicians are deep up in the automobile lobby’s ass."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1701941561 {#2039
    date: 2023-12-07 10:32:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2171 …}
  +nested: Doctrine\ORM\PersistentCollection {#2186 …}
  +votes: Doctrine\ORM\PersistentCollection {#2187 …}
  +reports: Doctrine\ORM\PersistentCollection {#2177 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2174 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2170 …}
  -id: 205921
  -bodyTs: "'ass':12 'automobil':9 'deep':5 'lobbi':10 'politician':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6448594"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701941561 {#2034
    date: 2023-12-07 10:32:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#2179
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2181 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2182 …}
  +image: null
  +parent: null
  +root: null
  +body: "Because the politicians are deep up in the automobile lobby’s ass."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1701941561 {#2039
    date: 2023-12-07 10:32:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2171 …}
  +nested: Doctrine\ORM\PersistentCollection {#2186 …}
  +votes: Doctrine\ORM\PersistentCollection {#2187 …}
  +reports: Doctrine\ORM\PersistentCollection {#2177 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2174 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2170 …}
  -id: 205921
  -bodyTs: "'ass':12 'automobil':9 'deep':5 'lobbi':10 'politician':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6448594"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701941561 {#2034
    date: 2023-12-07 10:32:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#2169
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2134 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1988 …}
  +body: """
    Haha, yeah … where’s the article?\n
    \n
    ![](https://lemmy.ml/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701936972 {#2180
    date: 2023-12-07 09:16:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Chewy7324@discuss.tchncs.de"
    "@db2@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1985 …}
  +nested: Doctrine\ORM\PersistentCollection {#1994 …}
  +votes: Doctrine\ORM\PersistentCollection {#2005 …}
  +reports: Doctrine\ORM\PersistentCollection {#1996 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1993 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1992 …}
  -id: 205760
  -bodyTs: "'/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)':9 'articl':6 'haha':1 'lemmy.ml':8 'lemmy.ml/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)':7 'yeah':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6447714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701936972 {#2185
    date: 2023-12-07 09:16:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\EntryComment {#2169
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2134 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1988 …}
  +body: """
    Haha, yeah … where’s the article?\n
    \n
    ![](https://lemmy.ml/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701936972 {#2180
    date: 2023-12-07 09:16:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Chewy7324@discuss.tchncs.de"
    "@db2@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1985 …}
  +nested: Doctrine\ORM\PersistentCollection {#1994 …}
  +votes: Doctrine\ORM\PersistentCollection {#2005 …}
  +reports: Doctrine\ORM\PersistentCollection {#1996 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1993 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1992 …}
  -id: 205760
  -bodyTs: "'/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)':9 'articl':6 'haha':1 'lemmy.ml':8 'lemmy.ml/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)':7 'yeah':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6447714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701936972 {#2185
    date: 2023-12-07 09:16:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\EntryComment {#2169
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2134 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1988 …}
  +body: """
    Haha, yeah … where’s the article?\n
    \n
    ![](https://lemmy.ml/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701936972 {#2180
    date: 2023-12-07 09:16:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Chewy7324@discuss.tchncs.de"
    "@db2@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1985 …}
  +nested: Doctrine\ORM\PersistentCollection {#1994 …}
  +votes: Doctrine\ORM\PersistentCollection {#2005 …}
  +reports: Doctrine\ORM\PersistentCollection {#1996 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1993 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1992 …}
  -id: 205760
  -bodyTs: "'/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)':9 'articl':6 'haha':1 'lemmy.ml':8 'lemmy.ml/pictrs/image/19fa25eb-edcb-4413-a1e9-3050ab5f021e.png)':7 'yeah':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6447714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701936972 {#2185
    date: 2023-12-07 09:16:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2000
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2004 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "So you say I should rob a store, or what?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701936809 {#2168
    date: 2023-12-07 09:13:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Exusia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2007 …}
  +nested: Doctrine\ORM\PersistentCollection {#1990 …}
  +votes: Doctrine\ORM\PersistentCollection {#2010 …}
  +reports: Doctrine\ORM\PersistentCollection {#2014 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2016 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2017 …}
  -id: 205757
  -bodyTs: "'rob':6 'say':3 'store':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6447679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701936809 {#2184
    date: 2023-12-07 09:13:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#2000
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2004 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "So you say I should rob a store, or what?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701936809 {#2168
    date: 2023-12-07 09:13:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Exusia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2007 …}
  +nested: Doctrine\ORM\PersistentCollection {#1990 …}
  +votes: Doctrine\ORM\PersistentCollection {#2010 …}
  +reports: Doctrine\ORM\PersistentCollection {#2014 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2016 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2017 …}
  -id: 205757
  -bodyTs: "'rob':6 'say':3 'store':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6447679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701936809 {#2184
    date: 2023-12-07 09:13:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#2000
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2004 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: "So you say I should rob a store, or what?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701936809 {#2168
    date: 2023-12-07 09:13:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Exusia@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2007 …}
  +nested: Doctrine\ORM\PersistentCollection {#1990 …}
  +votes: Doctrine\ORM\PersistentCollection {#2010 …}
  +reports: Doctrine\ORM\PersistentCollection {#2014 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2016 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2017 …}
  -id: 205757
  -bodyTs: "'rob':6 'say':3 'store':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6447679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701936809 {#2184
    date: 2023-12-07 09:13:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\EntryComment {#1981
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1982 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1982 …}
  +body: "Less resources needed, less physical space needed, less power consumption, no need for a network, don’t need to maintain/update multiple systems, etc."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1701689852 {#1999
    date: 2023-12-04 12:37:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Eric_Pollock@lemmy.world"
    "@Kushia@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1979 …}
  +nested: Doctrine\ORM\PersistentCollection {#2368 …}
  +votes: Doctrine\ORM\PersistentCollection {#2373 …}
  +reports: Doctrine\ORM\PersistentCollection {#2376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2366 …}
  -id: 195179
  -bodyTs: "'consumpt':10 'etc':23 'less':1,4,8 'maintain/update':20 'multipl':21 'need':3,7,12,18 'network':15 'physic':5 'power':9 'resourc':2 'space':6 'system':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6364431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701689852 {#2002
    date: 2023-12-04 12:37:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\EntryComment {#1981
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1982 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1982 …}
  +body: "Less resources needed, less physical space needed, less power consumption, no need for a network, don’t need to maintain/update multiple systems, etc."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1701689852 {#1999
    date: 2023-12-04 12:37:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Eric_Pollock@lemmy.world"
    "@Kushia@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1979 …}
  +nested: Doctrine\ORM\PersistentCollection {#2368 …}
  +votes: Doctrine\ORM\PersistentCollection {#2373 …}
  +reports: Doctrine\ORM\PersistentCollection {#2376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2366 …}
  -id: 195179
  -bodyTs: "'consumpt':10 'etc':23 'less':1,4,8 'maintain/update':20 'multipl':21 'need':3,7,12,18 'network':15 'physic':5 'power':9 'resourc':2 'space':6 'system':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6364431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701689852 {#2002
    date: 2023-12-04 12:37:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\EntryComment {#1981
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2047 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1982 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1982 …}
  +body: "Less resources needed, less physical space needed, less power consumption, no need for a network, don’t need to maintain/update multiple systems, etc."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1701689852 {#1999
    date: 2023-12-04 12:37:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Eric_Pollock@lemmy.world"
    "@Kushia@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1979 …}
  +nested: Doctrine\ORM\PersistentCollection {#2368 …}
  +votes: Doctrine\ORM\PersistentCollection {#2373 …}
  +reports: Doctrine\ORM\PersistentCollection {#2376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2366 …}
  -id: 195179
  -bodyTs: "'consumpt':10 'etc':23 'less':1,4,8 'maintain/update':20 'multipl':21 'need':3,7,12,18 'network':15 'physic':5 'power':9 'resourc':2 'space':6 'system':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6364431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701689852 {#2002
    date: 2023-12-04 12:37:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#1348
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1350 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Forget YouTube.\n
    \n
    Sony owns a patent for a system/concept that needs you to audibly name the company/product the advertisement is for to continue at the end of the advertisement.\n
    \n
    [fortune.com/…/sony-patent-is-hilarious-terrifying…](https://fortune.com/2013/04/30/sony-patent-is-hilarious-terrifying/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 93
  +score: 0
  +lastActive: DateTime @1701548491 {#1987
    date: 2023-12-02 21:21:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1349 …}
  +nested: Doctrine\ORM\PersistentCollection {#1352 …}
  +votes: Doctrine\ORM\PersistentCollection {#1354 …}
  +reports: Doctrine\ORM\PersistentCollection {#1356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2492 …}
  -id: 156368
  -bodyTs: "'/2013/04/30/sony-patent-is-hilarious-terrifying/)':34 '/sony-patent-is-hilarious-terrifying':31 'advertis':19,29 'audibl':14 'company/product':17 'continu':23 'end':26 'forget':1 'fortune.com':30,33 'fortune.com/2013/04/30/sony-patent-is-hilarious-terrifying/)':32 'name':15 'need':11 'own':4 'patent':6 'soni':3 'system/concept':9 'youtub':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6066608"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700776695 {#1984
    date: 2023-11-23 22:58:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#1348
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1350 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Forget YouTube.\n
    \n
    Sony owns a patent for a system/concept that needs you to audibly name the company/product the advertisement is for to continue at the end of the advertisement.\n
    \n
    [fortune.com/…/sony-patent-is-hilarious-terrifying…](https://fortune.com/2013/04/30/sony-patent-is-hilarious-terrifying/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 93
  +score: 0
  +lastActive: DateTime @1701548491 {#1987
    date: 2023-12-02 21:21:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1349 …}
  +nested: Doctrine\ORM\PersistentCollection {#1352 …}
  +votes: Doctrine\ORM\PersistentCollection {#1354 …}
  +reports: Doctrine\ORM\PersistentCollection {#1356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2492 …}
  -id: 156368
  -bodyTs: "'/2013/04/30/sony-patent-is-hilarious-terrifying/)':34 '/sony-patent-is-hilarious-terrifying':31 'advertis':19,29 'audibl':14 'company/product':17 'continu':23 'end':26 'forget':1 'fortune.com':30,33 'fortune.com/2013/04/30/sony-patent-is-hilarious-terrifying/)':32 'name':15 'need':11 'own':4 'patent':6 'soni':3 'system/concept':9 'youtub':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6066608"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700776695 {#1984
    date: 2023-11-23 22:58:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#1348
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1350 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Forget YouTube.\n
    \n
    Sony owns a patent for a system/concept that needs you to audibly name the company/product the advertisement is for to continue at the end of the advertisement.\n
    \n
    [fortune.com/…/sony-patent-is-hilarious-terrifying…](https://fortune.com/2013/04/30/sony-patent-is-hilarious-terrifying/)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 93
  +score: 0
  +lastActive: DateTime @1701548491 {#1987
    date: 2023-12-02 21:21:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1349 …}
  +nested: Doctrine\ORM\PersistentCollection {#1352 …}
  +votes: Doctrine\ORM\PersistentCollection {#1354 …}
  +reports: Doctrine\ORM\PersistentCollection {#1356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2492 …}
  -id: 156368
  -bodyTs: "'/2013/04/30/sony-patent-is-hilarious-terrifying/)':34 '/sony-patent-is-hilarious-terrifying':31 'advertis':19,29 'audibl':14 'company/product':17 'continu':23 'end':26 'forget':1 'fortune.com':30,33 'fortune.com/2013/04/30/sony-patent-is-hilarious-terrifying/)':32 'name':15 'need':11 'own':4 'patent':6 'soni':3 'system/concept':9 'youtub':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6066608"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700776695 {#1984
    date: 2023-11-23 22:58:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\EntryComment {#2496
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2498 …}
  +image: null
  +parent: null
  +root: null
  +body: "451. Don’t have an opinion too far away from the general public."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701523099 {#1347
    date: 2023-12-02 14:18:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@NotSpez@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2499 …}
  +nested: Doctrine\ORM\PersistentCollection {#2501 …}
  +votes: Doctrine\ORM\PersistentCollection {#2503 …}
  +reports: Doctrine\ORM\PersistentCollection {#2505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
  -id: 157807
  -bodyTs: "'451':1 'away':9 'far':8 'general':12 'opinion':6 'public':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6075619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700815975 {#2352
    date: 2023-11-24 09:52:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\EntryComment {#2496
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2498 …}
  +image: null
  +parent: null
  +root: null
  +body: "451. Don’t have an opinion too far away from the general public."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701523099 {#1347
    date: 2023-12-02 14:18:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@NotSpez@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2499 …}
  +nested: Doctrine\ORM\PersistentCollection {#2501 …}
  +votes: Doctrine\ORM\PersistentCollection {#2503 …}
  +reports: Doctrine\ORM\PersistentCollection {#2505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
  -id: 157807
  -bodyTs: "'451':1 'away':9 'far':8 'general':12 'opinion':6 'public':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6075619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700815975 {#2352
    date: 2023-11-24 09:52:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\EntryComment {#2496
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2498 …}
  +image: null
  +parent: null
  +root: null
  +body: "451. Don’t have an opinion too far away from the general public."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701523099 {#1347
    date: 2023-12-02 14:18:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@NotSpez@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2499 …}
  +nested: Doctrine\ORM\PersistentCollection {#2501 …}
  +votes: Doctrine\ORM\PersistentCollection {#2503 …}
  +reports: Doctrine\ORM\PersistentCollection {#2505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2509 …}
  -id: 157807
  -bodyTs: "'451':1 'away':9 'far':8 'general':12 'opinion':6 'public':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6075619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700815975 {#2352
    date: 2023-11-24 09:52:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details