GET https://kbin.spritesserver.nl/commented/%E2%88%9E/photos?p=53

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 …}
}
0.30 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\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: Proxies\__CG__\App\Entity\Image {#233 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Louvre-C-library-for-building-Wayland-compositors"
  +title: "Louvre: C++ library for building Wayland compositors."
  +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
  +body: """
    Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
    \n
    It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
    \n
    The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
    \n
    You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
    \n
    I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
    \n
    Greetings!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700324159 {#183
    date: 2023-11-18 17:15:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1605 …}
  +votes: Doctrine\ORM\PersistentCollection {#1803 …}
  +reports: Doctrine\ORM\PersistentCollection {#1929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1914 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1900 …}
  +badges: Doctrine\ORM\PersistentCollection {#1893 …}
  +children: []
  -id: 13052
  -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
  -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700075572
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8258740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699989172 {#247
    date: 2023-11-14 20:12:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: Proxies\__CG__\App\Entity\Image {#233 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Louvre-C-library-for-building-Wayland-compositors"
  +title: "Louvre: C++ library for building Wayland compositors."
  +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
  +body: """
    Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
    \n
    It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
    \n
    The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
    \n
    You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
    \n
    I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
    \n
    Greetings!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700324159 {#183
    date: 2023-11-18 17:15:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1605 …}
  +votes: Doctrine\ORM\PersistentCollection {#1803 …}
  +reports: Doctrine\ORM\PersistentCollection {#1929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1914 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1900 …}
  +badges: Doctrine\ORM\PersistentCollection {#1893 …}
  +children: []
  -id: 13052
  -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
  -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700075572
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8258740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699989172 {#247
    date: 2023-11-14 20:12:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: Proxies\__CG__\App\Entity\Image {#233 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Louvre-C-library-for-building-Wayland-compositors"
  +title: "Louvre: C++ library for building Wayland compositors."
  +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
  +body: """
    Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
    \n
    It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
    \n
    The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
    \n
    You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
    \n
    I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
    \n
    Greetings!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700324159 {#183
    date: 2023-11-18 17:15:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1605 …}
  +votes: Doctrine\ORM\PersistentCollection {#1803 …}
  +reports: Doctrine\ORM\PersistentCollection {#1929 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1914 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1900 …}
  +badges: Doctrine\ORM\PersistentCollection {#1893 …}
  +children: []
  -id: 13052
  -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
  -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700075572
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8258740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699989172 {#247
    date: 2023-11-14 20:12:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1950
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1901 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Maybe-it-s-just-a-Lemmy-phone-app-problem"
  +title: "Maybe it's just a Lemmy phone app problem?"
  +url: "https://lemmy.world/pictrs/image/ca32f037-7175-407e-9da4-0ff3d36ba44f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 414
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700064095 {#1899
    date: 2023-11-15 17:01:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 12801
  -titleTs: "'app':8 'lemmi':6 'mayb':1 'phone':7 'problem':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700014277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8227956"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699927877 {#1924
    date: 2023-11-14 03:11:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1950
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1901 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Maybe-it-s-just-a-Lemmy-phone-app-problem"
  +title: "Maybe it's just a Lemmy phone app problem?"
  +url: "https://lemmy.world/pictrs/image/ca32f037-7175-407e-9da4-0ff3d36ba44f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 414
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700064095 {#1899
    date: 2023-11-15 17:01:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 12801
  -titleTs: "'app':8 'lemmi':6 'mayb':1 'phone':7 'problem':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700014277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8227956"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699927877 {#1924
    date: 2023-11-14 03:11:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1950
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1901 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Maybe-it-s-just-a-Lemmy-phone-app-problem"
  +title: "Maybe it's just a Lemmy phone app problem?"
  +url: "https://lemmy.world/pictrs/image/ca32f037-7175-407e-9da4-0ff3d36ba44f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 414
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700064095 {#1899
    date: 2023-11-15 17:01:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 12801
  -titleTs: "'app':8 'lemmi':6 'mayb':1 'phone':7 'problem':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700014277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8227956"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699927877 {#1924
    date: 2023-11-14 03:11:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: Proxies\__CG__\App\Entity\Image {#1932 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Foolishness"
  +title: "Foolishness"
  +url: "https://lemmy.world/pictrs/image/563cd324-9761-4a27-9281-290077bb4943.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 294
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700507765 {#1973
    date: 2023-11-20 20:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 11942
  -titleTs: "'foolish':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699767576
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8095794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699681176 {#1966
    date: 2023-11-11 06:39:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: Proxies\__CG__\App\Entity\Image {#1932 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Foolishness"
  +title: "Foolishness"
  +url: "https://lemmy.world/pictrs/image/563cd324-9761-4a27-9281-290077bb4943.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 294
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700507765 {#1973
    date: 2023-11-20 20:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 11942
  -titleTs: "'foolish':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699767576
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8095794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699681176 {#1966
    date: 2023-11-11 06:39:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: Proxies\__CG__\App\Entity\Image {#1932 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Foolishness"
  +title: "Foolishness"
  +url: "https://lemmy.world/pictrs/image/563cd324-9761-4a27-9281-290077bb4943.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 294
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700507765 {#1973
    date: 2023-11-20 20:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 11942
  -titleTs: "'foolish':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699767576
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8095794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699681176 {#1966
    date: 2023-11-11 06:39:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#1389 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1936 …}
  +slug: "Totally-not-listening-to-it-right-now"
  +title: "Totally not listening to it right now...."
  +url: "https://startrek.website/pictrs/image/0f0956a6-0664-4f80-9c75-1fa4307a26ba.jpeg"
  +body: "Aaaaand let’s just put it on loop for a bit"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 321
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699865370 {#1935
    date: 2023-11-13 09:49:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 11728
  -titleTs: "'listen':3 'right':6 'total':1"
  -bodyTs: "'aaaaand':1 'bit':11 'let':2 'loop':8 'put':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699707502
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3554134"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699621102 {#1364
    date: 2023-11-10 13:58:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#1389 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1936 …}
  +slug: "Totally-not-listening-to-it-right-now"
  +title: "Totally not listening to it right now...."
  +url: "https://startrek.website/pictrs/image/0f0956a6-0664-4f80-9c75-1fa4307a26ba.jpeg"
  +body: "Aaaaand let’s just put it on loop for a bit"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 321
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699865370 {#1935
    date: 2023-11-13 09:49:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 11728
  -titleTs: "'listen':3 'right':6 'total':1"
  -bodyTs: "'aaaaand':1 'bit':11 'let':2 'loop':8 'put':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699707502
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3554134"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699621102 {#1364
    date: 2023-11-10 13:58:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#1389 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1936 …}
  +slug: "Totally-not-listening-to-it-right-now"
  +title: "Totally not listening to it right now...."
  +url: "https://startrek.website/pictrs/image/0f0956a6-0664-4f80-9c75-1fa4307a26ba.jpeg"
  +body: "Aaaaand let’s just put it on loop for a bit"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 321
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699865370 {#1935
    date: 2023-11-13 09:49:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 11728
  -titleTs: "'listen':3 'right':6 'total':1"
  -bodyTs: "'aaaaand':1 'bit':11 'let':2 'loop':8 'put':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699707502
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3554134"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699621102 {#1364
    date: 2023-11-10 13:58:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1374
  +user: Proxies\__CG__\App\Entity\User {#1365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#1369 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "It-s-that-time-of-year-when-Scotty-s-brain-melts"
  +title: "It's that time of year when Scotty's brain melts."
  +url: "https://lemmy.world/pictrs/image/bcd258d0-6682-4d58-83f5-4293e4396268.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 117
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699564743 {#1394
    date: 2023-11-09 22:19:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1378 …}
  +votes: Doctrine\ORM\PersistentCollection {#1371 …}
  +reports: Doctrine\ORM\PersistentCollection {#1379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1898 …}
  +badges: Doctrine\ORM\PersistentCollection {#1904 …}
  +children: []
  -id: 11292
  -titleTs: "'brain':10 'melt':11 'scotti':8 'time':4 'year':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699579954
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7993454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699493554 {#1366
    date: 2023-11-09 02:32:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1374
  +user: Proxies\__CG__\App\Entity\User {#1365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#1369 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "It-s-that-time-of-year-when-Scotty-s-brain-melts"
  +title: "It's that time of year when Scotty's brain melts."
  +url: "https://lemmy.world/pictrs/image/bcd258d0-6682-4d58-83f5-4293e4396268.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 117
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699564743 {#1394
    date: 2023-11-09 22:19:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1378 …}
  +votes: Doctrine\ORM\PersistentCollection {#1371 …}
  +reports: Doctrine\ORM\PersistentCollection {#1379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1898 …}
  +badges: Doctrine\ORM\PersistentCollection {#1904 …}
  +children: []
  -id: 11292
  -titleTs: "'brain':10 'melt':11 'scotti':8 'time':4 'year':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699579954
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7993454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699493554 {#1366
    date: 2023-11-09 02:32:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1374
  +user: Proxies\__CG__\App\Entity\User {#1365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#1369 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "It-s-that-time-of-year-when-Scotty-s-brain-melts"
  +title: "It's that time of year when Scotty's brain melts."
  +url: "https://lemmy.world/pictrs/image/bcd258d0-6682-4d58-83f5-4293e4396268.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 117
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699564743 {#1394
    date: 2023-11-09 22:19:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1378 …}
  +votes: Doctrine\ORM\PersistentCollection {#1371 …}
  +reports: Doctrine\ORM\PersistentCollection {#1379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1898 …}
  +badges: Doctrine\ORM\PersistentCollection {#1904 …}
  +children: []
  -id: 11292
  -titleTs: "'brain':10 'melt':11 'scotti':8 'time':4 'year':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699579954
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7993454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699493554 {#1366
    date: 2023-11-09 02:32:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1838
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#2427 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2424 …}
  +slug: "Starfleet-Academy-of-Delinquents-and-Troublemakers"
  +title: "Starfleet Academy of Delinquents and Troublemakers"
  +url: "https://pixelfed.social/storage/m/_v2/594359788511108113/bf4779419-8cf74f/oK9mFFbKnBGL/MUmklWuzku7kFSVFAMySrBBUbdz3RmMhQDO2yQJI.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 147
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699653008 {#2438
    date: 2023-11-10 22:50:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 10548
  -titleTs: "'academi':2 'delinqu':4 'starfleet':1 'troublemak':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699373371
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14034971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699286971 {#1848
    date: 2023-11-06 17:09:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1838
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#2427 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2424 …}
  +slug: "Starfleet-Academy-of-Delinquents-and-Troublemakers"
  +title: "Starfleet Academy of Delinquents and Troublemakers"
  +url: "https://pixelfed.social/storage/m/_v2/594359788511108113/bf4779419-8cf74f/oK9mFFbKnBGL/MUmklWuzku7kFSVFAMySrBBUbdz3RmMhQDO2yQJI.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 147
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699653008 {#2438
    date: 2023-11-10 22:50:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 10548
  -titleTs: "'academi':2 'delinqu':4 'starfleet':1 'troublemak':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699373371
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14034971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699286971 {#1848
    date: 2023-11-06 17:09:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1838
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: Proxies\__CG__\App\Entity\Image {#2427 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2424 …}
  +slug: "Starfleet-Academy-of-Delinquents-and-Troublemakers"
  +title: "Starfleet Academy of Delinquents and Troublemakers"
  +url: "https://pixelfed.social/storage/m/_v2/594359788511108113/bf4779419-8cf74f/oK9mFFbKnBGL/MUmklWuzku7kFSVFAMySrBBUbdz3RmMhQDO2yQJI.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 147
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699653008 {#2438
    date: 2023-11-10 22:50:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 10548
  -titleTs: "'academi':2 'delinqu':4 'starfleet':1 'troublemak':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699373371
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14034971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699286971 {#1848
    date: 2023-11-06 17:09:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#2355 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#2466 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Modern-Life-Is-Perfect"
  +title: "Modern Life Is Perfect"
  +url: "https://lemmy.ml/pictrs/image/30fe708b-dc20-4bcb-b7a0-f743f5eb8faf.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 410
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697571903 {#2166
    date: 2023-10-17 21:45:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2353 …}
  +reports: Doctrine\ORM\PersistentCollection {#2472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2449 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2483 …}
  +badges: Doctrine\ORM\PersistentCollection {#2358 …}
  +children: []
  -id: 5937
  -titleTs: "'life':2 'modern':1 'perfect':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697623307
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6606610"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697536907 {#2167
    date: 2023-10-17 12:01:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#2355 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#2466 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Modern-Life-Is-Perfect"
  +title: "Modern Life Is Perfect"
  +url: "https://lemmy.ml/pictrs/image/30fe708b-dc20-4bcb-b7a0-f743f5eb8faf.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 410
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697571903 {#2166
    date: 2023-10-17 21:45:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2353 …}
  +reports: Doctrine\ORM\PersistentCollection {#2472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2449 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2483 …}
  +badges: Doctrine\ORM\PersistentCollection {#2358 …}
  +children: []
  -id: 5937
  -titleTs: "'life':2 'modern':1 'perfect':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697623307
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6606610"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697536907 {#2167
    date: 2023-10-17 12:01:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#2355 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#2466 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Modern-Life-Is-Perfect"
  +title: "Modern Life Is Perfect"
  +url: "https://lemmy.ml/pictrs/image/30fe708b-dc20-4bcb-b7a0-f743f5eb8faf.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 410
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697571903 {#2166
    date: 2023-10-17 21:45:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2353 …}
  +reports: Doctrine\ORM\PersistentCollection {#2472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2449 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2483 …}
  +badges: Doctrine\ORM\PersistentCollection {#2358 …}
  +children: []
  -id: 5937
  -titleTs: "'life':2 'modern':1 'perfect':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697623307
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6606610"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697536907 {#2167
    date: 2023-10-17 12:01:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#2409
  +user: Proxies\__CG__\App\Entity\User {#60 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2490 …}
  +slug: "Rigged"
  +title: "Rigged"
  +url: "https://discuss.tchncs.de/pictrs/image/4b497c59-962c-4fb0-b661-991247afa5f0.jpeg"
  +body: "made by [MrLovenstein](https://mastodon.social/@MrLovenstein/111233616331485428)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 1188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697396414 {#2485
    date: 2023-10-15 21:00:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2489 …}
  +votes: Doctrine\ORM\PersistentCollection {#2474 …}
  +reports: Doctrine\ORM\PersistentCollection {#2484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2481 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1508 …}
  +badges: Doctrine\ORM\PersistentCollection {#1501 …}
  +children: []
  -id: 5342
  -titleTs: "'rig':1"
  -bodyTs: "'/@mrlovenstein/111233616331485428)':6 'made':1 'mastodon.social':5 'mastodon.social/@mrlovenstein/111233616331485428)':4 'mrlovenstein':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697382825
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/4719618"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697296425 {#1841
    date: 2023-10-14 17:13:45.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#2409
  +user: Proxies\__CG__\App\Entity\User {#60 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2490 …}
  +slug: "Rigged"
  +title: "Rigged"
  +url: "https://discuss.tchncs.de/pictrs/image/4b497c59-962c-4fb0-b661-991247afa5f0.jpeg"
  +body: "made by [MrLovenstein](https://mastodon.social/@MrLovenstein/111233616331485428)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 1188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697396414 {#2485
    date: 2023-10-15 21:00:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2489 …}
  +votes: Doctrine\ORM\PersistentCollection {#2474 …}
  +reports: Doctrine\ORM\PersistentCollection {#2484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2481 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1508 …}
  +badges: Doctrine\ORM\PersistentCollection {#1501 …}
  +children: []
  -id: 5342
  -titleTs: "'rig':1"
  -bodyTs: "'/@mrlovenstein/111233616331485428)':6 'made':1 'mastodon.social':5 'mastodon.social/@mrlovenstein/111233616331485428)':4 'mrlovenstein':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697382825
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/4719618"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697296425 {#1841
    date: 2023-10-14 17:13:45.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#2409
  +user: Proxies\__CG__\App\Entity\User {#60 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2490 …}
  +slug: "Rigged"
  +title: "Rigged"
  +url: "https://discuss.tchncs.de/pictrs/image/4b497c59-962c-4fb0-b661-991247afa5f0.jpeg"
  +body: "made by [MrLovenstein](https://mastodon.social/@MrLovenstein/111233616331485428)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 1188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697396414 {#2485
    date: 2023-10-15 21:00:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2489 …}
  +votes: Doctrine\ORM\PersistentCollection {#2474 …}
  +reports: Doctrine\ORM\PersistentCollection {#2484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2481 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1508 …}
  +badges: Doctrine\ORM\PersistentCollection {#1501 …}
  +children: []
  -id: 5342
  -titleTs: "'rig':1"
  -bodyTs: "'/@mrlovenstein/111233616331485428)':6 'made':1 'mastodon.social':5 'mastodon.social/@mrlovenstein/111233616331485428)':4 'mrlovenstein':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697382825
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/4719618"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697296425 {#1841
    date: 2023-10-14 17:13:45.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1499
  +user: Proxies\__CG__\App\Entity\User {#1502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1546 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "You-have-to"
  +title: "You have to."
  +url: "https://lemmy.world/pictrs/image/9c59838f-f50f-4bc3-9ed0-6ca04e0d2956.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 1121
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697458186 {#1521
    date: 2023-10-16 14:09:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1544 …}
  +votes: Doctrine\ORM\PersistentCollection {#1547 …}
  +reports: Doctrine\ORM\PersistentCollection {#1482 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1523 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1522 …}
  +badges: Doctrine\ORM\PersistentCollection {#1506 …}
  +children: []
  -id: 3918
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696937964
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6547197"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696851564 {#1514
    date: 2023-10-09 13:39:24.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1499
  +user: Proxies\__CG__\App\Entity\User {#1502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1546 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "You-have-to"
  +title: "You have to."
  +url: "https://lemmy.world/pictrs/image/9c59838f-f50f-4bc3-9ed0-6ca04e0d2956.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 1121
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697458186 {#1521
    date: 2023-10-16 14:09:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1544 …}
  +votes: Doctrine\ORM\PersistentCollection {#1547 …}
  +reports: Doctrine\ORM\PersistentCollection {#1482 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1523 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1522 …}
  +badges: Doctrine\ORM\PersistentCollection {#1506 …}
  +children: []
  -id: 3918
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696937964
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6547197"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696851564 {#1514
    date: 2023-10-09 13:39:24.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1499
  +user: Proxies\__CG__\App\Entity\User {#1502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1546 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "You-have-to"
  +title: "You have to."
  +url: "https://lemmy.world/pictrs/image/9c59838f-f50f-4bc3-9ed0-6ca04e0d2956.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 1121
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697458186 {#1521
    date: 2023-10-16 14:09:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1544 …}
  +votes: Doctrine\ORM\PersistentCollection {#1547 …}
  +reports: Doctrine\ORM\PersistentCollection {#1482 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1523 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1522 …}
  +badges: Doctrine\ORM\PersistentCollection {#1506 …}
  +children: []
  -id: 3918
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696937964
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6547197"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696851564 {#1514
    date: 2023-10-09 13:39:24.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1543 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1936 …}
  +slug: "Doesn-t-help-that-I-keep-thinking-2010-was-like-6"
  +title: "Doesn't help that I keep thinking 2010 was like 6 years ago."
  +url: "https://startrek.website/pictrs/image/a0477b32-506d-405c-9b39-17660413ed89.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 831
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696846219 {#1504
    date: 2023-10-09 12:10:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 3004
  -titleTs: "'2010':8 '6':11 'ago':13 'doesn':1 'help':3 'keep':6 'like':10 'think':7 'year':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696584915
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2385490"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696498515 {#1507
    date: 2023-10-05 11:35:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1543 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1936 …}
  +slug: "Doesn-t-help-that-I-keep-thinking-2010-was-like-6"
  +title: "Doesn't help that I keep thinking 2010 was like 6 years ago."
  +url: "https://startrek.website/pictrs/image/a0477b32-506d-405c-9b39-17660413ed89.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 831
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696846219 {#1504
    date: 2023-10-09 12:10:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 3004
  -titleTs: "'2010':8 '6':11 'ago':13 'doesn':1 'help':3 'keep':6 'like':10 'think':7 'year':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696584915
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2385490"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696498515 {#1507
    date: 2023-10-05 11:35:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1543 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1936 …}
  +slug: "Doesn-t-help-that-I-keep-thinking-2010-was-like-6"
  +title: "Doesn't help that I keep thinking 2010 was like 6 years ago."
  +url: "https://startrek.website/pictrs/image/a0477b32-506d-405c-9b39-17660413ed89.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 831
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696846219 {#1504
    date: 2023-10-09 12:10:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 3004
  -titleTs: "'2010':8 '6':11 'ago':13 'doesn':1 'help':3 'keep':6 'like':10 'think':7 'year':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696584915
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2385490"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696498515 {#1507
    date: 2023-10-05 11:35:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1518 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Music-alignment"
  +title: "Music alignment"
  +url: "https://lemmy.ml/pictrs/image/cfd5e5eb-b027-4d99-87b3-67bfd199e0a8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696519170 {#1537
    date: 2023-10-05 17:19:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1519 …}
  +votes: Doctrine\ORM\PersistentCollection {#1517 …}
  +reports: Doctrine\ORM\PersistentCollection {#1623 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1406 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1713 …}
  +badges: Doctrine\ORM\PersistentCollection {#1710 …}
  +children: []
  -id: 2849
  -titleTs: "'align':2 'music':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696543914
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6014093"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696457514 {#1536
    date: 2023-10-05 00:11:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1518 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Music-alignment"
  +title: "Music alignment"
  +url: "https://lemmy.ml/pictrs/image/cfd5e5eb-b027-4d99-87b3-67bfd199e0a8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696519170 {#1537
    date: 2023-10-05 17:19:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1519 …}
  +votes: Doctrine\ORM\PersistentCollection {#1517 …}
  +reports: Doctrine\ORM\PersistentCollection {#1623 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1406 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1713 …}
  +badges: Doctrine\ORM\PersistentCollection {#1710 …}
  +children: []
  -id: 2849
  -titleTs: "'align':2 'music':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696543914
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6014093"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696457514 {#1536
    date: 2023-10-05 00:11:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1518 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Music-alignment"
  +title: "Music alignment"
  +url: "https://lemmy.ml/pictrs/image/cfd5e5eb-b027-4d99-87b3-67bfd199e0a8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696519170 {#1537
    date: 2023-10-05 17:19:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1519 …}
  +votes: Doctrine\ORM\PersistentCollection {#1517 …}
  +reports: Doctrine\ORM\PersistentCollection {#1623 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1406 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1713 …}
  +badges: Doctrine\ORM\PersistentCollection {#1710 …}
  +children: []
  -id: 2849
  -titleTs: "'align':2 'music':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696543914
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6014093"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696457514 {#1536
    date: 2023-10-05 00:11:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1659
  +user: Proxies\__CG__\App\Entity\User {#1745 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1747 …}
  +image: Proxies\__CG__\App\Entity\Image {#1738 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "found-a-confusing-bolt-cleaning-my-parents-garage"
  +title: "found a confusing bolt cleaning my parents' garage"
  +url: "https://lemmy.world/pictrs/image/75898534-1c23-4d81-87e4-553acb879882.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 223
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695535947 {#1742
    date: 2023-09-24 08:12:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1753 …}
  +votes: Doctrine\ORM\PersistentCollection {#1749 …}
  +reports: Doctrine\ORM\PersistentCollection {#1748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1471 …}
  +badges: Doctrine\ORM\PersistentCollection {#1470 …}
  +children: []
  -id: 2152
  -titleTs: "'bolt':4 'clean':5 'confus':3 'found':1 'garag':8 'parent':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694457466
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4812898"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694371066 {#1657
    date: 2023-09-10 20:37:46.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1659
  +user: Proxies\__CG__\App\Entity\User {#1745 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1747 …}
  +image: Proxies\__CG__\App\Entity\Image {#1738 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "found-a-confusing-bolt-cleaning-my-parents-garage"
  +title: "found a confusing bolt cleaning my parents' garage"
  +url: "https://lemmy.world/pictrs/image/75898534-1c23-4d81-87e4-553acb879882.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 223
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695535947 {#1742
    date: 2023-09-24 08:12:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1753 …}
  +votes: Doctrine\ORM\PersistentCollection {#1749 …}
  +reports: Doctrine\ORM\PersistentCollection {#1748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1471 …}
  +badges: Doctrine\ORM\PersistentCollection {#1470 …}
  +children: []
  -id: 2152
  -titleTs: "'bolt':4 'clean':5 'confus':3 'found':1 'garag':8 'parent':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694457466
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4812898"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694371066 {#1657
    date: 2023-09-10 20:37:46.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1659
  +user: Proxies\__CG__\App\Entity\User {#1745 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1747 …}
  +image: Proxies\__CG__\App\Entity\Image {#1738 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "found-a-confusing-bolt-cleaning-my-parents-garage"
  +title: "found a confusing bolt cleaning my parents' garage"
  +url: "https://lemmy.world/pictrs/image/75898534-1c23-4d81-87e4-553acb879882.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 223
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695535947 {#1742
    date: 2023-09-24 08:12:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1753 …}
  +votes: Doctrine\ORM\PersistentCollection {#1749 …}
  +reports: Doctrine\ORM\PersistentCollection {#1748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1471 …}
  +badges: Doctrine\ORM\PersistentCollection {#1470 …}
  +children: []
  -id: 2152
  -titleTs: "'bolt':4 'clean':5 'confus':3 'found':1 'garag':8 'parent':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694457466
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4812898"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694371066 {#1657
    date: 2023-09-10 20:37:46.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1483
  +user: Proxies\__CG__\App\Entity\User {#1497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1747 …}
  +image: Proxies\__CG__\App\Entity\Image {#1484 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "This-1-500-year-old-Cave-in-India-was-Carved-out-of-a"
  +title: "This 1,500-year-old Cave in India was Carved out of a Giant Boulder"
  +url: "https://lemmy.world/pictrs/image/a3c1abfb-3d44-4af6-9711-954d657a2b68.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 538
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1690150152 {#1473
    date: 2023-07-24 00:09:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 1539
  -titleTs: "'1':2 '500':3 'boulder':16 'carv':11 'cave':7 'giant':15 'india':9 'old':6 'year':5 'year-old':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1690206881
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2034718"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690120481 {#1498
    date: 2023-07-23 15:54:41.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1483
  +user: Proxies\__CG__\App\Entity\User {#1497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1747 …}
  +image: Proxies\__CG__\App\Entity\Image {#1484 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "This-1-500-year-old-Cave-in-India-was-Carved-out-of-a"
  +title: "This 1,500-year-old Cave in India was Carved out of a Giant Boulder"
  +url: "https://lemmy.world/pictrs/image/a3c1abfb-3d44-4af6-9711-954d657a2b68.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 538
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1690150152 {#1473
    date: 2023-07-24 00:09:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 1539
  -titleTs: "'1':2 '500':3 'boulder':16 'carv':11 'cave':7 'giant':15 'india':9 'old':6 'year':5 'year-old':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1690206881
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2034718"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690120481 {#1498
    date: 2023-07-23 15:54:41.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1483
  +user: Proxies\__CG__\App\Entity\User {#1497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1747 …}
  +image: Proxies\__CG__\App\Entity\Image {#1484 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "This-1-500-year-old-Cave-in-India-was-Carved-out-of-a"
  +title: "This 1,500-year-old Cave in India was Carved out of a Giant Boulder"
  +url: "https://lemmy.world/pictrs/image/a3c1abfb-3d44-4af6-9711-954d657a2b68.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 538
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1690150152 {#1473
    date: 2023-07-24 00:09:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 1539
  -titleTs: "'1':2 '500':3 'boulder':16 'carv':11 'cave':7 'giant':15 'india':9 'old':6 'year':5 'year-old':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1690206881
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2034718"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690120481 {#1498
    date: 2023-07-23 15:54:41.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "play-stupid-games"
  +title: "play stupid games"
  +url: "https://lemmy.world/pictrs/image/52f7943f-aa0e-4a2f-a1d2-e5a1f7312c93.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 413
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729443219 {#1475
    date: 2024-10-20 18:53:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1755 …}
  +votes: Doctrine\ORM\PersistentCollection {#1757 …}
  +reports: Doctrine\ORM\PersistentCollection {#1756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1759 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1751 …}
  +badges: Doctrine\ORM\PersistentCollection {#1772 …}
  +children: []
  -id: 33616
  -titleTs: "'game':3 'play':1 'stupid':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706530447
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11283518"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706444047 {#1477
    date: 2024-01-28 13:14:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "play-stupid-games"
  +title: "play stupid games"
  +url: "https://lemmy.world/pictrs/image/52f7943f-aa0e-4a2f-a1d2-e5a1f7312c93.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 413
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729443219 {#1475
    date: 2024-10-20 18:53:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1755 …}
  +votes: Doctrine\ORM\PersistentCollection {#1757 …}
  +reports: Doctrine\ORM\PersistentCollection {#1756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1759 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1751 …}
  +badges: Doctrine\ORM\PersistentCollection {#1772 …}
  +children: []
  -id: 33616
  -titleTs: "'game':3 'play':1 'stupid':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706530447
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11283518"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706444047 {#1477
    date: 2024-01-28 13:14:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "play-stupid-games"
  +title: "play stupid games"
  +url: "https://lemmy.world/pictrs/image/52f7943f-aa0e-4a2f-a1d2-e5a1f7312c93.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 413
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729443219 {#1475
    date: 2024-10-20 18:53:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1755 …}
  +votes: Doctrine\ORM\PersistentCollection {#1757 …}
  +reports: Doctrine\ORM\PersistentCollection {#1756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1759 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1751 …}
  +badges: Doctrine\ORM\PersistentCollection {#1772 …}
  +children: []
  -id: 33616
  -titleTs: "'game':3 'play':1 'stupid':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706530447
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11283518"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706444047 {#1477
    date: 2024-01-28 13:14:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1777
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1773 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1775 …}
  +slug: "Follow-your-heart-they-said"
  +title: "Follow your heart, they said"
  +url: "https://lemmy.today/pictrs/image/5f108650-57aa-4a57-9226-37f5e3c10e68.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 669
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728638232 {#1778
    date: 2024-10-11 11:17:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 32877
  -titleTs: "'follow':1 'heart':3 'said':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706217261
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5617852"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706130861 {#1787
    date: 2024-01-24 22:14:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1777
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1773 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1775 …}
  +slug: "Follow-your-heart-they-said"
  +title: "Follow your heart, they said"
  +url: "https://lemmy.today/pictrs/image/5f108650-57aa-4a57-9226-37f5e3c10e68.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 669
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728638232 {#1778
    date: 2024-10-11 11:17:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 32877
  -titleTs: "'follow':1 'heart':3 'said':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706217261
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5617852"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706130861 {#1787
    date: 2024-01-24 22:14:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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\Entry {#1777
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1773 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1775 …}
  +slug: "Follow-your-heart-they-said"
  +title: "Follow your heart, they said"
  +url: "https://lemmy.today/pictrs/image/5f108650-57aa-4a57-9226-37f5e3c10e68.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 669
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728638232 {#1778
    date: 2024-10-11 11:17:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 32877
  -titleTs: "'follow':1 'heart':3 'said':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706217261
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5617852"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706130861 {#1787
    date: 2024-01-24 22:14:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
61 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
62 DENIED moderate
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1445 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Its-the-only-way"
  +title: "Its the only way."
  +url: "https://lemmy.ml/pictrs/image/fd90000f-c879-4e38-afd5-9387efc94e8e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 721
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727815610 {#1681
    date: 2024-10-01 22:46:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1465 …}
  +votes: Doctrine\ORM\PersistentCollection {#1637 …}
  +reports: Doctrine\ORM\PersistentCollection {#1644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1622 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1634 …}
  +children: []
  -id: 31944
  -titleTs: "'way':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705849240
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10801937"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705762840 {#1444
    date: 2024-01-20 16:00:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
63 DENIED edit
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1445 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Its-the-only-way"
  +title: "Its the only way."
  +url: "https://lemmy.ml/pictrs/image/fd90000f-c879-4e38-afd5-9387efc94e8e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 721
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727815610 {#1681
    date: 2024-10-01 22:46:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1465 …}
  +votes: Doctrine\ORM\PersistentCollection {#1637 …}
  +reports: Doctrine\ORM\PersistentCollection {#1644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1622 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1634 …}
  +children: []
  -id: 31944
  -titleTs: "'way':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705849240
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10801937"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705762840 {#1444
    date: 2024-01-20 16:00:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
64 DENIED moderate
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1445 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "Its-the-only-way"
  +title: "Its the only way."
  +url: "https://lemmy.ml/pictrs/image/fd90000f-c879-4e38-afd5-9387efc94e8e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 721
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727815610 {#1681
    date: 2024-10-01 22:46:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1465 …}
  +votes: Doctrine\ORM\PersistentCollection {#1637 …}
  +reports: Doctrine\ORM\PersistentCollection {#1644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1622 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1634 …}
  +children: []
  -id: 31944
  -titleTs: "'way':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705849240
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10801937"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705762840 {#1444
    date: 2024-01-20 16:00:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
65 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
66 DENIED moderate
App\Entity\Entry {#1409
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1449 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1421 …}
  +slug: "Carrot"
  +title: "Carrot"
  +url: "https://sh.itjust.works/pictrs/image/bef460de-d5df-4d41-b8f7-a9e01bfae651.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 403
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727237470 {#1635
    date: 2024-09-25 06:11:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31681
  -titleTs: "'carrot':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705747131
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13065268"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705660731 {#1660
    date: 2024-01-19 11:38:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
67 DENIED edit
App\Entity\Entry {#1409
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1449 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1421 …}
  +slug: "Carrot"
  +title: "Carrot"
  +url: "https://sh.itjust.works/pictrs/image/bef460de-d5df-4d41-b8f7-a9e01bfae651.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 403
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727237470 {#1635
    date: 2024-09-25 06:11:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31681
  -titleTs: "'carrot':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705747131
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13065268"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705660731 {#1660
    date: 2024-01-19 11:38:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
68 DENIED moderate
App\Entity\Entry {#1409
  +user: Proxies\__CG__\App\Entity\User {#1450 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1449 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1421 …}
  +slug: "Carrot"
  +title: "Carrot"
  +url: "https://sh.itjust.works/pictrs/image/bef460de-d5df-4d41-b8f7-a9e01bfae651.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 403
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727237470 {#1635
    date: 2024-09-25 06:11:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31681
  -titleTs: "'carrot':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705747131
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13065268"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705660731 {#1660
    date: 2024-01-19 11:38:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
69 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
70 DENIED moderate
App\Entity\Entry {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1421 …}
  +slug: "His-true-endgame"
  +title: "His true endgame"
  +url: "https://sh.itjust.works/pictrs/image/5f478ab2-aa02-4e08-8a76-6cd54d4e5e95.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 686
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727037389 {#1414
    date: 2024-09-22 22:36:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 31596
  -titleTs: "'endgam':3 'true':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705700644
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13039589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705614244 {#1411
    date: 2024-01-18 22:44:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
71 DENIED edit
App\Entity\Entry {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1421 …}
  +slug: "His-true-endgame"
  +title: "His true endgame"
  +url: "https://sh.itjust.works/pictrs/image/5f478ab2-aa02-4e08-8a76-6cd54d4e5e95.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 686
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727037389 {#1414
    date: 2024-09-22 22:36:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 31596
  -titleTs: "'endgam':3 'true':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705700644
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13039589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705614244 {#1411
    date: 2024-01-18 22:44:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
72 DENIED moderate
App\Entity\Entry {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1421 …}
  +slug: "His-true-endgame"
  +title: "His true endgame"
  +url: "https://sh.itjust.works/pictrs/image/5f478ab2-aa02-4e08-8a76-6cd54d4e5e95.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 686
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727037389 {#1414
    date: 2024-09-22 22:36:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 31596
  -titleTs: "'endgam':3 'true':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705700644
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13039589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705614244 {#1411
    date: 2024-01-18 22:44:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
73 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
74 DENIED moderate
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1460 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "There-s-some-kind-of-use-for-this-lighter-I-can-t"
  +title: "There's some kind of use for this lighter I can't put my finger on..."
  +url: "https://lemmy.world/pictrs/image/227cfbc8-7331-46ce-bd64-2ba93af7a94e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 499
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724191124 {#1457
    date: 2024-08-20 23:58:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 29256
  -titleTs: "'finger':15 'kind':4 'lighter':9 'put':13 'use':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705127777
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10609763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705041377 {#1455
    date: 2024-01-12 07:36:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
75 DENIED edit
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1460 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "There-s-some-kind-of-use-for-this-lighter-I-can-t"
  +title: "There's some kind of use for this lighter I can't put my finger on..."
  +url: "https://lemmy.world/pictrs/image/227cfbc8-7331-46ce-bd64-2ba93af7a94e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 499
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724191124 {#1457
    date: 2024-08-20 23:58:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 29256
  -titleTs: "'finger':15 'kind':4 'lighter':9 'put':13 'use':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705127777
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10609763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705041377 {#1455
    date: 2024-01-12 07:36:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
76 DENIED moderate
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: Proxies\__CG__\App\Entity\Image {#1460 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "There-s-some-kind-of-use-for-this-lighter-I-can-t"
  +title: "There's some kind of use for this lighter I can't put my finger on..."
  +url: "https://lemmy.world/pictrs/image/227cfbc8-7331-46ce-bd64-2ba93af7a94e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 499
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724191124 {#1457
    date: 2024-08-20 23:58:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1458 …}
  +votes: Doctrine\ORM\PersistentCollection {#1432 …}
  +reports: Doctrine\ORM\PersistentCollection {#1433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1435 …}
  +badges: Doctrine\ORM\PersistentCollection {#1434 …}
  +children: []
  -id: 29256
  -titleTs: "'finger':15 'kind':4 'lighter':9 'put':13 'use':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705127777
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10609763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705041377 {#1455
    date: 2024-01-12 07:36:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
77 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
78 DENIED moderate
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1694 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Troy-I-ll-Try"
  +title: "Troy: I'll Try"
  +url: "https://lemmy.world/pictrs/image/9b9f9839-2b99-429f-be59-8100eb378e9f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725441768 {#1440
    date: 2024-09-04 11:22:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 28095
  -titleTs: "'ll':3 'tri':4 'troy':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704814378
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10462536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704727978 {#1438
    date: 2024-01-08 16:32:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
79 DENIED edit
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1694 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Troy-I-ll-Try"
  +title: "Troy: I'll Try"
  +url: "https://lemmy.world/pictrs/image/9b9f9839-2b99-429f-be59-8100eb378e9f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725441768 {#1440
    date: 2024-09-04 11:22:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 28095
  -titleTs: "'ll':3 'tri':4 'troy':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704814378
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10462536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704727978 {#1438
    date: 2024-01-08 16:32:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
80 DENIED moderate
App\Entity\Entry {#1429
  +user: Proxies\__CG__\App\Entity\User {#1699 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1694 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Troy-I-ll-Try"
  +title: "Troy: I'll Try"
  +url: "https://lemmy.world/pictrs/image/9b9f9839-2b99-429f-be59-8100eb378e9f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725441768 {#1440
    date: 2024-09-04 11:22:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 28095
  -titleTs: "'ll':3 'tri':4 'troy':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704814378
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10462536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704727978 {#1438
    date: 2024-01-08 16:32:58.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
81 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
82 DENIED moderate
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1743 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1775 …}
  +slug: "Just-fuck-my-shit-up"
  +title: "Just fuck my shit up"
  +url: "https://lemmy.today/pictrs/image/dd8350f2-f870-469b-a81f-dc9fabf37901.jpeg"
  +body: """
    Contractor: how do you want the bathroom done?\n
    \n
    Customer: basically, whenever I go in, I want to be wondering whether I’m drunk or on drugs.\n
    \n
    Contractor: say no more.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 581
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720366223 {#1614
    date: 2024-07-07 17:30:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1647 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1640 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1648 …}
  +badges: Doctrine\ORM\PersistentCollection {#1675 …}
  +children: []
  -id: 28057
  -titleTs: "'fuck':2 'shit':4"
  -bodyTs: "'basic':10 'bathroom':7 'contractor':1,27 'custom':9 'done':8 'drug':26 'drunk':23 'go':13 'm':22 'say':28 'want':5,16 'whenev':11 'whether':20 'wonder':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704788579
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4988309"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704702179 {#1612
    date: 2024-01-08 09:22:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
83 DENIED edit
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1743 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1775 …}
  +slug: "Just-fuck-my-shit-up"
  +title: "Just fuck my shit up"
  +url: "https://lemmy.today/pictrs/image/dd8350f2-f870-469b-a81f-dc9fabf37901.jpeg"
  +body: """
    Contractor: how do you want the bathroom done?\n
    \n
    Customer: basically, whenever I go in, I want to be wondering whether I’m drunk or on drugs.\n
    \n
    Contractor: say no more.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 581
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720366223 {#1614
    date: 2024-07-07 17:30:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1647 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1640 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1648 …}
  +badges: Doctrine\ORM\PersistentCollection {#1675 …}
  +children: []
  -id: 28057
  -titleTs: "'fuck':2 'shit':4"
  -bodyTs: "'basic':10 'bathroom':7 'contractor':1,27 'custom':9 'done':8 'drug':26 'drunk':23 'go':13 'm':22 'say':28 'want':5,16 'whenev':11 'whether':20 'wonder':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704788579
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4988309"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704702179 {#1612
    date: 2024-01-08 09:22:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
84 DENIED moderate
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1743 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1775 …}
  +slug: "Just-fuck-my-shit-up"
  +title: "Just fuck my shit up"
  +url: "https://lemmy.today/pictrs/image/dd8350f2-f870-469b-a81f-dc9fabf37901.jpeg"
  +body: """
    Contractor: how do you want the bathroom done?\n
    \n
    Customer: basically, whenever I go in, I want to be wondering whether I’m drunk or on drugs.\n
    \n
    Contractor: say no more.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 581
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720366223 {#1614
    date: 2024-07-07 17:30:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1647 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1640 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1648 …}
  +badges: Doctrine\ORM\PersistentCollection {#1675 …}
  +children: []
  -id: 28057
  -titleTs: "'fuck':2 'shit':4"
  -bodyTs: "'basic':10 'bathroom':7 'contractor':1,27 'custom':9 'done':8 'drug':26 'drunk':23 'go':13 'm':22 'say':28 'want':5,16 'whenev':11 'whether':20 'wonder':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704788579
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4988309"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704702179 {#1612
    date: 2024-01-08 09:22:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
85 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
86 DENIED moderate
App\Entity\Entry {#1673
  +user: Proxies\__CG__\App\Entity\User {#1677 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1678 …}
  +image: Proxies\__CG__\App\Entity\Image {#1669 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Always"
  +title: "Always"
  +url: "https://lemmy.world/pictrs/image/eb49560e-8c22-4b67-bef4-63c32d3bf0d5.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 774
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719978696 {#1676
    date: 2024-07-03 05:51:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 27658
  -titleTs: "'alway':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704644380
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10392331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704557980 {#1672
    date: 2024-01-06 17:19:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
87 DENIED edit
App\Entity\Entry {#1673
  +user: Proxies\__CG__\App\Entity\User {#1677 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1678 …}
  +image: Proxies\__CG__\App\Entity\Image {#1669 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Always"
  +title: "Always"
  +url: "https://lemmy.world/pictrs/image/eb49560e-8c22-4b67-bef4-63c32d3bf0d5.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 774
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719978696 {#1676
    date: 2024-07-03 05:51:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 27658
  -titleTs: "'alway':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704644380
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10392331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704557980 {#1672
    date: 2024-01-06 17:19:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
88 DENIED moderate
App\Entity\Entry {#1673
  +user: Proxies\__CG__\App\Entity\User {#1677 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1678 …}
  +image: Proxies\__CG__\App\Entity\Image {#1669 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "Always"
  +title: "Always"
  +url: "https://lemmy.world/pictrs/image/eb49560e-8c22-4b67-bef4-63c32d3bf0d5.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 774
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719978696 {#1676
    date: 2024-07-03 05:51:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 27658
  -titleTs: "'alway':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704644380
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10392331"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704557980 {#1672
    date: 2024-01-06 17:19:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
89 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
90 DENIED moderate
App\Entity\Entry {#1661
  +user: Proxies\__CG__\App\Entity\User {#1662 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1694 …}
  +image: Proxies\__CG__\App\Entity\Image {#1663 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "I-went-back-in-a-moment-of-weakness-and-was"
  +title: "I went back in a moment of weakness and was punished for my transgression"
  +url: "https://lemmy.ml/pictrs/image/0333aca5-6095-4420-8673-6a6aaa2962ac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720273373 {#1653
    date: 2024-07-06 15:42:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 27528
  -titleTs: "'back':3 'moment':6 'punish':11 'transgress':14 'weak':8 'went':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704587880
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10173847"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704501480 {#1656
    date: 2024-01-06 01:38:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
91 DENIED edit
App\Entity\Entry {#1661
  +user: Proxies\__CG__\App\Entity\User {#1662 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1694 …}
  +image: Proxies\__CG__\App\Entity\Image {#1663 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "I-went-back-in-a-moment-of-weakness-and-was"
  +title: "I went back in a moment of weakness and was punished for my transgression"
  +url: "https://lemmy.ml/pictrs/image/0333aca5-6095-4420-8673-6a6aaa2962ac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720273373 {#1653
    date: 2024-07-06 15:42:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 27528
  -titleTs: "'back':3 'moment':6 'punish':11 'transgress':14 'weak':8 'went':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704587880
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10173847"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704501480 {#1656
    date: 2024-01-06 01:38:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
92 DENIED moderate
App\Entity\Entry {#1661
  +user: Proxies\__CG__\App\Entity\User {#1662 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1694 …}
  +image: Proxies\__CG__\App\Entity\Image {#1663 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2476 …}
  +slug: "I-went-back-in-a-moment-of-weakness-and-was"
  +title: "I went back in a moment of weakness and was punished for my transgression"
  +url: "https://lemmy.ml/pictrs/image/0333aca5-6095-4420-8673-6a6aaa2962ac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720273373 {#1653
    date: 2024-07-06 15:42:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1553 …}
  +votes: Doctrine\ORM\PersistentCollection {#1590 …}
  +reports: Doctrine\ORM\PersistentCollection {#1591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1589 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1582 …}
  +badges: Doctrine\ORM\PersistentCollection {#1583 …}
  +children: []
  -id: 27528
  -titleTs: "'back':3 'moment':6 'punish':11 'transgress':14 'weak':8 'went':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704587880
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10173847"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704501480 {#1656
    date: 2024-01-06 01:38:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
93 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
94 DENIED moderate
App\Entity\Entry {#1581
  +user: Proxies\__CG__\App\Entity\User {#1588 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "What-a-relief-I-was-kinda-getting-worried"
  +title: "What a relief! I was kinda getting worried"
  +url: "https://lemmy.world/pictrs/image/42dc9d7c-688b-4ff2-98b6-f7ac79db2747.jpeg"
  +body: "I want to thank everyone who gave me a bunch of great advice"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 479
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712373291 {#1580
    date: 2024-04-06 05:14:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 26948
  -titleTs: "'get':7 'kinda':6 'relief':3 'worri':8"
  -bodyTs: "'advic':13 'bunch':10 'everyon':5 'gave':7 'great':12 'thank':4 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704380843
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10271426"
  +editedAt: DateTimeImmutable @1711247743 {#1579
    date: 2024-03-24 03:35:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704294443 {#1584
    date: 2024-01-03 16:07:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
95 DENIED edit
App\Entity\Entry {#1581
  +user: Proxies\__CG__\App\Entity\User {#1588 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "What-a-relief-I-was-kinda-getting-worried"
  +title: "What a relief! I was kinda getting worried"
  +url: "https://lemmy.world/pictrs/image/42dc9d7c-688b-4ff2-98b6-f7ac79db2747.jpeg"
  +body: "I want to thank everyone who gave me a bunch of great advice"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 479
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712373291 {#1580
    date: 2024-04-06 05:14:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 26948
  -titleTs: "'get':7 'kinda':6 'relief':3 'worri':8"
  -bodyTs: "'advic':13 'bunch':10 'everyon':5 'gave':7 'great':12 'thank':4 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704380843
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10271426"
  +editedAt: DateTimeImmutable @1711247743 {#1579
    date: 2024-03-24 03:35:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704294443 {#1584
    date: 2024-01-03 16:07:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
96 DENIED moderate
App\Entity\Entry {#1581
  +user: Proxies\__CG__\App\Entity\User {#1588 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1958 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#200 …}
  +slug: "What-a-relief-I-was-kinda-getting-worried"
  +title: "What a relief! I was kinda getting worried"
  +url: "https://lemmy.world/pictrs/image/42dc9d7c-688b-4ff2-98b6-f7ac79db2747.jpeg"
  +body: "I want to thank everyone who gave me a bunch of great advice"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 479
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712373291 {#1580
    date: 2024-04-06 05:14:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 26948
  -titleTs: "'get':7 'kinda':6 'relief':3 'worri':8"
  -bodyTs: "'advic':13 'bunch':10 'everyon':5 'gave':7 'great':12 'thank':4 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704380843
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10271426"
  +editedAt: DateTimeImmutable @1711247743 {#1579
    date: 2024-03-24 03:35:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704294443 {#1584
    date: 2024-01-03 16:07:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
97 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
98 DENIED moderate
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1678 …}
  +image: Proxies\__CG__\App\Entity\Image {#1525 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1567 …}
  +slug: "Happy-New-Year-Coders"
  +title: "Happy New Year Coders."
  +url: "https://lemy.lol/pictrs/image/527f4dc8-779f-4b9a-bcb9-b7c074179a1c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 591
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712569116 {#1526
    date: 2024-04-08 11:38:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  +badges: Doctrine\ORM\PersistentCollection {#1556 …}
  +children: []
  -id: 26417
  -titleTs: "'coder':4 'happi':1 'new':2 'year':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704173762
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/17141976"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704087362 {#1528
    date: 2024-01-01 06:36:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
99 DENIED edit
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1678 …}
  +image: Proxies\__CG__\App\Entity\Image {#1525 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1567 …}
  +slug: "Happy-New-Year-Coders"
  +title: "Happy New Year Coders."
  +url: "https://lemy.lol/pictrs/image/527f4dc8-779f-4b9a-bcb9-b7c074179a1c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 591
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712569116 {#1526
    date: 2024-04-08 11:38:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  +badges: Doctrine\ORM\PersistentCollection {#1556 …}
  +children: []
  -id: 26417
  -titleTs: "'coder':4 'happi':1 'new':2 'year':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704173762
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/17141976"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704087362 {#1528
    date: 2024-01-01 06:36:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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
100 DENIED moderate
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1678 …}
  +image: Proxies\__CG__\App\Entity\Image {#1525 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1567 …}
  +slug: "Happy-New-Year-Coders"
  +title: "Happy New Year Coders."
  +url: "https://lemy.lol/pictrs/image/527f4dc8-779f-4b9a-bcb9-b7c074179a1c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 591
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712569116 {#1526
    date: 2024-04-08 11:38:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  +badges: Doctrine\ORM\PersistentCollection {#1556 …}
  +children: []
  -id: 26417
  -titleTs: "'coder':4 'happi':1 'new':2 'year':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704173762
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/17141976"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704087362 {#1528
    date: 2024-01-01 06:36:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"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