GET https://kbin.spritesserver.nl/index.php/u/@papabobolious@feddit.nu/top

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 …}
}
1.04 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
Proxies\__CG__\App\Entity\Entry {#2114
  +user: Proxies\__CG__\App\Entity\User {#2867 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "Help-with-Bluetooth-on-Pop-OS"
  +title: "Help with Bluetooth on Pop!_OS"
  +url: null
  +body: """
    I’m unable to pair my Wacom tablet to my notebook via BT. I think I know the root cause of the issue which is the version of Bluez being 5.64 and the behavior of the issue is the same as I had on Fedora on my main PC few months back when I’ve tried to pair PS5 Dual Sense controller.\n
    \n
    I was able to fix the issue on Fedora by downgrading the Bluez version with “sudo dnf downgrade bluez” but on Pop!_OS this does not work and neither I was able to upgrade to one of the newer versions 5.65 or 5.66 (it says I need to compile these?).\n
    \n
    I’m new with Linux so I’m not sure how I would go about compiling something to make it work. The 5.65 version seems to have bugfixes for my issue but I’m perfectly fine with downgrading to anything older as long as it works if it’s simpler to do.\n
    \n
    To describe the issue:\n
    \n
    When I put tablet into a pairing mode it will appear in the Pop!_OS system and I can select it to pair. It will attempt to pair but then fails.\n
    \n
    I’ve tried to force it to pair with “bluetoothctl trust/pair/connect MacID” commands and it managed to say “connected” but the tablet was still not responding and the LED was blinking as if it was still in pairing mode. I’ve also tried the Blueman GTK BT manager with no luck.\n
    \n
    Note: It works perfectly well via USB connection. It also connects instantly to my main Windows PC via BT so the tablet is not at fault.\n
    \n
    EDIT;\n
    \n
    FIGURED IT OUT\n
    \n
    by default laptop was non-discoverable and there is no system setting on either Pop!_OS or Fedora to make it discoverable. Had to use Blueman to make it so. I’ve only noticed that when doing “sudo systemctl bluetooth” for XYth time and there was “Disoverable: No” next to one of the MacIDs. After figuring out the ID belongs to my laptop I just had to figure out how to make it discoverable and turns out Blueman can do it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729253711 {#2862
    date: 2024-10-18 14:15:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2869 …}
  +votes: Doctrine\ORM\PersistentCollection {#2871 …}
  +reports: Doctrine\ORM\PersistentCollection {#2873 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2875 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2877 …}
  +badges: Doctrine\ORM\PersistentCollection {#2879 …}
  +children: [
    App\Entity\EntryComment {#2124
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
      +body: "Right here, how’s that going to help someone who *is* having issues? Or am I just meant to gloat a bit?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1706432835 {#2107
        date: 2024-01-28 10:07:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WereCat@lemmy.world"
        "@geophysicist@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2121 …}
      +nested: Doctrine\ORM\PersistentCollection {#2115 …}
      +votes: Doctrine\ORM\PersistentCollection {#2123 …}
      +reports: Doctrine\ORM\PersistentCollection {#2116 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
      -id: 346732
      -bodyTs: "'bit':22 'gloat':20 'go':6 'help':8 'issu':13 'meant':18 'right':1 'someon':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5531702"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706432835 {#2112
        date: 2024-01-28 10:07:15.0 +01:00
      }
      +"title": 346732
    }
  ]
  -id: 33568
  -titleTs: "'bluetooth':3 'help':1 'os':6 'pop':5"
  -bodyTs: "'5.64':31 '5.65':103,135 '5.66':105 'abl':65,94 'also':241,260 'anyth':152 'appear':179 'attempt':194 'back':52 'behavior':34 'belong':341 'blink':230 'blueman':244,307,359 'bluetooth':321 'bluetoothctl':209 'bluez':29,75,81 'bt':13,246,269 'bugfix':140 'caus':20 'command':212 'compil':111,128 'connect':218,258,261 'control':62 'default':282 'describ':166 'discover':287,303,355 'disover':328 'dnf':79 'downgrad':73,80,150 'dual':60 'edit':277 'either':295 'fail':199 'fault':276 'fedora':45,71,299 'figur':278,337,349 'fine':148 'fix':67 'forc':204 'go':126 'gtk':245 'id':340 'instant':262 'issu':23,37,69,143,168 'know':17 'laptop':283,344 'led':228 'linux':117 'long':155 'luck':250 'm':2,114,120,146 'macid':211,335 'main':48,265 'make':131,301,309,353 'manag':215,247 'mode':176,238 'month':51 'need':109 'neither':91 'new':115 'newer':101 'next':330 'non':286 'non-discover':285 'note':251 'notebook':11 'notic':315 'older':153 'one':98,332 'os':85,183,297 'pair':5,58,175,191,196,207,237 'pc':49,267 'perfect':147,254 'pop':84,182,296 'ps5':59 'put':171 'respond':225 'root':19 'say':107,217 'seem':137 'select':188 'sens':61 'set':293 'simpler':162 'someth':129 'still':223,235 'sudo':78,319 'sure':122 'system':184,292 'systemctl':320 'tablet':8,172,221,272 'think':15 'time':324 'tri':56,202,242 'trust/pair/connect':210 'turn':357 'unabl':3 'upgrad':96 'usb':257 'use':306 've':55,201,240,313 'version':27,76,102,136 'via':12,256,268 'wacom':7 'well':255 'window':266 'work':89,133,158,253 'would':125 'xyth':323"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706504980
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11272409"
  +editedAt: DateTimeImmutable @1729144283 {#2849
    date: 2024-10-17 07:51:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706418580 {#2827
    date: 2024-01-28 06:09:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2114
  +user: Proxies\__CG__\App\Entity\User {#2867 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "Help-with-Bluetooth-on-Pop-OS"
  +title: "Help with Bluetooth on Pop!_OS"
  +url: null
  +body: """
    I’m unable to pair my Wacom tablet to my notebook via BT. I think I know the root cause of the issue which is the version of Bluez being 5.64 and the behavior of the issue is the same as I had on Fedora on my main PC few months back when I’ve tried to pair PS5 Dual Sense controller.\n
    \n
    I was able to fix the issue on Fedora by downgrading the Bluez version with “sudo dnf downgrade bluez” but on Pop!_OS this does not work and neither I was able to upgrade to one of the newer versions 5.65 or 5.66 (it says I need to compile these?).\n
    \n
    I’m new with Linux so I’m not sure how I would go about compiling something to make it work. The 5.65 version seems to have bugfixes for my issue but I’m perfectly fine with downgrading to anything older as long as it works if it’s simpler to do.\n
    \n
    To describe the issue:\n
    \n
    When I put tablet into a pairing mode it will appear in the Pop!_OS system and I can select it to pair. It will attempt to pair but then fails.\n
    \n
    I’ve tried to force it to pair with “bluetoothctl trust/pair/connect MacID” commands and it managed to say “connected” but the tablet was still not responding and the LED was blinking as if it was still in pairing mode. I’ve also tried the Blueman GTK BT manager with no luck.\n
    \n
    Note: It works perfectly well via USB connection. It also connects instantly to my main Windows PC via BT so the tablet is not at fault.\n
    \n
    EDIT;\n
    \n
    FIGURED IT OUT\n
    \n
    by default laptop was non-discoverable and there is no system setting on either Pop!_OS or Fedora to make it discoverable. Had to use Blueman to make it so. I’ve only noticed that when doing “sudo systemctl bluetooth” for XYth time and there was “Disoverable: No” next to one of the MacIDs. After figuring out the ID belongs to my laptop I just had to figure out how to make it discoverable and turns out Blueman can do it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729253711 {#2862
    date: 2024-10-18 14:15:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2869 …}
  +votes: Doctrine\ORM\PersistentCollection {#2871 …}
  +reports: Doctrine\ORM\PersistentCollection {#2873 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2875 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2877 …}
  +badges: Doctrine\ORM\PersistentCollection {#2879 …}
  +children: [
    App\Entity\EntryComment {#2124
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
      +body: "Right here, how’s that going to help someone who *is* having issues? Or am I just meant to gloat a bit?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1706432835 {#2107
        date: 2024-01-28 10:07:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WereCat@lemmy.world"
        "@geophysicist@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2121 …}
      +nested: Doctrine\ORM\PersistentCollection {#2115 …}
      +votes: Doctrine\ORM\PersistentCollection {#2123 …}
      +reports: Doctrine\ORM\PersistentCollection {#2116 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
      -id: 346732
      -bodyTs: "'bit':22 'gloat':20 'go':6 'help':8 'issu':13 'meant':18 'right':1 'someon':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5531702"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706432835 {#2112
        date: 2024-01-28 10:07:15.0 +01:00
      }
      +"title": 346732
    }
  ]
  -id: 33568
  -titleTs: "'bluetooth':3 'help':1 'os':6 'pop':5"
  -bodyTs: "'5.64':31 '5.65':103,135 '5.66':105 'abl':65,94 'also':241,260 'anyth':152 'appear':179 'attempt':194 'back':52 'behavior':34 'belong':341 'blink':230 'blueman':244,307,359 'bluetooth':321 'bluetoothctl':209 'bluez':29,75,81 'bt':13,246,269 'bugfix':140 'caus':20 'command':212 'compil':111,128 'connect':218,258,261 'control':62 'default':282 'describ':166 'discover':287,303,355 'disover':328 'dnf':79 'downgrad':73,80,150 'dual':60 'edit':277 'either':295 'fail':199 'fault':276 'fedora':45,71,299 'figur':278,337,349 'fine':148 'fix':67 'forc':204 'go':126 'gtk':245 'id':340 'instant':262 'issu':23,37,69,143,168 'know':17 'laptop':283,344 'led':228 'linux':117 'long':155 'luck':250 'm':2,114,120,146 'macid':211,335 'main':48,265 'make':131,301,309,353 'manag':215,247 'mode':176,238 'month':51 'need':109 'neither':91 'new':115 'newer':101 'next':330 'non':286 'non-discover':285 'note':251 'notebook':11 'notic':315 'older':153 'one':98,332 'os':85,183,297 'pair':5,58,175,191,196,207,237 'pc':49,267 'perfect':147,254 'pop':84,182,296 'ps5':59 'put':171 'respond':225 'root':19 'say':107,217 'seem':137 'select':188 'sens':61 'set':293 'simpler':162 'someth':129 'still':223,235 'sudo':78,319 'sure':122 'system':184,292 'systemctl':320 'tablet':8,172,221,272 'think':15 'time':324 'tri':56,202,242 'trust/pair/connect':210 'turn':357 'unabl':3 'upgrad':96 'usb':257 'use':306 've':55,201,240,313 'version':27,76,102,136 'via':12,256,268 'wacom':7 'well':255 'window':266 'work':89,133,158,253 'would':125 'xyth':323"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706504980
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11272409"
  +editedAt: DateTimeImmutable @1729144283 {#2849
    date: 2024-10-17 07:51:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706418580 {#2827
    date: 2024-01-28 06:09:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2114
  +user: Proxies\__CG__\App\Entity\User {#2867 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "Help-with-Bluetooth-on-Pop-OS"
  +title: "Help with Bluetooth on Pop!_OS"
  +url: null
  +body: """
    I’m unable to pair my Wacom tablet to my notebook via BT. I think I know the root cause of the issue which is the version of Bluez being 5.64 and the behavior of the issue is the same as I had on Fedora on my main PC few months back when I’ve tried to pair PS5 Dual Sense controller.\n
    \n
    I was able to fix the issue on Fedora by downgrading the Bluez version with “sudo dnf downgrade bluez” but on Pop!_OS this does not work and neither I was able to upgrade to one of the newer versions 5.65 or 5.66 (it says I need to compile these?).\n
    \n
    I’m new with Linux so I’m not sure how I would go about compiling something to make it work. The 5.65 version seems to have bugfixes for my issue but I’m perfectly fine with downgrading to anything older as long as it works if it’s simpler to do.\n
    \n
    To describe the issue:\n
    \n
    When I put tablet into a pairing mode it will appear in the Pop!_OS system and I can select it to pair. It will attempt to pair but then fails.\n
    \n
    I’ve tried to force it to pair with “bluetoothctl trust/pair/connect MacID” commands and it managed to say “connected” but the tablet was still not responding and the LED was blinking as if it was still in pairing mode. I’ve also tried the Blueman GTK BT manager with no luck.\n
    \n
    Note: It works perfectly well via USB connection. It also connects instantly to my main Windows PC via BT so the tablet is not at fault.\n
    \n
    EDIT;\n
    \n
    FIGURED IT OUT\n
    \n
    by default laptop was non-discoverable and there is no system setting on either Pop!_OS or Fedora to make it discoverable. Had to use Blueman to make it so. I’ve only noticed that when doing “sudo systemctl bluetooth” for XYth time and there was “Disoverable: No” next to one of the MacIDs. After figuring out the ID belongs to my laptop I just had to figure out how to make it discoverable and turns out Blueman can do it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729253711 {#2862
    date: 2024-10-18 14:15:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2869 …}
  +votes: Doctrine\ORM\PersistentCollection {#2871 …}
  +reports: Doctrine\ORM\PersistentCollection {#2873 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2875 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2877 …}
  +badges: Doctrine\ORM\PersistentCollection {#2879 …}
  +children: [
    App\Entity\EntryComment {#2124
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2114 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
      +body: "Right here, how’s that going to help someone who *is* having issues? Or am I just meant to gloat a bit?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1706432835 {#2107
        date: 2024-01-28 10:07:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WereCat@lemmy.world"
        "@geophysicist@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2121 …}
      +nested: Doctrine\ORM\PersistentCollection {#2115 …}
      +votes: Doctrine\ORM\PersistentCollection {#2123 …}
      +reports: Doctrine\ORM\PersistentCollection {#2116 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
      -id: 346732
      -bodyTs: "'bit':22 'gloat':20 'go':6 'help':8 'issu':13 'meant':18 'right':1 'someon':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5531702"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706432835 {#2112
        date: 2024-01-28 10:07:15.0 +01:00
      }
      +"title": 346732
    }
  ]
  -id: 33568
  -titleTs: "'bluetooth':3 'help':1 'os':6 'pop':5"
  -bodyTs: "'5.64':31 '5.65':103,135 '5.66':105 'abl':65,94 'also':241,260 'anyth':152 'appear':179 'attempt':194 'back':52 'behavior':34 'belong':341 'blink':230 'blueman':244,307,359 'bluetooth':321 'bluetoothctl':209 'bluez':29,75,81 'bt':13,246,269 'bugfix':140 'caus':20 'command':212 'compil':111,128 'connect':218,258,261 'control':62 'default':282 'describ':166 'discover':287,303,355 'disover':328 'dnf':79 'downgrad':73,80,150 'dual':60 'edit':277 'either':295 'fail':199 'fault':276 'fedora':45,71,299 'figur':278,337,349 'fine':148 'fix':67 'forc':204 'go':126 'gtk':245 'id':340 'instant':262 'issu':23,37,69,143,168 'know':17 'laptop':283,344 'led':228 'linux':117 'long':155 'luck':250 'm':2,114,120,146 'macid':211,335 'main':48,265 'make':131,301,309,353 'manag':215,247 'mode':176,238 'month':51 'need':109 'neither':91 'new':115 'newer':101 'next':330 'non':286 'non-discover':285 'note':251 'notebook':11 'notic':315 'older':153 'one':98,332 'os':85,183,297 'pair':5,58,175,191,196,207,237 'pc':49,267 'perfect':147,254 'pop':84,182,296 'ps5':59 'put':171 'respond':225 'root':19 'say':107,217 'seem':137 'select':188 'sens':61 'set':293 'simpler':162 'someth':129 'still':223,235 'sudo':78,319 'sure':122 'system':184,292 'systemctl':320 'tablet':8,172,221,272 'think':15 'time':324 'tri':56,202,242 'trust/pair/connect':210 'turn':357 'unabl':3 'upgrad':96 'usb':257 'use':306 've':55,201,240,313 'version':27,76,102,136 'via':12,256,268 'wacom':7 'well':255 'window':266 'work':89,133,158,253 'would':125 'xyth':323"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706504980
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11272409"
  +editedAt: DateTimeImmutable @1729144283 {#2849
    date: 2024-10-17 07:51:23.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706418580 {#2827
    date: 2024-01-28 06:09:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#2124
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#2867 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "Help-with-Bluetooth-on-Pop-OS"
    +title: "Help with Bluetooth on Pop!_OS"
    +url: null
    +body: """
      I’m unable to pair my Wacom tablet to my notebook via BT. I think I know the root cause of the issue which is the version of Bluez being 5.64 and the behavior of the issue is the same as I had on Fedora on my main PC few months back when I’ve tried to pair PS5 Dual Sense controller.\n
      \n
      I was able to fix the issue on Fedora by downgrading the Bluez version with “sudo dnf downgrade bluez” but on Pop!_OS this does not work and neither I was able to upgrade to one of the newer versions 5.65 or 5.66 (it says I need to compile these?).\n
      \n
      I’m new with Linux so I’m not sure how I would go about compiling something to make it work. The 5.65 version seems to have bugfixes for my issue but I’m perfectly fine with downgrading to anything older as long as it works if it’s simpler to do.\n
      \n
      To describe the issue:\n
      \n
      When I put tablet into a pairing mode it will appear in the Pop!_OS system and I can select it to pair. It will attempt to pair but then fails.\n
      \n
      I’ve tried to force it to pair with “bluetoothctl trust/pair/connect MacID” commands and it managed to say “connected” but the tablet was still not responding and the LED was blinking as if it was still in pairing mode. I’ve also tried the Blueman GTK BT manager with no luck.\n
      \n
      Note: It works perfectly well via USB connection. It also connects instantly to my main Windows PC via BT so the tablet is not at fault.\n
      \n
      EDIT;\n
      \n
      FIGURED IT OUT\n
      \n
      by default laptop was non-discoverable and there is no system setting on either Pop!_OS or Fedora to make it discoverable. Had to use Blueman to make it so. I’ve only noticed that when doing “sudo systemctl bluetooth” for XYth time and there was “Disoverable: No” next to one of the MacIDs. After figuring out the ID belongs to my laptop I just had to figure out how to make it discoverable and turns out Blueman can do it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729253711 {#2862
      date: 2024-10-18 14:15:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2869 …}
    +votes: Doctrine\ORM\PersistentCollection {#2871 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2875 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2877 …}
    +badges: Doctrine\ORM\PersistentCollection {#2879 …}
    +children: [
      App\Entity\EntryComment {#2124}
    ]
    -id: 33568
    -titleTs: "'bluetooth':3 'help':1 'os':6 'pop':5"
    -bodyTs: "'5.64':31 '5.65':103,135 '5.66':105 'abl':65,94 'also':241,260 'anyth':152 'appear':179 'attempt':194 'back':52 'behavior':34 'belong':341 'blink':230 'blueman':244,307,359 'bluetooth':321 'bluetoothctl':209 'bluez':29,75,81 'bt':13,246,269 'bugfix':140 'caus':20 'command':212 'compil':111,128 'connect':218,258,261 'control':62 'default':282 'describ':166 'discover':287,303,355 'disover':328 'dnf':79 'downgrad':73,80,150 'dual':60 'edit':277 'either':295 'fail':199 'fault':276 'fedora':45,71,299 'figur':278,337,349 'fine':148 'fix':67 'forc':204 'go':126 'gtk':245 'id':340 'instant':262 'issu':23,37,69,143,168 'know':17 'laptop':283,344 'led':228 'linux':117 'long':155 'luck':250 'm':2,114,120,146 'macid':211,335 'main':48,265 'make':131,301,309,353 'manag':215,247 'mode':176,238 'month':51 'need':109 'neither':91 'new':115 'newer':101 'next':330 'non':286 'non-discover':285 'note':251 'notebook':11 'notic':315 'older':153 'one':98,332 'os':85,183,297 'pair':5,58,175,191,196,207,237 'pc':49,267 'perfect':147,254 'pop':84,182,296 'ps5':59 'put':171 'respond':225 'root':19 'say':107,217 'seem':137 'select':188 'sens':61 'set':293 'simpler':162 'someth':129 'still':223,235 'sudo':78,319 'sure':122 'system':184,292 'systemctl':320 'tablet':8,172,221,272 'think':15 'time':324 'tri':56,202,242 'trust/pair/connect':210 'turn':357 'unabl':3 'upgrad':96 'usb':257 'use':306 've':55,201,240,313 'version':27,76,102,136 'via':12,256,268 'wacom':7 'well':255 'window':266 'work':89,133,158,253 'would':125 'xyth':323"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706504980
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11272409"
    +editedAt: DateTimeImmutable @1729144283 {#2849
      date: 2024-10-17 07:51:23.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706418580 {#2827
      date: 2024-01-28 06:09:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
  +body: "Right here, how’s that going to help someone who *is* having issues? Or am I just meant to gloat a bit?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1706432835 {#2107
    date: 2024-01-28 10:07:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WereCat@lemmy.world"
    "@geophysicist@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2121 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  -id: 346732
  -bodyTs: "'bit':22 'gloat':20 'go':6 'help':8 'issu':13 'meant':18 'right':1 'someon':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5531702"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706432835 {#2112
    date: 2024-01-28 10:07:15.0 +01:00
  }
  +"title": 346732
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2124
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#2867 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "Help-with-Bluetooth-on-Pop-OS"
    +title: "Help with Bluetooth on Pop!_OS"
    +url: null
    +body: """
      I’m unable to pair my Wacom tablet to my notebook via BT. I think I know the root cause of the issue which is the version of Bluez being 5.64 and the behavior of the issue is the same as I had on Fedora on my main PC few months back when I’ve tried to pair PS5 Dual Sense controller.\n
      \n
      I was able to fix the issue on Fedora by downgrading the Bluez version with “sudo dnf downgrade bluez” but on Pop!_OS this does not work and neither I was able to upgrade to one of the newer versions 5.65 or 5.66 (it says I need to compile these?).\n
      \n
      I’m new with Linux so I’m not sure how I would go about compiling something to make it work. The 5.65 version seems to have bugfixes for my issue but I’m perfectly fine with downgrading to anything older as long as it works if it’s simpler to do.\n
      \n
      To describe the issue:\n
      \n
      When I put tablet into a pairing mode it will appear in the Pop!_OS system and I can select it to pair. It will attempt to pair but then fails.\n
      \n
      I’ve tried to force it to pair with “bluetoothctl trust/pair/connect MacID” commands and it managed to say “connected” but the tablet was still not responding and the LED was blinking as if it was still in pairing mode. I’ve also tried the Blueman GTK BT manager with no luck.\n
      \n
      Note: It works perfectly well via USB connection. It also connects instantly to my main Windows PC via BT so the tablet is not at fault.\n
      \n
      EDIT;\n
      \n
      FIGURED IT OUT\n
      \n
      by default laptop was non-discoverable and there is no system setting on either Pop!_OS or Fedora to make it discoverable. Had to use Blueman to make it so. I’ve only noticed that when doing “sudo systemctl bluetooth” for XYth time and there was “Disoverable: No” next to one of the MacIDs. After figuring out the ID belongs to my laptop I just had to figure out how to make it discoverable and turns out Blueman can do it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729253711 {#2862
      date: 2024-10-18 14:15:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2869 …}
    +votes: Doctrine\ORM\PersistentCollection {#2871 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2875 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2877 …}
    +badges: Doctrine\ORM\PersistentCollection {#2879 …}
    +children: [
      App\Entity\EntryComment {#2124}
    ]
    -id: 33568
    -titleTs: "'bluetooth':3 'help':1 'os':6 'pop':5"
    -bodyTs: "'5.64':31 '5.65':103,135 '5.66':105 'abl':65,94 'also':241,260 'anyth':152 'appear':179 'attempt':194 'back':52 'behavior':34 'belong':341 'blink':230 'blueman':244,307,359 'bluetooth':321 'bluetoothctl':209 'bluez':29,75,81 'bt':13,246,269 'bugfix':140 'caus':20 'command':212 'compil':111,128 'connect':218,258,261 'control':62 'default':282 'describ':166 'discover':287,303,355 'disover':328 'dnf':79 'downgrad':73,80,150 'dual':60 'edit':277 'either':295 'fail':199 'fault':276 'fedora':45,71,299 'figur':278,337,349 'fine':148 'fix':67 'forc':204 'go':126 'gtk':245 'id':340 'instant':262 'issu':23,37,69,143,168 'know':17 'laptop':283,344 'led':228 'linux':117 'long':155 'luck':250 'm':2,114,120,146 'macid':211,335 'main':48,265 'make':131,301,309,353 'manag':215,247 'mode':176,238 'month':51 'need':109 'neither':91 'new':115 'newer':101 'next':330 'non':286 'non-discover':285 'note':251 'notebook':11 'notic':315 'older':153 'one':98,332 'os':85,183,297 'pair':5,58,175,191,196,207,237 'pc':49,267 'perfect':147,254 'pop':84,182,296 'ps5':59 'put':171 'respond':225 'root':19 'say':107,217 'seem':137 'select':188 'sens':61 'set':293 'simpler':162 'someth':129 'still':223,235 'sudo':78,319 'sure':122 'system':184,292 'systemctl':320 'tablet':8,172,221,272 'think':15 'time':324 'tri':56,202,242 'trust/pair/connect':210 'turn':357 'unabl':3 'upgrad':96 'usb':257 'use':306 've':55,201,240,313 'version':27,76,102,136 'via':12,256,268 'wacom':7 'well':255 'window':266 'work':89,133,158,253 'would':125 'xyth':323"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706504980
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11272409"
    +editedAt: DateTimeImmutable @1729144283 {#2849
      date: 2024-10-17 07:51:23.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706418580 {#2827
      date: 2024-01-28 06:09:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
  +body: "Right here, how’s that going to help someone who *is* having issues? Or am I just meant to gloat a bit?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1706432835 {#2107
    date: 2024-01-28 10:07:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WereCat@lemmy.world"
    "@geophysicist@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2121 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  -id: 346732
  -bodyTs: "'bit':22 'gloat':20 'go':6 'help':8 'issu':13 'meant':18 'right':1 'someon':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5531702"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706432835 {#2112
    date: 2024-01-28 10:07:15.0 +01:00
  }
  +"title": 346732
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2124
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2114
    +user: Proxies\__CG__\App\Entity\User {#2867 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "Help-with-Bluetooth-on-Pop-OS"
    +title: "Help with Bluetooth on Pop!_OS"
    +url: null
    +body: """
      I’m unable to pair my Wacom tablet to my notebook via BT. I think I know the root cause of the issue which is the version of Bluez being 5.64 and the behavior of the issue is the same as I had on Fedora on my main PC few months back when I’ve tried to pair PS5 Dual Sense controller.\n
      \n
      I was able to fix the issue on Fedora by downgrading the Bluez version with “sudo dnf downgrade bluez” but on Pop!_OS this does not work and neither I was able to upgrade to one of the newer versions 5.65 or 5.66 (it says I need to compile these?).\n
      \n
      I’m new with Linux so I’m not sure how I would go about compiling something to make it work. The 5.65 version seems to have bugfixes for my issue but I’m perfectly fine with downgrading to anything older as long as it works if it’s simpler to do.\n
      \n
      To describe the issue:\n
      \n
      When I put tablet into a pairing mode it will appear in the Pop!_OS system and I can select it to pair. It will attempt to pair but then fails.\n
      \n
      I’ve tried to force it to pair with “bluetoothctl trust/pair/connect MacID” commands and it managed to say “connected” but the tablet was still not responding and the LED was blinking as if it was still in pairing mode. I’ve also tried the Blueman GTK BT manager with no luck.\n
      \n
      Note: It works perfectly well via USB connection. It also connects instantly to my main Windows PC via BT so the tablet is not at fault.\n
      \n
      EDIT;\n
      \n
      FIGURED IT OUT\n
      \n
      by default laptop was non-discoverable and there is no system setting on either Pop!_OS or Fedora to make it discoverable. Had to use Blueman to make it so. I’ve only noticed that when doing “sudo systemctl bluetooth” for XYth time and there was “Disoverable: No” next to one of the MacIDs. After figuring out the ID belongs to my laptop I just had to figure out how to make it discoverable and turns out Blueman can do it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729253711 {#2862
      date: 2024-10-18 14:15:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2869 …}
    +votes: Doctrine\ORM\PersistentCollection {#2871 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2875 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2877 …}
    +badges: Doctrine\ORM\PersistentCollection {#2879 …}
    +children: [
      App\Entity\EntryComment {#2124}
    ]
    -id: 33568
    -titleTs: "'bluetooth':3 'help':1 'os':6 'pop':5"
    -bodyTs: "'5.64':31 '5.65':103,135 '5.66':105 'abl':65,94 'also':241,260 'anyth':152 'appear':179 'attempt':194 'back':52 'behavior':34 'belong':341 'blink':230 'blueman':244,307,359 'bluetooth':321 'bluetoothctl':209 'bluez':29,75,81 'bt':13,246,269 'bugfix':140 'caus':20 'command':212 'compil':111,128 'connect':218,258,261 'control':62 'default':282 'describ':166 'discover':287,303,355 'disover':328 'dnf':79 'downgrad':73,80,150 'dual':60 'edit':277 'either':295 'fail':199 'fault':276 'fedora':45,71,299 'figur':278,337,349 'fine':148 'fix':67 'forc':204 'go':126 'gtk':245 'id':340 'instant':262 'issu':23,37,69,143,168 'know':17 'laptop':283,344 'led':228 'linux':117 'long':155 'luck':250 'm':2,114,120,146 'macid':211,335 'main':48,265 'make':131,301,309,353 'manag':215,247 'mode':176,238 'month':51 'need':109 'neither':91 'new':115 'newer':101 'next':330 'non':286 'non-discover':285 'note':251 'notebook':11 'notic':315 'older':153 'one':98,332 'os':85,183,297 'pair':5,58,175,191,196,207,237 'pc':49,267 'perfect':147,254 'pop':84,182,296 'ps5':59 'put':171 'respond':225 'root':19 'say':107,217 'seem':137 'select':188 'sens':61 'set':293 'simpler':162 'someth':129 'still':223,235 'sudo':78,319 'sure':122 'system':184,292 'systemctl':320 'tablet':8,172,221,272 'think':15 'time':324 'tri':56,202,242 'trust/pair/connect':210 'turn':357 'unabl':3 'upgrad':96 'usb':257 'use':306 've':55,201,240,313 'version':27,76,102,136 'via':12,256,268 'wacom':7 'well':255 'window':266 'work':89,133,158,253 'would':125 'xyth':323"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706504980
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11272409"
    +editedAt: DateTimeImmutable @1729144283 {#2849
      date: 2024-10-17 07:51:23.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706418580 {#2827
      date: 2024-01-28 06:09:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2118 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2117 …}
  +body: "Right here, how’s that going to help someone who *is* having issues? Or am I just meant to gloat a bit?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1706432835 {#2107
    date: 2024-01-28 10:07:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WereCat@lemmy.world"
    "@geophysicist@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2121 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  -id: 346732
  -bodyTs: "'bit':22 'gloat':20 'go':6 'help':8 'issu':13 'meant':18 'right':1 'someon':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5531702"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706432835 {#2112
    date: 2024-01-28 10:07:15.0 +01:00
  }
  +"title": 346732
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2846 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "Those-who-didn-t-initially-want-kids-but-got-influenced-pressured-by"
  +title: "Those who didn't initially want kids, but got influenced/pressured by their partners, how that played out?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696208563 {#2881
    date: 2023-10-02 03:02:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2886 …}
  +votes: Doctrine\ORM\PersistentCollection {#2889 …}
  +reports: Doctrine\ORM\PersistentCollection {#2891 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I always liked kids, but never saw myself having any.\n
        \n
        I met a girl who was dead set on children and already ended a long relationship due to the partner not wanting kids.\n
        \n
        I decided I could have one kid, as long as it was a few years in the future so I could do stuff you don’t really do when you have kids.\n
        \n
        Years went by, pregnancy happened. Having a kid is exhausting but at the same time having a kid who considers you their most important person in the world is an amazing high and something you will never experience by babysitting someones kid.\n
        \n
        I don’t regret having my child, I love my child very much and they surprise me every day with how capable they are of stuff, to the point I am amazed this little person is related to me at all.\n
        \n
        I’m at peace with my decision even if I had other plans and might sometimes miss what could’ve been with less responsibility, but at the same time I will grow older and I will have less responsibility as my child gets older too. And as one grows older I imagine running around town being up to no good gets old as well.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697658957 {#1431
        date: 2023-10-18 21:55:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kSPvhmTOlwvMd7Y7E@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1587 …}
      +nested: Doctrine\ORM\PersistentCollection {#1574 …}
      +votes: Doctrine\ORM\PersistentCollection {#1588 …}
      +reports: Doctrine\ORM\PersistentCollection {#1584 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
      -id: 57611
      -bodyTs: "'alreadi':22 'alway':2 'amaz':96,139 'around':202 'babysit':105 'capabl':129 'child':114,118,190 'children':20 'consid':85 'could':37,54,167 'day':126 'dead':17 'decid':35 'decis':155 'due':27 'end':23 'even':156 'everi':125 'exhaust':75 'experi':103 'futur':51 'get':191,209 'girl':14 'good':208 'grow':180,197 'happen':70 'high':97 'imagin':200 'import':89 'kid':4,33,40,65,73,83,107 'less':171,186 'like':3 'littl':141 'long':25,42 'love':116 'm':150 'met':12 'might':163 'miss':165 'much':120 'never':6,102 'old':210 'older':181,192,198 'one':39,196 'partner':30 'peac':152 'person':90,142 'plan':161 'point':136 'pregnanc':69 'realli':60 'regret':111 'relat':144 'relationship':26 'respons':172,187 'run':201 'saw':7 'set':18 'someon':106 'someth':99 'sometim':164 'stuff':56,133 'surpris':123 'time':80,177 'town':203 've':168 'want':32 'well':212 'went':67 'world':93 'year':48,66"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/2567004"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696154820 {#1694
        date: 2023-10-01 12:07:00.0 +02:00
      }
      +"title": 57611
    }
  ]
  -id: 6276
  -titleTs: "'didn':3 'got':9 'influenced/pressured':10 'initi':5 'kid':7 'partner':13 'play':16 'want':6"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696187772
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6086706"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696148772 {#2868
    date: 2023-10-01 10:26:12.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2846 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "Those-who-didn-t-initially-want-kids-but-got-influenced-pressured-by"
  +title: "Those who didn't initially want kids, but got influenced/pressured by their partners, how that played out?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696208563 {#2881
    date: 2023-10-02 03:02:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2886 …}
  +votes: Doctrine\ORM\PersistentCollection {#2889 …}
  +reports: Doctrine\ORM\PersistentCollection {#2891 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I always liked kids, but never saw myself having any.\n
        \n
        I met a girl who was dead set on children and already ended a long relationship due to the partner not wanting kids.\n
        \n
        I decided I could have one kid, as long as it was a few years in the future so I could do stuff you don’t really do when you have kids.\n
        \n
        Years went by, pregnancy happened. Having a kid is exhausting but at the same time having a kid who considers you their most important person in the world is an amazing high and something you will never experience by babysitting someones kid.\n
        \n
        I don’t regret having my child, I love my child very much and they surprise me every day with how capable they are of stuff, to the point I am amazed this little person is related to me at all.\n
        \n
        I’m at peace with my decision even if I had other plans and might sometimes miss what could’ve been with less responsibility, but at the same time I will grow older and I will have less responsibility as my child gets older too. And as one grows older I imagine running around town being up to no good gets old as well.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697658957 {#1431
        date: 2023-10-18 21:55:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kSPvhmTOlwvMd7Y7E@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1587 …}
      +nested: Doctrine\ORM\PersistentCollection {#1574 …}
      +votes: Doctrine\ORM\PersistentCollection {#1588 …}
      +reports: Doctrine\ORM\PersistentCollection {#1584 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
      -id: 57611
      -bodyTs: "'alreadi':22 'alway':2 'amaz':96,139 'around':202 'babysit':105 'capabl':129 'child':114,118,190 'children':20 'consid':85 'could':37,54,167 'day':126 'dead':17 'decid':35 'decis':155 'due':27 'end':23 'even':156 'everi':125 'exhaust':75 'experi':103 'futur':51 'get':191,209 'girl':14 'good':208 'grow':180,197 'happen':70 'high':97 'imagin':200 'import':89 'kid':4,33,40,65,73,83,107 'less':171,186 'like':3 'littl':141 'long':25,42 'love':116 'm':150 'met':12 'might':163 'miss':165 'much':120 'never':6,102 'old':210 'older':181,192,198 'one':39,196 'partner':30 'peac':152 'person':90,142 'plan':161 'point':136 'pregnanc':69 'realli':60 'regret':111 'relat':144 'relationship':26 'respons':172,187 'run':201 'saw':7 'set':18 'someon':106 'someth':99 'sometim':164 'stuff':56,133 'surpris':123 'time':80,177 'town':203 've':168 'want':32 'well':212 'went':67 'world':93 'year':48,66"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/2567004"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696154820 {#1694
        date: 2023-10-01 12:07:00.0 +02:00
      }
      +"title": 57611
    }
  ]
  -id: 6276
  -titleTs: "'didn':3 'got':9 'influenced/pressured':10 'initi':5 'kid':7 'partner':13 'play':16 'want':6"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696187772
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6086706"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696148772 {#2868
    date: 2023-10-01 10:26:12.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1577
  +user: Proxies\__CG__\App\Entity\User {#2846 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "Those-who-didn-t-initially-want-kids-but-got-influenced-pressured-by"
  +title: "Those who didn't initially want kids, but got influenced/pressured by their partners, how that played out?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696208563 {#2881
    date: 2023-10-02 03:02:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2886 …}
  +votes: Doctrine\ORM\PersistentCollection {#2889 …}
  +reports: Doctrine\ORM\PersistentCollection {#2891 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
  +badges: Doctrine\ORM\PersistentCollection {#2897 …}
  +children: [
    App\Entity\EntryComment {#1609
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1577 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I always liked kids, but never saw myself having any.\n
        \n
        I met a girl who was dead set on children and already ended a long relationship due to the partner not wanting kids.\n
        \n
        I decided I could have one kid, as long as it was a few years in the future so I could do stuff you don’t really do when you have kids.\n
        \n
        Years went by, pregnancy happened. Having a kid is exhausting but at the same time having a kid who considers you their most important person in the world is an amazing high and something you will never experience by babysitting someones kid.\n
        \n
        I don’t regret having my child, I love my child very much and they surprise me every day with how capable they are of stuff, to the point I am amazed this little person is related to me at all.\n
        \n
        I’m at peace with my decision even if I had other plans and might sometimes miss what could’ve been with less responsibility, but at the same time I will grow older and I will have less responsibility as my child gets older too. And as one grows older I imagine running around town being up to no good gets old as well.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697658957 {#1431
        date: 2023-10-18 21:55:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kSPvhmTOlwvMd7Y7E@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1587 …}
      +nested: Doctrine\ORM\PersistentCollection {#1574 …}
      +votes: Doctrine\ORM\PersistentCollection {#1588 …}
      +reports: Doctrine\ORM\PersistentCollection {#1584 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
      -id: 57611
      -bodyTs: "'alreadi':22 'alway':2 'amaz':96,139 'around':202 'babysit':105 'capabl':129 'child':114,118,190 'children':20 'consid':85 'could':37,54,167 'day':126 'dead':17 'decid':35 'decis':155 'due':27 'end':23 'even':156 'everi':125 'exhaust':75 'experi':103 'futur':51 'get':191,209 'girl':14 'good':208 'grow':180,197 'happen':70 'high':97 'imagin':200 'import':89 'kid':4,33,40,65,73,83,107 'less':171,186 'like':3 'littl':141 'long':25,42 'love':116 'm':150 'met':12 'might':163 'miss':165 'much':120 'never':6,102 'old':210 'older':181,192,198 'one':39,196 'partner':30 'peac':152 'person':90,142 'plan':161 'point':136 'pregnanc':69 'realli':60 'regret':111 'relat':144 'relationship':26 'respons':172,187 'run':201 'saw':7 'set':18 'someon':106 'someth':99 'sometim':164 'stuff':56,133 'surpris':123 'time':80,177 'town':203 've':168 'want':32 'well':212 'went':67 'world':93 'year':48,66"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/2567004"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696154820 {#1694
        date: 2023-10-01 12:07:00.0 +02:00
      }
      +"title": 57611
    }
  ]
  -id: 6276
  -titleTs: "'didn':3 'got':9 'influenced/pressured':10 'initi':5 'kid':7 'partner':13 'play':16 'want':6"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696187772
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6086706"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696148772 {#2868
    date: 2023-10-01 10:26:12.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2846 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "Those-who-didn-t-initially-want-kids-but-got-influenced-pressured-by"
    +title: "Those who didn't initially want kids, but got influenced/pressured by their partners, how that played out?"
    +url: null
    +body: "Title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696208563 {#2881
      date: 2023-10-02 03:02:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2886 …}
    +votes: Doctrine\ORM\PersistentCollection {#2889 …}
    +reports: Doctrine\ORM\PersistentCollection {#2891 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 6276
    -titleTs: "'didn':3 'got':9 'influenced/pressured':10 'initi':5 'kid':7 'partner':13 'play':16 'want':6"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696187772
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6086706"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696148772 {#2868
      date: 2023-10-01 10:26:12.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I always liked kids, but never saw myself having any.\n
    \n
    I met a girl who was dead set on children and already ended a long relationship due to the partner not wanting kids.\n
    \n
    I decided I could have one kid, as long as it was a few years in the future so I could do stuff you don’t really do when you have kids.\n
    \n
    Years went by, pregnancy happened. Having a kid is exhausting but at the same time having a kid who considers you their most important person in the world is an amazing high and something you will never experience by babysitting someones kid.\n
    \n
    I don’t regret having my child, I love my child very much and they surprise me every day with how capable they are of stuff, to the point I am amazed this little person is related to me at all.\n
    \n
    I’m at peace with my decision even if I had other plans and might sometimes miss what could’ve been with less responsibility, but at the same time I will grow older and I will have less responsibility as my child gets older too. And as one grows older I imagine running around town being up to no good gets old as well.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697658957 {#1431
    date: 2023-10-18 21:55:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kSPvhmTOlwvMd7Y7E@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 57611
  -bodyTs: "'alreadi':22 'alway':2 'amaz':96,139 'around':202 'babysit':105 'capabl':129 'child':114,118,190 'children':20 'consid':85 'could':37,54,167 'day':126 'dead':17 'decid':35 'decis':155 'due':27 'end':23 'even':156 'everi':125 'exhaust':75 'experi':103 'futur':51 'get':191,209 'girl':14 'good':208 'grow':180,197 'happen':70 'high':97 'imagin':200 'import':89 'kid':4,33,40,65,73,83,107 'less':171,186 'like':3 'littl':141 'long':25,42 'love':116 'm':150 'met':12 'might':163 'miss':165 'much':120 'never':6,102 'old':210 'older':181,192,198 'one':39,196 'partner':30 'peac':152 'person':90,142 'plan':161 'point':136 'pregnanc':69 'realli':60 'regret':111 'relat':144 'relationship':26 'respons':172,187 'run':201 'saw':7 'set':18 'someon':106 'someth':99 'sometim':164 'stuff':56,133 'surpris':123 'time':80,177 'town':203 've':168 'want':32 'well':212 'went':67 'world':93 'year':48,66"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/2567004"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696154820 {#1694
    date: 2023-10-01 12:07:00.0 +02:00
  }
  +"title": 57611
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2846 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "Those-who-didn-t-initially-want-kids-but-got-influenced-pressured-by"
    +title: "Those who didn't initially want kids, but got influenced/pressured by their partners, how that played out?"
    +url: null
    +body: "Title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696208563 {#2881
      date: 2023-10-02 03:02:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2886 …}
    +votes: Doctrine\ORM\PersistentCollection {#2889 …}
    +reports: Doctrine\ORM\PersistentCollection {#2891 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 6276
    -titleTs: "'didn':3 'got':9 'influenced/pressured':10 'initi':5 'kid':7 'partner':13 'play':16 'want':6"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696187772
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6086706"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696148772 {#2868
      date: 2023-10-01 10:26:12.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I always liked kids, but never saw myself having any.\n
    \n
    I met a girl who was dead set on children and already ended a long relationship due to the partner not wanting kids.\n
    \n
    I decided I could have one kid, as long as it was a few years in the future so I could do stuff you don’t really do when you have kids.\n
    \n
    Years went by, pregnancy happened. Having a kid is exhausting but at the same time having a kid who considers you their most important person in the world is an amazing high and something you will never experience by babysitting someones kid.\n
    \n
    I don’t regret having my child, I love my child very much and they surprise me every day with how capable they are of stuff, to the point I am amazed this little person is related to me at all.\n
    \n
    I’m at peace with my decision even if I had other plans and might sometimes miss what could’ve been with less responsibility, but at the same time I will grow older and I will have less responsibility as my child gets older too. And as one grows older I imagine running around town being up to no good gets old as well.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697658957 {#1431
    date: 2023-10-18 21:55:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kSPvhmTOlwvMd7Y7E@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 57611
  -bodyTs: "'alreadi':22 'alway':2 'amaz':96,139 'around':202 'babysit':105 'capabl':129 'child':114,118,190 'children':20 'consid':85 'could':37,54,167 'day':126 'dead':17 'decid':35 'decis':155 'due':27 'end':23 'even':156 'everi':125 'exhaust':75 'experi':103 'futur':51 'get':191,209 'girl':14 'good':208 'grow':180,197 'happen':70 'high':97 'imagin':200 'import':89 'kid':4,33,40,65,73,83,107 'less':171,186 'like':3 'littl':141 'long':25,42 'love':116 'm':150 'met':12 'might':163 'miss':165 'much':120 'never':6,102 'old':210 'older':181,192,198 'one':39,196 'partner':30 'peac':152 'person':90,142 'plan':161 'point':136 'pregnanc':69 'realli':60 'regret':111 'relat':144 'relationship':26 'respons':172,187 'run':201 'saw':7 'set':18 'someon':106 'someth':99 'sometim':164 'stuff':56,133 'surpris':123 'time':80,177 'town':203 've':168 'want':32 'well':212 'went':67 'world':93 'year':48,66"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/2567004"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696154820 {#1694
    date: 2023-10-01 12:07:00.0 +02:00
  }
  +"title": 57611
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#1609
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1577
    +user: Proxies\__CG__\App\Entity\User {#2846 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "Those-who-didn-t-initially-want-kids-but-got-influenced-pressured-by"
    +title: "Those who didn't initially want kids, but got influenced/pressured by their partners, how that played out?"
    +url: null
    +body: "Title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696208563 {#2881
      date: 2023-10-02 03:02:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2886 …}
    +votes: Doctrine\ORM\PersistentCollection {#2889 …}
    +reports: Doctrine\ORM\PersistentCollection {#2891 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2893 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2895 …}
    +badges: Doctrine\ORM\PersistentCollection {#2897 …}
    +children: [
      App\Entity\EntryComment {#1609}
    ]
    -id: 6276
    -titleTs: "'didn':3 'got':9 'influenced/pressured':10 'initi':5 'kid':7 'partner':13 'play':16 'want':6"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696187772
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/6086706"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696148772 {#2868
      date: 2023-10-01 10:26:12.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I always liked kids, but never saw myself having any.\n
    \n
    I met a girl who was dead set on children and already ended a long relationship due to the partner not wanting kids.\n
    \n
    I decided I could have one kid, as long as it was a few years in the future so I could do stuff you don’t really do when you have kids.\n
    \n
    Years went by, pregnancy happened. Having a kid is exhausting but at the same time having a kid who considers you their most important person in the world is an amazing high and something you will never experience by babysitting someones kid.\n
    \n
    I don’t regret having my child, I love my child very much and they surprise me every day with how capable they are of stuff, to the point I am amazed this little person is related to me at all.\n
    \n
    I’m at peace with my decision even if I had other plans and might sometimes miss what could’ve been with less responsibility, but at the same time I will grow older and I will have less responsibility as my child gets older too. And as one grows older I imagine running around town being up to no good gets old as well.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697658957 {#1431
    date: 2023-10-18 21:55:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kSPvhmTOlwvMd7Y7E@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1587 …}
  +nested: Doctrine\ORM\PersistentCollection {#1574 …}
  +votes: Doctrine\ORM\PersistentCollection {#1588 …}
  +reports: Doctrine\ORM\PersistentCollection {#1584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  -id: 57611
  -bodyTs: "'alreadi':22 'alway':2 'amaz':96,139 'around':202 'babysit':105 'capabl':129 'child':114,118,190 'children':20 'consid':85 'could':37,54,167 'day':126 'dead':17 'decid':35 'decis':155 'due':27 'end':23 'even':156 'everi':125 'exhaust':75 'experi':103 'futur':51 'get':191,209 'girl':14 'good':208 'grow':180,197 'happen':70 'high':97 'imagin':200 'import':89 'kid':4,33,40,65,73,83,107 'less':171,186 'like':3 'littl':141 'long':25,42 'love':116 'm':150 'met':12 'might':163 'miss':165 'much':120 'never':6,102 'old':210 'older':181,192,198 'one':39,196 'partner':30 'peac':152 'person':90,142 'plan':161 'point':136 'pregnanc':69 'realli':60 'regret':111 'relat':144 'relationship':26 'respons':172,187 'run':201 'saw':7 'set':18 'someon':106 'someth':99 'sometim':164 'stuff':56,133 'surpris':123 'time':80,177 'town':203 've':168 'want':32 'well':212 'went':67 'world':93 'year':48,66"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/2567004"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696154820 {#1694
    date: 2023-10-01 12:07:00.0 +02:00
  }
  +"title": 57611
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2790 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: Proxies\__CG__\App\Entity\Image {#2829 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "SHEEEEEEEEEEEEEEEEEESH-9-11-Was-Cringe"
  +title: "SHEEEEEEEEEEEEEEEEEESH 9/11 Was Cringe"
  +url: "https://lemmy.world/pictrs/image/7cce5829-a629-4de2-9b4c-cdddf7f15fd3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 96
  +favouriteCount: 1061
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728463777 {#2824
    date: 2024-10-09 10:49:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2831 …}
  +votes: Doctrine\ORM\PersistentCollection {#2833 …}
  +reports: Doctrine\ORM\PersistentCollection {#2835 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2839 …}
  +badges: Doctrine\ORM\PersistentCollection {#2841 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +body: "Everyone outside the US are over it, especially considering the war to follow"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1706086903 {#2071
        date: 2024-01-24 10:01:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Godric@lemmy.world"
        "@Maggoty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2051 …}
      +nested: Doctrine\ORM\PersistentCollection {#2059 …}
      +votes: Doctrine\ORM\PersistentCollection {#2047 …}
      +reports: Doctrine\ORM\PersistentCollection {#2057 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
      -id: 336278
      -bodyTs: "'consid':9 'especi':8 'everyon':1 'follow':13 'outsid':2 'us':4 'war':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5395866"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706086903 {#2067
        date: 2024-01-24 10:01:43.0 +01:00
      }
      +"title": 336278
    }
  ]
  -id: 32676
  -titleTs: "'9/11':2 'cring':4 'sheeeeeeeeeeeeeeeeeesh':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706122174
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11094011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706035774 {#2812
    date: 2024-01-23 19:49:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2790 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: Proxies\__CG__\App\Entity\Image {#2829 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "SHEEEEEEEEEEEEEEEEEESH-9-11-Was-Cringe"
  +title: "SHEEEEEEEEEEEEEEEEEESH 9/11 Was Cringe"
  +url: "https://lemmy.world/pictrs/image/7cce5829-a629-4de2-9b4c-cdddf7f15fd3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 96
  +favouriteCount: 1061
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728463777 {#2824
    date: 2024-10-09 10:49:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2831 …}
  +votes: Doctrine\ORM\PersistentCollection {#2833 …}
  +reports: Doctrine\ORM\PersistentCollection {#2835 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2839 …}
  +badges: Doctrine\ORM\PersistentCollection {#2841 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +body: "Everyone outside the US are over it, especially considering the war to follow"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1706086903 {#2071
        date: 2024-01-24 10:01:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Godric@lemmy.world"
        "@Maggoty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2051 …}
      +nested: Doctrine\ORM\PersistentCollection {#2059 …}
      +votes: Doctrine\ORM\PersistentCollection {#2047 …}
      +reports: Doctrine\ORM\PersistentCollection {#2057 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
      -id: 336278
      -bodyTs: "'consid':9 'especi':8 'everyon':1 'follow':13 'outsid':2 'us':4 'war':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5395866"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706086903 {#2067
        date: 2024-01-24 10:01:43.0 +01:00
      }
      +"title": 336278
    }
  ]
  -id: 32676
  -titleTs: "'9/11':2 'cring':4 'sheeeeeeeeeeeeeeeeeesh':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706122174
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11094011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706035774 {#2812
    date: 2024-01-23 19:49:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2790 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: Proxies\__CG__\App\Entity\Image {#2829 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "SHEEEEEEEEEEEEEEEEEESH-9-11-Was-Cringe"
  +title: "SHEEEEEEEEEEEEEEEEEESH 9/11 Was Cringe"
  +url: "https://lemmy.world/pictrs/image/7cce5829-a629-4de2-9b4c-cdddf7f15fd3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 96
  +favouriteCount: 1061
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728463777 {#2824
    date: 2024-10-09 10:49:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2831 …}
  +votes: Doctrine\ORM\PersistentCollection {#2833 …}
  +reports: Doctrine\ORM\PersistentCollection {#2835 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2839 …}
  +badges: Doctrine\ORM\PersistentCollection {#2841 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +body: "Everyone outside the US are over it, especially considering the war to follow"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1706086903 {#2071
        date: 2024-01-24 10:01:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Godric@lemmy.world"
        "@Maggoty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2051 …}
      +nested: Doctrine\ORM\PersistentCollection {#2059 …}
      +votes: Doctrine\ORM\PersistentCollection {#2047 …}
      +reports: Doctrine\ORM\PersistentCollection {#2057 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
      -id: 336278
      -bodyTs: "'consid':9 'especi':8 'everyon':1 'follow':13 'outsid':2 'us':4 'war':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5395866"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706086903 {#2067
        date: 2024-01-24 10:01:43.0 +01:00
      }
      +"title": 336278
    }
  ]
  -id: 32676
  -titleTs: "'9/11':2 'cring':4 'sheeeeeeeeeeeeeeeeeesh':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706122174
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11094011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706035774 {#2812
    date: 2024-01-23 19:49:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2790 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: Proxies\__CG__\App\Entity\Image {#2829 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "SHEEEEEEEEEEEEEEEEEESH-9-11-Was-Cringe"
    +title: "SHEEEEEEEEEEEEEEEEEESH 9/11 Was Cringe"
    +url: "https://lemmy.world/pictrs/image/7cce5829-a629-4de2-9b4c-cdddf7f15fd3.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 96
    +favouriteCount: 1061
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728463777 {#2824
      date: 2024-10-09 10:49:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2831 …}
    +votes: Doctrine\ORM\PersistentCollection {#2833 …}
    +reports: Doctrine\ORM\PersistentCollection {#2835 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2839 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 32676
    -titleTs: "'9/11':2 'cring':4 'sheeeeeeeeeeeeeeeeeesh':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706122174
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11094011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706035774 {#2812
      date: 2024-01-23 19:49:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +body: "Everyone outside the US are over it, especially considering the war to follow"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1706086903 {#2071
    date: 2024-01-24 10:01:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Godric@lemmy.world"
    "@Maggoty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2051 …}
  +nested: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2047 …}
  +reports: Doctrine\ORM\PersistentCollection {#2057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
  -id: 336278
  -bodyTs: "'consid':9 'especi':8 'everyon':1 'follow':13 'outsid':2 'us':4 'war':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5395866"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706086903 {#2067
    date: 2024-01-24 10:01:43.0 +01:00
  }
  +"title": 336278
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2790 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: Proxies\__CG__\App\Entity\Image {#2829 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "SHEEEEEEEEEEEEEEEEEESH-9-11-Was-Cringe"
    +title: "SHEEEEEEEEEEEEEEEEEESH 9/11 Was Cringe"
    +url: "https://lemmy.world/pictrs/image/7cce5829-a629-4de2-9b4c-cdddf7f15fd3.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 96
    +favouriteCount: 1061
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728463777 {#2824
      date: 2024-10-09 10:49:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2831 …}
    +votes: Doctrine\ORM\PersistentCollection {#2833 …}
    +reports: Doctrine\ORM\PersistentCollection {#2835 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2839 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 32676
    -titleTs: "'9/11':2 'cring':4 'sheeeeeeeeeeeeeeeeeesh':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706122174
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11094011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706035774 {#2812
      date: 2024-01-23 19:49:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +body: "Everyone outside the US are over it, especially considering the war to follow"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1706086903 {#2071
    date: 2024-01-24 10:01:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Godric@lemmy.world"
    "@Maggoty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2051 …}
  +nested: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2047 …}
  +reports: Doctrine\ORM\PersistentCollection {#2057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
  -id: 336278
  -bodyTs: "'consid':9 'especi':8 'everyon':1 'follow':13 'outsid':2 'us':4 'war':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5395866"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706086903 {#2067
    date: 2024-01-24 10:01:43.0 +01:00
  }
  +"title": 336278
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2790 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: Proxies\__CG__\App\Entity\Image {#2829 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "SHEEEEEEEEEEEEEEEEEESH-9-11-Was-Cringe"
    +title: "SHEEEEEEEEEEEEEEEEEESH 9/11 Was Cringe"
    +url: "https://lemmy.world/pictrs/image/7cce5829-a629-4de2-9b4c-cdddf7f15fd3.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 96
    +favouriteCount: 1061
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728463777 {#2824
      date: 2024-10-09 10:49:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2831 …}
    +votes: Doctrine\ORM\PersistentCollection {#2833 …}
    +reports: Doctrine\ORM\PersistentCollection {#2835 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2839 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 32676
    -titleTs: "'9/11':2 'cring':4 'sheeeeeeeeeeeeeeeeeesh':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706122174
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11094011"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706035774 {#2812
      date: 2024-01-23 19:49:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +body: "Everyone outside the US are over it, especially considering the war to follow"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1706086903 {#2071
    date: 2024-01-24 10:01:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Godric@lemmy.world"
    "@Maggoty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2051 …}
  +nested: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2047 …}
  +reports: Doctrine\ORM\PersistentCollection {#2057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
  -id: 336278
  -bodyTs: "'consid':9 'especi':8 'everyon':1 'follow':13 'outsid':2 'us':4 'war':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5395866"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706086903 {#2067
    date: 2024-01-24 10:01:43.0 +01:00
  }
  +"title": 336278
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2848 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
  +slug: "that-look-tho"
  +title: "that look tho"
  +url: "https://sh.itjust.works/pictrs/image/ad94b271-8d4c-4521-85a5-a576111e674e.jpeg"
  +body: "Should go without saying, but do not do this"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 659
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700257953 {#2843
    date: 2023-11-17 22:52:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2850 …}
  +votes: Doctrine\ORM\PersistentCollection {#2852 …}
  +reports: Doctrine\ORM\PersistentCollection {#2854 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
  +badges: Doctrine\ORM\PersistentCollection {#2860 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
      +body: "The tyres are worn down to a point they were never intended to run at, I don’t know but the rubber compound could be completely different that far down, not to mention the risk of punctures."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1700034062 {#1383
        date: 2023-11-15 08:41:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rug_burn@sh.itjust.works"
        "@Todesschnitzel@lemm.ee"
        "@PR3CiSiON@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 126352
      -bodyTs: "'complet':26 'compound':23 'could':24 'differ':27 'far':29 'intend':12 'know':19 'mention':33 'never':11 'point':8 'punctur':37 'risk':35 'rubber':22 'run':14 'tyre':2 'worn':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3728648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700034062 {#1402
        date: 2023-11-15 08:41:02.0 +01:00
      }
      +"title": 126352
    }
  ]
  -id: 13063
  -titleTs: "'look':2 'tho':3"
  -bodyTs: "'go':2 'say':4 'without':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700077343
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9170690"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699990943 {#2830
    date: 2023-11-14 20:42:23.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2848 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
  +slug: "that-look-tho"
  +title: "that look tho"
  +url: "https://sh.itjust.works/pictrs/image/ad94b271-8d4c-4521-85a5-a576111e674e.jpeg"
  +body: "Should go without saying, but do not do this"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 659
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700257953 {#2843
    date: 2023-11-17 22:52:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2850 …}
  +votes: Doctrine\ORM\PersistentCollection {#2852 …}
  +reports: Doctrine\ORM\PersistentCollection {#2854 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
  +badges: Doctrine\ORM\PersistentCollection {#2860 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
      +body: "The tyres are worn down to a point they were never intended to run at, I don’t know but the rubber compound could be completely different that far down, not to mention the risk of punctures."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1700034062 {#1383
        date: 2023-11-15 08:41:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rug_burn@sh.itjust.works"
        "@Todesschnitzel@lemm.ee"
        "@PR3CiSiON@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 126352
      -bodyTs: "'complet':26 'compound':23 'could':24 'differ':27 'far':29 'intend':12 'know':19 'mention':33 'never':11 'point':8 'punctur':37 'risk':35 'rubber':22 'run':14 'tyre':2 'worn':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3728648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700034062 {#1402
        date: 2023-11-15 08:41:02.0 +01:00
      }
      +"title": 126352
    }
  ]
  -id: 13063
  -titleTs: "'look':2 'tho':3"
  -bodyTs: "'go':2 'say':4 'without':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700077343
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9170690"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699990943 {#2830
    date: 2023-11-14 20:42:23.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#2809 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2848 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
  +slug: "that-look-tho"
  +title: "that look tho"
  +url: "https://sh.itjust.works/pictrs/image/ad94b271-8d4c-4521-85a5-a576111e674e.jpeg"
  +body: "Should go without saying, but do not do this"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 45
  +favouriteCount: 659
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700257953 {#2843
    date: 2023-11-17 22:52:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2850 …}
  +votes: Doctrine\ORM\PersistentCollection {#2852 …}
  +reports: Doctrine\ORM\PersistentCollection {#2854 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
  +badges: Doctrine\ORM\PersistentCollection {#2860 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
      +body: "The tyres are worn down to a point they were never intended to run at, I don’t know but the rubber compound could be completely different that far down, not to mention the risk of punctures."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1700034062 {#1383
        date: 2023-11-15 08:41:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rug_burn@sh.itjust.works"
        "@Todesschnitzel@lemm.ee"
        "@PR3CiSiON@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 126352
      -bodyTs: "'complet':26 'compound':23 'could':24 'differ':27 'far':29 'intend':12 'know':19 'mention':33 'never':11 'point':8 'punctur':37 'risk':35 'rubber':22 'run':14 'tyre':2 'worn':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3728648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700034062 {#1402
        date: 2023-11-15 08:41:02.0 +01:00
      }
      +"title": 126352
    }
  ]
  -id: 13063
  -titleTs: "'look':2 'tho':3"
  -bodyTs: "'go':2 'say':4 'without':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700077343
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9170690"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699990943 {#2830
    date: 2023-11-14 20:42:23.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1405
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2848 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
    +slug: "that-look-tho"
    +title: "that look tho"
    +url: "https://sh.itjust.works/pictrs/image/ad94b271-8d4c-4521-85a5-a576111e674e.jpeg"
    +body: "Should go without saying, but do not do this"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 45
    +favouriteCount: 659
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700257953 {#2843
      date: 2023-11-17 22:52:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2850 …}
    +votes: Doctrine\ORM\PersistentCollection {#2852 …}
    +reports: Doctrine\ORM\PersistentCollection {#2854 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
    +badges: Doctrine\ORM\PersistentCollection {#2860 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 13063
    -titleTs: "'look':2 'tho':3"
    -bodyTs: "'go':2 'say':4 'without':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700077343
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9170690"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699990943 {#2830
      date: 2023-11-14 20:42:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
  +body: "The tyres are worn down to a point they were never intended to run at, I don’t know but the rubber compound could be completely different that far down, not to mention the risk of punctures."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1700034062 {#1383
    date: 2023-11-15 08:41:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rug_burn@sh.itjust.works"
    "@Todesschnitzel@lemm.ee"
    "@PR3CiSiON@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 126352
  -bodyTs: "'complet':26 'compound':23 'could':24 'differ':27 'far':29 'intend':12 'know':19 'mention':33 'never':11 'point':8 'punctur':37 'risk':35 'rubber':22 'run':14 'tyre':2 'worn':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3728648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700034062 {#1402
    date: 2023-11-15 08:41:02.0 +01:00
  }
  +"title": 126352
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2848 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
    +slug: "that-look-tho"
    +title: "that look tho"
    +url: "https://sh.itjust.works/pictrs/image/ad94b271-8d4c-4521-85a5-a576111e674e.jpeg"
    +body: "Should go without saying, but do not do this"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 45
    +favouriteCount: 659
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700257953 {#2843
      date: 2023-11-17 22:52:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2850 …}
    +votes: Doctrine\ORM\PersistentCollection {#2852 …}
    +reports: Doctrine\ORM\PersistentCollection {#2854 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
    +badges: Doctrine\ORM\PersistentCollection {#2860 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 13063
    -titleTs: "'look':2 'tho':3"
    -bodyTs: "'go':2 'say':4 'without':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700077343
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9170690"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699990943 {#2830
      date: 2023-11-14 20:42:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
  +body: "The tyres are worn down to a point they were never intended to run at, I don’t know but the rubber compound could be completely different that far down, not to mention the risk of punctures."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1700034062 {#1383
    date: 2023-11-15 08:41:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rug_burn@sh.itjust.works"
    "@Todesschnitzel@lemm.ee"
    "@PR3CiSiON@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 126352
  -bodyTs: "'complet':26 'compound':23 'could':24 'differ':27 'far':29 'intend':12 'know':19 'mention':33 'never':11 'point':8 'punctur':37 'risk':35 'rubber':22 'run':14 'tyre':2 'worn':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3728648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700034062 {#1402
    date: 2023-11-15 08:41:02.0 +01:00
  }
  +"title": 126352
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#2809 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2848 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
    +slug: "that-look-tho"
    +title: "that look tho"
    +url: "https://sh.itjust.works/pictrs/image/ad94b271-8d4c-4521-85a5-a576111e674e.jpeg"
    +body: "Should go without saying, but do not do this"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 45
    +favouriteCount: 659
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700257953 {#2843
      date: 2023-11-17 22:52:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2850 …}
    +votes: Doctrine\ORM\PersistentCollection {#2852 …}
    +reports: Doctrine\ORM\PersistentCollection {#2854 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2856 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2858 …}
    +badges: Doctrine\ORM\PersistentCollection {#2860 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 13063
    -titleTs: "'look':2 'tho':3"
    -bodyTs: "'go':2 'say':4 'without':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700077343
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9170690"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699990943 {#2830
      date: 2023-11-14 20:42:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
  +body: "The tyres are worn down to a point they were never intended to run at, I don’t know but the rubber compound could be completely different that far down, not to mention the risk of punctures."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1700034062 {#1383
    date: 2023-11-15 08:41:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rug_burn@sh.itjust.works"
    "@Todesschnitzel@lemm.ee"
    "@PR3CiSiON@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 126352
  -bodyTs: "'complet':26 'compound':23 'could':24 'differ':27 'far':29 'intend':12 'know':19 'mention':33 'never':11 'point':8 'punctur':37 'risk':35 'rubber':22 'run':14 'tyre':2 'worn':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3728648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700034062 {#1402
    date: 2023-11-15 08:41:02.0 +01:00
  }
  +"title": 126352
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2336
  +user: Proxies\__CG__\App\Entity\User {#2753 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
  +slug: ""
  +title: "🤢..."
  +url: "https://sh.itjust.works/pictrs/image/80310c64-b7fa-49ba-bb76-99eaed97d094.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 199
  +favouriteCount: 575
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729447652 {#2787
    date: 2024-10-20 20:07:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2794 …}
  +votes: Doctrine\ORM\PersistentCollection {#2796 …}
  +reports: Doctrine\ORM\PersistentCollection {#2798 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
  +badges: Doctrine\ORM\PersistentCollection {#2804 …}
  +children: [
    App\Entity\EntryComment {#2343
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2336 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "I could see it being safe from a germ perspective but when a little nugget of shit rattles around in the machine and ends up anywhere near what you’re using to eat that’s gotta suck, safe or not."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705915989 {#2342
        date: 2024-01-22 10:33:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@JaymesRS@literature.cafe"
        "@casmael@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 330890
      -bodyTs: "'anywher':26 'around':19 'could':2 'eat':33 'end':24 'germ':9 'gotta':36 'littl':14 'machin':22 'near':27 'nugget':15 'perspect':10 'rattl':18 're':30 'safe':6,38 'see':3 'shit':17 'suck':37 'use':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5334534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705915989 {#2337
        date: 2024-01-22 10:33:09.0 +01:00
      }
      +"title": 330890
    }
  ]
  -id: 32273
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705973206
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13235447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705886806 {#2775
    date: 2024-01-22 02:26:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2336
  +user: Proxies\__CG__\App\Entity\User {#2753 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
  +slug: ""
  +title: "🤢..."
  +url: "https://sh.itjust.works/pictrs/image/80310c64-b7fa-49ba-bb76-99eaed97d094.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 199
  +favouriteCount: 575
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729447652 {#2787
    date: 2024-10-20 20:07:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2794 …}
  +votes: Doctrine\ORM\PersistentCollection {#2796 …}
  +reports: Doctrine\ORM\PersistentCollection {#2798 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
  +badges: Doctrine\ORM\PersistentCollection {#2804 …}
  +children: [
    App\Entity\EntryComment {#2343
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2336 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "I could see it being safe from a germ perspective but when a little nugget of shit rattles around in the machine and ends up anywhere near what you’re using to eat that’s gotta suck, safe or not."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705915989 {#2342
        date: 2024-01-22 10:33:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@JaymesRS@literature.cafe"
        "@casmael@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 330890
      -bodyTs: "'anywher':26 'around':19 'could':2 'eat':33 'end':24 'germ':9 'gotta':36 'littl':14 'machin':22 'near':27 'nugget':15 'perspect':10 'rattl':18 're':30 'safe':6,38 'see':3 'shit':17 'suck':37 'use':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5334534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705915989 {#2337
        date: 2024-01-22 10:33:09.0 +01:00
      }
      +"title": 330890
    }
  ]
  -id: 32273
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705973206
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13235447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705886806 {#2775
    date: 2024-01-22 02:26:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2336
  +user: Proxies\__CG__\App\Entity\User {#2753 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
  +slug: ""
  +title: "🤢..."
  +url: "https://sh.itjust.works/pictrs/image/80310c64-b7fa-49ba-bb76-99eaed97d094.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 199
  +favouriteCount: 575
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729447652 {#2787
    date: 2024-10-20 20:07:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2794 …}
  +votes: Doctrine\ORM\PersistentCollection {#2796 …}
  +reports: Doctrine\ORM\PersistentCollection {#2798 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
  +badges: Doctrine\ORM\PersistentCollection {#2804 …}
  +children: [
    App\Entity\EntryComment {#2343
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2336 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "I could see it being safe from a germ perspective but when a little nugget of shit rattles around in the machine and ends up anywhere near what you’re using to eat that’s gotta suck, safe or not."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705915989 {#2342
        date: 2024-01-22 10:33:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@0x4E4F@sh.itjust.works"
        "@JaymesRS@literature.cafe"
        "@casmael@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 330890
      -bodyTs: "'anywher':26 'around':19 'could':2 'eat':33 'end':24 'germ':9 'gotta':36 'littl':14 'machin':22 'near':27 'nugget':15 'perspect':10 'rattl':18 're':30 'safe':6,38 'see':3 'shit':17 'suck':37 'use':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5334534"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705915989 {#2337
        date: 2024-01-22 10:33:09.0 +01:00
      }
      +"title": 330890
    }
  ]
  -id: 32273
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705973206
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13235447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705886806 {#2775
    date: 2024-01-22 02:26:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#2343
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2336
    +user: Proxies\__CG__\App\Entity\User {#2753 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
    +slug: ""
    +title: "🤢..."
    +url: "https://sh.itjust.works/pictrs/image/80310c64-b7fa-49ba-bb76-99eaed97d094.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 199
    +favouriteCount: 575
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729447652 {#2787
      date: 2024-10-20 20:07:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2794 …}
    +votes: Doctrine\ORM\PersistentCollection {#2796 …}
    +reports: Doctrine\ORM\PersistentCollection {#2798 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
    +badges: Doctrine\ORM\PersistentCollection {#2804 …}
    +children: [
      App\Entity\EntryComment {#2343}
    ]
    -id: 32273
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705973206
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13235447"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705886806 {#2775
      date: 2024-01-22 02:26:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "I could see it being safe from a germ perspective but when a little nugget of shit rattles around in the machine and ends up anywhere near what you’re using to eat that’s gotta suck, safe or not."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705915989 {#2342
    date: 2024-01-22 10:33:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@JaymesRS@literature.cafe"
    "@casmael@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 330890
  -bodyTs: "'anywher':26 'around':19 'could':2 'eat':33 'end':24 'germ':9 'gotta':36 'littl':14 'machin':22 'near':27 'nugget':15 'perspect':10 'rattl':18 're':30 'safe':6,38 'see':3 'shit':17 'suck':37 'use':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5334534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705915989 {#2337
    date: 2024-01-22 10:33:09.0 +01:00
  }
  +"title": 330890
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#2343
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2336
    +user: Proxies\__CG__\App\Entity\User {#2753 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
    +slug: ""
    +title: "🤢..."
    +url: "https://sh.itjust.works/pictrs/image/80310c64-b7fa-49ba-bb76-99eaed97d094.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 199
    +favouriteCount: 575
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729447652 {#2787
      date: 2024-10-20 20:07:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2794 …}
    +votes: Doctrine\ORM\PersistentCollection {#2796 …}
    +reports: Doctrine\ORM\PersistentCollection {#2798 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
    +badges: Doctrine\ORM\PersistentCollection {#2804 …}
    +children: [
      App\Entity\EntryComment {#2343}
    ]
    -id: 32273
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705973206
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13235447"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705886806 {#2775
      date: 2024-01-22 02:26:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "I could see it being safe from a germ perspective but when a little nugget of shit rattles around in the machine and ends up anywhere near what you’re using to eat that’s gotta suck, safe or not."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705915989 {#2342
    date: 2024-01-22 10:33:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@JaymesRS@literature.cafe"
    "@casmael@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 330890
  -bodyTs: "'anywher':26 'around':19 'could':2 'eat':33 'end':24 'germ':9 'gotta':36 'littl':14 'machin':22 'near':27 'nugget':15 'perspect':10 'rattl':18 're':30 'safe':6,38 'see':3 'shit':17 'suck':37 'use':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5334534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705915989 {#2337
    date: 2024-01-22 10:33:09.0 +01:00
  }
  +"title": 330890
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#2343
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2336
    +user: Proxies\__CG__\App\Entity\User {#2753 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2792 …}
    +slug: ""
    +title: "🤢..."
    +url: "https://sh.itjust.works/pictrs/image/80310c64-b7fa-49ba-bb76-99eaed97d094.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 199
    +favouriteCount: 575
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729447652 {#2787
      date: 2024-10-20 20:07:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2794 …}
    +votes: Doctrine\ORM\PersistentCollection {#2796 …}
    +reports: Doctrine\ORM\PersistentCollection {#2798 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2800 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2802 …}
    +badges: Doctrine\ORM\PersistentCollection {#2804 …}
    +children: [
      App\Entity\EntryComment {#2343}
    ]
    -id: 32273
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705973206
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13235447"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705886806 {#2775
      date: 2024-01-22 02:26:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "I could see it being safe from a germ perspective but when a little nugget of shit rattles around in the machine and ends up anywhere near what you’re using to eat that’s gotta suck, safe or not."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705915989 {#2342
    date: 2024-01-22 10:33:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@0x4E4F@sh.itjust.works"
    "@JaymesRS@literature.cafe"
    "@casmael@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 330890
  -bodyTs: "'anywher':26 'around':19 'could':2 'eat':33 'end':24 'germ':9 'gotta':36 'littl':14 'machin':22 'near':27 'nugget':15 'perspect':10 'rattl':18 're':30 'safe':6,38 'see':3 'shit':17 'suck':37 'use':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5334534"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705915989 {#2337
    date: 2024-01-22 10:33:09.0 +01:00
  }
  +"title": 330890
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It’s how I met my wife, 6 years together.\n
    \n
    It’s a good way to meet and connect wity people I guess in general. I was far away from home and used it to meet people.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699777891 {#1926
    date: 2023-11-12 09:31:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 114723
  -bodyTs: "'6':8 'away':29 'connect':19 'far':28 'general':25 'good':14 'guess':23 'home':31 'meet':17,36 'met':5 'peopl':21,37 'togeth':10 'use':33 'way':15 'wife':7 'witi':20 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3652773"
  +editedAt: DateTimeImmutable @1699907458 {#1410
    date: 2023-11-13 21:30:58.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699777891 {#1874
    date: 2023-11-12 09:31:31.0 +01:00
  }
  +"title": 114723
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It’s how I met my wife, 6 years together.\n
    \n
    It’s a good way to meet and connect wity people I guess in general. I was far away from home and used it to meet people.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699777891 {#1926
    date: 2023-11-12 09:31:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 114723
  -bodyTs: "'6':8 'away':29 'connect':19 'far':28 'general':25 'good':14 'guess':23 'home':31 'meet':17,36 'met':5 'peopl':21,37 'togeth':10 'use':33 'way':15 'wife':7 'witi':20 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3652773"
  +editedAt: DateTimeImmutable @1699907458 {#1410
    date: 2023-11-13 21:30:58.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699777891 {#1874
    date: 2023-11-12 09:31:31.0 +01:00
  }
  +"title": 114723
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It’s how I met my wife, 6 years together.\n
    \n
    It’s a good way to meet and connect wity people I guess in general. I was far away from home and used it to meet people.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699777891 {#1926
    date: 2023-11-12 09:31:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 114723
  -bodyTs: "'6':8 'away':29 'connect':19 'far':28 'general':25 'good':14 'guess':23 'home':31 'meet':17,36 'met':5 'peopl':21,37 'togeth':10 'use':33 'way':15 'wife':7 'witi':20 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3652773"
  +editedAt: DateTimeImmutable @1699907458 {#1410
    date: 2023-11-13 21:30:58.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699777891 {#1874
    date: 2023-11-12 09:31:31.0 +01:00
  }
  +"title": 114723
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#2714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2755 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
  +slug: "Its-getting-old"
  +title: "Its getting old."
  +url: "https://lemmy.ml/pictrs/image/6d2eaeb8-c461-492a-ace4-af1b233fd088.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 149
  +favouriteCount: 1745
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699272614 {#2750
    date: 2023-11-06 13:10:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2757 …}
  +votes: Doctrine\ORM\PersistentCollection {#2759 …}
  +reports: Doctrine\ORM\PersistentCollection {#2761 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2763 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2765 …}
  +badges: Doctrine\ORM\PersistentCollection {#2767 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "I will never get tired of seeing these pictures"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1698854098 {#2456
        date: 2023-11-01 16:54:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2457 …}
      +nested: Doctrine\ORM\PersistentCollection {#2455 …}
      +votes: Doctrine\ORM\PersistentCollection {#2468 …}
      +reports: Doctrine\ORM\PersistentCollection {#2469 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2471 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
      -id: 82877
      -bodyTs: "'get':4 'never':3 'pictur':9 'see':7 'tire':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3372653"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698854098 {#2460
        date: 2023-11-01 16:54:58.0 +01:00
      }
      +"title": 82877
    }
  ]
  -id: 8923
  -titleTs: "'get':2 'old':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698932617
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7340103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698846217 {#2736
    date: 2023-11-01 14:43:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#2714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2755 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
  +slug: "Its-getting-old"
  +title: "Its getting old."
  +url: "https://lemmy.ml/pictrs/image/6d2eaeb8-c461-492a-ace4-af1b233fd088.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 149
  +favouriteCount: 1745
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699272614 {#2750
    date: 2023-11-06 13:10:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2757 …}
  +votes: Doctrine\ORM\PersistentCollection {#2759 …}
  +reports: Doctrine\ORM\PersistentCollection {#2761 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2763 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2765 …}
  +badges: Doctrine\ORM\PersistentCollection {#2767 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "I will never get tired of seeing these pictures"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1698854098 {#2456
        date: 2023-11-01 16:54:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2457 …}
      +nested: Doctrine\ORM\PersistentCollection {#2455 …}
      +votes: Doctrine\ORM\PersistentCollection {#2468 …}
      +reports: Doctrine\ORM\PersistentCollection {#2469 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2471 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
      -id: 82877
      -bodyTs: "'get':4 'never':3 'pictur':9 'see':7 'tire':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3372653"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698854098 {#2460
        date: 2023-11-01 16:54:58.0 +01:00
      }
      +"title": 82877
    }
  ]
  -id: 8923
  -titleTs: "'get':2 'old':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698932617
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7340103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698846217 {#2736
    date: 2023-11-01 14:43:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2452
  +user: Proxies\__CG__\App\Entity\User {#2714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2755 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
  +slug: "Its-getting-old"
  +title: "Its getting old."
  +url: "https://lemmy.ml/pictrs/image/6d2eaeb8-c461-492a-ace4-af1b233fd088.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 149
  +favouriteCount: 1745
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699272614 {#2750
    date: 2023-11-06 13:10:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2757 …}
  +votes: Doctrine\ORM\PersistentCollection {#2759 …}
  +reports: Doctrine\ORM\PersistentCollection {#2761 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2763 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2765 …}
  +badges: Doctrine\ORM\PersistentCollection {#2767 …}
  +children: [
    App\Entity\EntryComment {#2453
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "I will never get tired of seeing these pictures"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1698854098 {#2456
        date: 2023-11-01 16:54:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2457 …}
      +nested: Doctrine\ORM\PersistentCollection {#2455 …}
      +votes: Doctrine\ORM\PersistentCollection {#2468 …}
      +reports: Doctrine\ORM\PersistentCollection {#2469 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2471 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
      -id: 82877
      -bodyTs: "'get':4 'never':3 'pictur':9 'see':7 'tire':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3372653"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698854098 {#2460
        date: 2023-11-01 16:54:58.0 +01:00
      }
      +"title": 82877
    }
  ]
  -id: 8923
  -titleTs: "'get':2 'old':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698932617
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7340103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698846217 {#2736
    date: 2023-11-01 14:43:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#2453
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2714 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2755 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
    +slug: "Its-getting-old"
    +title: "Its getting old."
    +url: "https://lemmy.ml/pictrs/image/6d2eaeb8-c461-492a-ace4-af1b233fd088.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 149
    +favouriteCount: 1745
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699272614 {#2750
      date: 2023-11-06 13:10:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2757 …}
    +votes: Doctrine\ORM\PersistentCollection {#2759 …}
    +reports: Doctrine\ORM\PersistentCollection {#2761 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2763 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2765 …}
    +badges: Doctrine\ORM\PersistentCollection {#2767 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 8923
    -titleTs: "'get':2 'old':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698932617
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7340103"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698846217 {#2736
      date: 2023-11-01 14:43:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "I will never get tired of seeing these pictures"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1698854098 {#2456
    date: 2023-11-01 16:54:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2457 …}
  +nested: Doctrine\ORM\PersistentCollection {#2455 …}
  +votes: Doctrine\ORM\PersistentCollection {#2468 …}
  +reports: Doctrine\ORM\PersistentCollection {#2469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
  -id: 82877
  -bodyTs: "'get':4 'never':3 'pictur':9 'see':7 'tire':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3372653"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698854098 {#2460
    date: 2023-11-01 16:54:58.0 +01:00
  }
  +"title": 82877
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2714 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2755 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
    +slug: "Its-getting-old"
    +title: "Its getting old."
    +url: "https://lemmy.ml/pictrs/image/6d2eaeb8-c461-492a-ace4-af1b233fd088.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 149
    +favouriteCount: 1745
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699272614 {#2750
      date: 2023-11-06 13:10:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2757 …}
    +votes: Doctrine\ORM\PersistentCollection {#2759 …}
    +reports: Doctrine\ORM\PersistentCollection {#2761 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2763 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2765 …}
    +badges: Doctrine\ORM\PersistentCollection {#2767 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 8923
    -titleTs: "'get':2 'old':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698932617
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7340103"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698846217 {#2736
      date: 2023-11-01 14:43:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "I will never get tired of seeing these pictures"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1698854098 {#2456
    date: 2023-11-01 16:54:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2457 …}
  +nested: Doctrine\ORM\PersistentCollection {#2455 …}
  +votes: Doctrine\ORM\PersistentCollection {#2468 …}
  +reports: Doctrine\ORM\PersistentCollection {#2469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
  -id: 82877
  -bodyTs: "'get':4 'never':3 'pictur':9 'see':7 'tire':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3372653"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698854098 {#2460
    date: 2023-11-01 16:54:58.0 +01:00
  }
  +"title": 82877
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\EntryComment {#2453
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2714 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2755 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
    +slug: "Its-getting-old"
    +title: "Its getting old."
    +url: "https://lemmy.ml/pictrs/image/6d2eaeb8-c461-492a-ace4-af1b233fd088.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 149
    +favouriteCount: 1745
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699272614 {#2750
      date: 2023-11-06 13:10:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2757 …}
    +votes: Doctrine\ORM\PersistentCollection {#2759 …}
    +reports: Doctrine\ORM\PersistentCollection {#2761 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2763 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2765 …}
    +badges: Doctrine\ORM\PersistentCollection {#2767 …}
    +children: [
      App\Entity\EntryComment {#2453}
    ]
    -id: 8923
    -titleTs: "'get':2 'old':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698932617
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7340103"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698846217 {#2736
      date: 2023-11-01 14:43:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "I will never get tired of seeing these pictures"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1698854098 {#2456
    date: 2023-11-01 16:54:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2457 …}
  +nested: Doctrine\ORM\PersistentCollection {#2455 …}
  +votes: Doctrine\ORM\PersistentCollection {#2468 …}
  +reports: Doctrine\ORM\PersistentCollection {#2469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
  -id: 82877
  -bodyTs: "'get':4 'never':3 'pictur':9 'see':7 'tire':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3372653"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698854098 {#2460
    date: 2023-11-01 16:54:58.0 +01:00
  }
  +"title": 82877
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1619
  +user: Proxies\__CG__\App\Entity\User {#2733 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
  +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
  +url: null
  +body: "title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 154
  +favouriteCount: 316
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698818191 {#2769
    date: 2023-11-01 06:56:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2774 …}
  +votes: Doctrine\ORM\PersistentCollection {#2777 …}
  +reports: Doctrine\ORM\PersistentCollection {#2779 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
  +badges: Doctrine\ORM\PersistentCollection {#2785 …}
  +children: [
    1 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1698526693 {#1683
        date: 2023-10-28 22:58:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SirToxicAvenger@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1596 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1621 …}
      +reports: Doctrine\ORM\PersistentCollection {#1557 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 75997
      -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3264997"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698482768 {#1701
        date: 2023-10-28 10:46:08.0 +02:00
      }
      +"title": 75997
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +root: App\Entity\EntryComment {#1702}
      +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698526692 {#1563
        date: 2023-10-28 22:58:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SirToxicAvenger@lemm.ee"
        "@papabobolious@feddit.nu"
        "@Nyfure@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1628 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1625 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
      -id: 77179
      -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3279135"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698526692 {#1566
        date: 2023-10-28 22:58:12.0 +02:00
      }
      +"title": 77179
    }
  ]
  -id: 8134
  -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698560570
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13011359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698474170 {#2756
    date: 2023-10-28 08:22:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1619
  +user: Proxies\__CG__\App\Entity\User {#2733 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
  +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
  +url: null
  +body: "title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 154
  +favouriteCount: 316
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698818191 {#2769
    date: 2023-11-01 06:56:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2774 …}
  +votes: Doctrine\ORM\PersistentCollection {#2777 …}
  +reports: Doctrine\ORM\PersistentCollection {#2779 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
  +badges: Doctrine\ORM\PersistentCollection {#2785 …}
  +children: [
    1 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1698526693 {#1683
        date: 2023-10-28 22:58:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SirToxicAvenger@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1596 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1621 …}
      +reports: Doctrine\ORM\PersistentCollection {#1557 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 75997
      -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3264997"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698482768 {#1701
        date: 2023-10-28 10:46:08.0 +02:00
      }
      +"title": 75997
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +root: App\Entity\EntryComment {#1702}
      +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698526692 {#1563
        date: 2023-10-28 22:58:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SirToxicAvenger@lemm.ee"
        "@papabobolious@feddit.nu"
        "@Nyfure@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1628 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1625 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
      -id: 77179
      -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3279135"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698526692 {#1566
        date: 2023-10-28 22:58:12.0 +02:00
      }
      +"title": 77179
    }
  ]
  -id: 8134
  -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698560570
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13011359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698474170 {#2756
    date: 2023-10-28 08:22:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1619
  +user: Proxies\__CG__\App\Entity\User {#2733 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
  +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
  +url: null
  +body: "title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 154
  +favouriteCount: 316
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698818191 {#2769
    date: 2023-11-01 06:56:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2774 …}
  +votes: Doctrine\ORM\PersistentCollection {#2777 …}
  +reports: Doctrine\ORM\PersistentCollection {#2779 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
  +badges: Doctrine\ORM\PersistentCollection {#2785 …}
  +children: [
    1 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1698526693 {#1683
        date: 2023-10-28 22:58:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SirToxicAvenger@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1596 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1621 …}
      +reports: Doctrine\ORM\PersistentCollection {#1557 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
      -id: 75997
      -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3264997"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698482768 {#1701
        date: 2023-10-28 10:46:08.0 +02:00
      }
      +"title": 75997
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +root: App\Entity\EntryComment {#1702}
      +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698526692 {#1563
        date: 2023-10-28 22:58:12.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SirToxicAvenger@lemm.ee"
        "@papabobolious@feddit.nu"
        "@Nyfure@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1628 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1625 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
      -id: 77179
      -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3279135"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698526692 {#1566
        date: 2023-10-28 22:58:12.0 +02:00
      }
      +"title": 77179
    }
  ]
  -id: 8134
  -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698560570
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13011359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698474170 {#2756
    date: 2023-10-28 08:22:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1702
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
    +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
    +url: null
    +body: "title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 154
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698818191 {#2769
      date: 2023-11-01 06:56:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2777 …}
    +reports: Doctrine\ORM\PersistentCollection {#2779 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
    +badges: Doctrine\ORM\PersistentCollection {#2785 …}
    +children: [
      1 => App\Entity\EntryComment {#1702}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +root: App\Entity\EntryComment {#1702}
        +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698526692 {#1563
          date: 2023-10-28 22:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SirToxicAvenger@lemm.ee"
          "@papabobolious@feddit.nu"
          "@Nyfure@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1628 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1625 …}
        +reports: Doctrine\ORM\PersistentCollection {#1617 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
        -id: 77179
        -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3279135"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698526692 {#1566
          date: 2023-10-28 22:58:12.0 +02:00
        }
        +"title": 77179
      }
    ]
    -id: 8134
    -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698560570
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13011359"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698474170 {#2756
      date: 2023-10-28 08:22:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1698526693 {#1683
    date: 2023-10-28 22:58:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SirToxicAvenger@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1596 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1621 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 75997
  -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3264997"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698482768 {#1701
    date: 2023-10-28 10:46:08.0 +02:00
  }
  +"title": 75997
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
    +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
    +url: null
    +body: "title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 154
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698818191 {#2769
      date: 2023-11-01 06:56:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2777 …}
    +reports: Doctrine\ORM\PersistentCollection {#2779 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
    +badges: Doctrine\ORM\PersistentCollection {#2785 …}
    +children: [
      1 => App\Entity\EntryComment {#1702}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +root: App\Entity\EntryComment {#1702}
        +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698526692 {#1563
          date: 2023-10-28 22:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SirToxicAvenger@lemm.ee"
          "@papabobolious@feddit.nu"
          "@Nyfure@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1628 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1625 …}
        +reports: Doctrine\ORM\PersistentCollection {#1617 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
        -id: 77179
        -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3279135"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698526692 {#1566
          date: 2023-10-28 22:58:12.0 +02:00
        }
        +"title": 77179
      }
    ]
    -id: 8134
    -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698560570
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13011359"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698474170 {#2756
      date: 2023-10-28 08:22:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1698526693 {#1683
    date: 2023-10-28 22:58:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SirToxicAvenger@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1596 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1621 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 75997
  -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3264997"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698482768 {#1701
    date: 2023-10-28 10:46:08.0 +02:00
  }
  +"title": 75997
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
    +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
    +url: null
    +body: "title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 154
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698818191 {#2769
      date: 2023-11-01 06:56:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2777 …}
    +reports: Doctrine\ORM\PersistentCollection {#2779 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
    +badges: Doctrine\ORM\PersistentCollection {#2785 …}
    +children: [
      1 => App\Entity\EntryComment {#1702}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +root: App\Entity\EntryComment {#1702}
        +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698526692 {#1563
          date: 2023-10-28 22:58:12.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SirToxicAvenger@lemm.ee"
          "@papabobolious@feddit.nu"
          "@Nyfure@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1628 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1625 …}
        +reports: Doctrine\ORM\PersistentCollection {#1617 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
        -id: 77179
        -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3279135"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698526692 {#1566
          date: 2023-10-28 22:58:12.0 +02:00
        }
        +"title": 77179
      }
    ]
    -id: 8134
    -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698560570
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13011359"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698474170 {#2756
      date: 2023-10-28 08:22:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1698526693 {#1683
    date: 2023-10-28 22:58:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SirToxicAvenger@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1596 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1621 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  -id: 75997
  -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3264997"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698482768 {#1701
    date: 2023-10-28 10:46:08.0 +02:00
  }
  +"title": 75997
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\EntryComment {#1564
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
    +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
    +url: null
    +body: "title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 154
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698818191 {#2769
      date: 2023-11-01 06:56:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2777 …}
    +reports: Doctrine\ORM\PersistentCollection {#2779 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
    +badges: Doctrine\ORM\PersistentCollection {#2785 …}
    +children: [
      1 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1698526693 {#1683
          date: 2023-10-28 22:58:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SirToxicAvenger@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1596 …}
        +nested: Doctrine\ORM\PersistentCollection {#1613 …}
        +votes: Doctrine\ORM\PersistentCollection {#1621 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
        -id: 75997
        -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3264997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698482768 {#1701
          date: 2023-10-28 10:46:08.0 +02:00
        }
        +"title": 75997
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 8134
    -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698560570
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13011359"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698474170 {#2756
      date: 2023-10-28 08:22:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +root: App\Entity\EntryComment {#1702}
  +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698526692 {#1563
    date: 2023-10-28 22:58:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SirToxicAvenger@lemm.ee"
    "@papabobolious@feddit.nu"
    "@Nyfure@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1628 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1625 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  -id: 77179
  -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3279135"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698526692 {#1566
    date: 2023-10-28 22:58:12.0 +02:00
  }
  +"title": 77179
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
    +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
    +url: null
    +body: "title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 154
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698818191 {#2769
      date: 2023-11-01 06:56:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2777 …}
    +reports: Doctrine\ORM\PersistentCollection {#2779 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
    +badges: Doctrine\ORM\PersistentCollection {#2785 …}
    +children: [
      1 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1698526693 {#1683
          date: 2023-10-28 22:58:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SirToxicAvenger@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1596 …}
        +nested: Doctrine\ORM\PersistentCollection {#1613 …}
        +votes: Doctrine\ORM\PersistentCollection {#1621 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
        -id: 75997
        -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3264997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698482768 {#1701
          date: 2023-10-28 10:46:08.0 +02:00
        }
        +"title": 75997
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 8134
    -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698560570
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13011359"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698474170 {#2756
      date: 2023-10-28 08:22:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +root: App\Entity\EntryComment {#1702}
  +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698526692 {#1563
    date: 2023-10-28 22:58:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SirToxicAvenger@lemm.ee"
    "@papabobolious@feddit.nu"
    "@Nyfure@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1628 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1625 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  -id: 77179
  -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3279135"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698526692 {#1566
    date: 2023-10-28 22:58:12.0 +02:00
  }
  +"title": 77179
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1619
    +user: Proxies\__CG__\App\Entity\User {#2733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "hey-trying-to-switch-from-Chrome-to-Firefox-what-are"
    +title: "hey - trying to switch from Chrome to Firefox, what are your recommended extensions and/or quality of life addins, etc?"
    +url: null
    +body: "title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 154
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698818191 {#2769
      date: 2023-11-01 06:56:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2777 …}
    +reports: Doctrine\ORM\PersistentCollection {#2779 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2781 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2783 …}
    +badges: Doctrine\ORM\PersistentCollection {#2785 …}
    +children: [
      1 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1619 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Ghostery hasn’t been mentioned - it has a feature to auto-decline cookies. The popup shows up, but you just wait half a sec and everything has been auto declined."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1698526693 {#1683
          date: 2023-10-28 22:58:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SirToxicAvenger@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1596 …}
        +nested: Doctrine\ORM\PersistentCollection {#1613 …}
        +votes: Doctrine\ORM\PersistentCollection {#1621 …}
        +reports: Doctrine\ORM\PersistentCollection {#1557 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
        -id: 75997
        -bodyTs: "'auto':12,30 'auto-declin':11 'cooki':14 'declin':13,31 'everyth':27 'featur':9 'ghosteri':1 'half':23 'hasn':2 'mention':5 'popup':16 'sec':25 'show':17 'wait':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3264997"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698482768 {#1701
          date: 2023-10-28 10:46:08.0 +02:00
        }
        +"title": 75997
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 8134
    -titleTs: "'addin':18 'and/or':14 'chrome':6 'etc':19 'extens':13 'firefox':8 'hey':1 'life':17 'qualiti':15 'recommend':12 'switch':4 'tri':2"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698560570
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13011359"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698474170 {#2756
      date: 2023-10-28 08:22:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +root: App\Entity\EntryComment {#1702}
  +body: "More than I know I got it just for denying those popups. I guess I’ll look into the other one because it has been a game changer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698526692 {#1563
    date: 2023-10-28 22:58:12.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SirToxicAvenger@lemm.ee"
    "@papabobolious@feddit.nu"
    "@Nyfure@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1628 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1625 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  -id: 77179
  -bodyTs: "'changer':28 'deni':10 'game':27 'got':6 'guess':14 'know':4 'll':16 'look':17 'one':21 'popup':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3279135"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698526692 {#1566
    date: 2023-10-28 22:58:12.0 +02:00
  }
  +"title": 77179
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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
Proxies\__CG__\App\Entity\Entry {#2041
  +user: Proxies\__CG__\App\Entity\User {#2674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: Proxies\__CG__\App\Entity\Image {#2716 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "This-is-too-relatable"
  +title: "This is too relatable"
  +url: "https://lemmy.world/pictrs/image/800a20d7-fbbd-498e-9f86-e4ccdd07b00c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 50
  +favouriteCount: 334
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729235648 {#2711
    date: 2024-10-18 09:14:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2718 …}
  +votes: Doctrine\ORM\PersistentCollection {#2720 …}
  +reports: Doctrine\ORM\PersistentCollection {#2722 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2726 …}
  +badges: Doctrine\ORM\PersistentCollection {#2728 …}
  +children: [
    App\Entity\EntryComment {#2165
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2041 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: null
      +root: null
      +body: "That is extremely American looking"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1728746931 {#2053
        date: 2024-10-12 17:28:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@STRIKINGdebate2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 338885
      -bodyTs: "'american':4 'extrem':3 'look':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5427002"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706176118 {#2125
        date: 2024-01-25 10:48:38.0 +01:00
      }
      +"title": 338885
    }
  ]
  -id: 32900
  -titleTs: "'relat':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706224342
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11146859"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137942 {#2697
    date: 2024-01-25 00:12:22.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2041
  +user: Proxies\__CG__\App\Entity\User {#2674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: Proxies\__CG__\App\Entity\Image {#2716 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "This-is-too-relatable"
  +title: "This is too relatable"
  +url: "https://lemmy.world/pictrs/image/800a20d7-fbbd-498e-9f86-e4ccdd07b00c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 50
  +favouriteCount: 334
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729235648 {#2711
    date: 2024-10-18 09:14:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2718 …}
  +votes: Doctrine\ORM\PersistentCollection {#2720 …}
  +reports: Doctrine\ORM\PersistentCollection {#2722 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2726 …}
  +badges: Doctrine\ORM\PersistentCollection {#2728 …}
  +children: [
    App\Entity\EntryComment {#2165
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2041 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: null
      +root: null
      +body: "That is extremely American looking"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1728746931 {#2053
        date: 2024-10-12 17:28:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@STRIKINGdebate2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 338885
      -bodyTs: "'american':4 'extrem':3 'look':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5427002"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706176118 {#2125
        date: 2024-01-25 10:48:38.0 +01:00
      }
      +"title": 338885
    }
  ]
  -id: 32900
  -titleTs: "'relat':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706224342
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11146859"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137942 {#2697
    date: 2024-01-25 00:12:22.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2041
  +user: Proxies\__CG__\App\Entity\User {#2674 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: Proxies\__CG__\App\Entity\Image {#2716 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "This-is-too-relatable"
  +title: "This is too relatable"
  +url: "https://lemmy.world/pictrs/image/800a20d7-fbbd-498e-9f86-e4ccdd07b00c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 50
  +favouriteCount: 334
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729235648 {#2711
    date: 2024-10-18 09:14:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2718 …}
  +votes: Doctrine\ORM\PersistentCollection {#2720 …}
  +reports: Doctrine\ORM\PersistentCollection {#2722 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2726 …}
  +badges: Doctrine\ORM\PersistentCollection {#2728 …}
  +children: [
    App\Entity\EntryComment {#2165
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2041 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
      +image: null
      +parent: null
      +root: null
      +body: "That is extremely American looking"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1728746931 {#2053
        date: 2024-10-12 17:28:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@STRIKINGdebate2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 338885
      -bodyTs: "'american':4 'extrem':3 'look':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/5427002"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706176118 {#2125
        date: 2024-01-25 10:48:38.0 +01:00
      }
      +"title": 338885
    }
  ]
  -id: 32900
  -titleTs: "'relat':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706224342
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11146859"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137942 {#2697
    date: 2024-01-25 00:12:22.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#2165
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2041
    +user: Proxies\__CG__\App\Entity\User {#2674 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: Proxies\__CG__\App\Entity\Image {#2716 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "This-is-too-relatable"
    +title: "This is too relatable"
    +url: "https://lemmy.world/pictrs/image/800a20d7-fbbd-498e-9f86-e4ccdd07b00c.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 334
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729235648 {#2711
      date: 2024-10-18 09:14:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2718 …}
    +votes: Doctrine\ORM\PersistentCollection {#2720 …}
    +reports: Doctrine\ORM\PersistentCollection {#2722 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2724 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2726 …}
    +badges: Doctrine\ORM\PersistentCollection {#2728 …}
    +children: [
      App\Entity\EntryComment {#2165}
    ]
    -id: 32900
    -titleTs: "'relat':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706224342
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11146859"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706137942 {#2697
      date: 2024-01-25 00:12:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: null
  +root: null
  +body: "That is extremely American looking"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1728746931 {#2053
    date: 2024-10-12 17:28:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@STRIKINGdebate2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 338885
  -bodyTs: "'american':4 'extrem':3 'look':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5427002"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176118 {#2125
    date: 2024-01-25 10:48:38.0 +01:00
  }
  +"title": 338885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2041
    +user: Proxies\__CG__\App\Entity\User {#2674 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: Proxies\__CG__\App\Entity\Image {#2716 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "This-is-too-relatable"
    +title: "This is too relatable"
    +url: "https://lemmy.world/pictrs/image/800a20d7-fbbd-498e-9f86-e4ccdd07b00c.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 334
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729235648 {#2711
      date: 2024-10-18 09:14:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2718 …}
    +votes: Doctrine\ORM\PersistentCollection {#2720 …}
    +reports: Doctrine\ORM\PersistentCollection {#2722 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2724 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2726 …}
    +badges: Doctrine\ORM\PersistentCollection {#2728 …}
    +children: [
      App\Entity\EntryComment {#2165}
    ]
    -id: 32900
    -titleTs: "'relat':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706224342
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11146859"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706137942 {#2697
      date: 2024-01-25 00:12:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: null
  +root: null
  +body: "That is extremely American looking"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1728746931 {#2053
    date: 2024-10-12 17:28:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@STRIKINGdebate2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 338885
  -bodyTs: "'american':4 'extrem':3 'look':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5427002"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176118 {#2125
    date: 2024-01-25 10:48:38.0 +01:00
  }
  +"title": 338885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2041
    +user: Proxies\__CG__\App\Entity\User {#2674 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
    +image: Proxies\__CG__\App\Entity\Image {#2716 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "This-is-too-relatable"
    +title: "This is too relatable"
    +url: "https://lemmy.world/pictrs/image/800a20d7-fbbd-498e-9f86-e4ccdd07b00c.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 334
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729235648 {#2711
      date: 2024-10-18 09:14:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2718 …}
    +votes: Doctrine\ORM\PersistentCollection {#2720 …}
    +reports: Doctrine\ORM\PersistentCollection {#2722 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2724 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2726 …}
    +badges: Doctrine\ORM\PersistentCollection {#2728 …}
    +children: [
      App\Entity\EntryComment {#2165}
    ]
    -id: 32900
    -titleTs: "'relat':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706224342
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11146859"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706137942 {#2697
      date: 2024-01-25 00:12:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
  +image: null
  +parent: null
  +root: null
  +body: "That is extremely American looking"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1728746931 {#2053
    date: 2024-10-12 17:28:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@STRIKINGdebate2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 338885
  -bodyTs: "'american':4 'extrem':3 'look':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/5427002"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176118 {#2125
    date: 2024-01-25 10:48:38.0 +01:00
  }
  +"title": 338885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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
Proxies\__CG__\App\Entity\Entry {#1730
  +user: Proxies\__CG__\App\Entity\User {#2694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2735 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
  +slug: "no-window"
  +title: "no window"
  +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 152
  +favouriteCount: 1617
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699185251 {#2730
    date: 2023-11-05 12:54:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2738 …}
  +votes: Doctrine\ORM\PersistentCollection {#2740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
  +badges: Doctrine\ORM\PersistentCollection {#2748 …}
  +children: [
    1 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: "Not just put a few action cameras in there?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698609031 {#1726
        date: 2023-10-29 20:50:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@Malgas@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1734 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1733 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
      -id: 78811
      -bodyTs: "'action':6 'camera':7 'put':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3302890"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698609031 {#1728
        date: 2023-10-29 20:50:31.0 +01:00
      }
      +"title": 78811
    }
    0 => App\Entity\EntryComment {#1739
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: "Fair enough:)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698645483 {#1716
        date: 2023-10-30 06:58:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@Malgas@beehaw.org"
        "@papabobolious@feddit.nu"
        "@beefcat@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1740 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2411 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
      -id: 79517
      -bodyTs: "'enough':2 'fair':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3312419"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698645483 {#1717
        date: 2023-10-30 06:58:03.0 +01:00
      }
      +"title": 79517
    }
  ]
  -id: 8401
  -titleTs: "'window':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698693858
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5079655"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698607458 {#2717
    date: 2023-10-29 20:24:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1730
  +user: Proxies\__CG__\App\Entity\User {#2694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2735 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
  +slug: "no-window"
  +title: "no window"
  +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 152
  +favouriteCount: 1617
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699185251 {#2730
    date: 2023-11-05 12:54:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2738 …}
  +votes: Doctrine\ORM\PersistentCollection {#2740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
  +badges: Doctrine\ORM\PersistentCollection {#2748 …}
  +children: [
    1 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: "Not just put a few action cameras in there?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698609031 {#1726
        date: 2023-10-29 20:50:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@Malgas@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1734 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1733 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
      -id: 78811
      -bodyTs: "'action':6 'camera':7 'put':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3302890"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698609031 {#1728
        date: 2023-10-29 20:50:31.0 +01:00
      }
      +"title": 78811
    }
    0 => App\Entity\EntryComment {#1739
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: "Fair enough:)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698645483 {#1716
        date: 2023-10-30 06:58:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@Malgas@beehaw.org"
        "@papabobolious@feddit.nu"
        "@beefcat@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1740 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2411 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
      -id: 79517
      -bodyTs: "'enough':2 'fair':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3312419"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698645483 {#1717
        date: 2023-10-30 06:58:03.0 +01:00
      }
      +"title": 79517
    }
  ]
  -id: 8401
  -titleTs: "'window':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698693858
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5079655"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698607458 {#2717
    date: 2023-10-29 20:24:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#1730
  +user: Proxies\__CG__\App\Entity\User {#2694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2735 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
  +slug: "no-window"
  +title: "no window"
  +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 152
  +favouriteCount: 1617
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699185251 {#2730
    date: 2023-11-05 12:54:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2738 …}
  +votes: Doctrine\ORM\PersistentCollection {#2740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
  +badges: Doctrine\ORM\PersistentCollection {#2748 …}
  +children: [
    1 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: "Not just put a few action cameras in there?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698609031 {#1726
        date: 2023-10-29 20:50:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@Malgas@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1734 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1733 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
      -id: 78811
      -bodyTs: "'action':6 'camera':7 'put':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3302890"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698609031 {#1728
        date: 2023-10-29 20:50:31.0 +01:00
      }
      +"title": 78811
    }
    0 => App\Entity\EntryComment {#1739
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: "Fair enough:)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698645483 {#1716
        date: 2023-10-30 06:58:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sexy_peach@feddit.de"
        "@Malgas@beehaw.org"
        "@papabobolious@feddit.nu"
        "@beefcat@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1740 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2411 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
      -id: 79517
      -bodyTs: "'enough':2 'fair':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3312419"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698645483 {#1717
        date: 2023-10-30 06:58:03.0 +01:00
      }
      +"title": 79517
    }
  ]
  -id: 8401
  -titleTs: "'window':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698693858
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5079655"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698607458 {#2717
    date: 2023-10-29 20:24:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#1736
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2694 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2735 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
    +slug: "no-window"
    +title: "no window"
    +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 152
    +favouriteCount: 1617
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699185251 {#2730
      date: 2023-11-05 12:54:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2738 …}
    +votes: Doctrine\ORM\PersistentCollection {#2740 …}
    +reports: Doctrine\ORM\PersistentCollection {#2742 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
    +badges: Doctrine\ORM\PersistentCollection {#2748 …}
    +children: [
      1 => App\Entity\EntryComment {#1736}
      0 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +body: "Fair enough:)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698645483 {#1716
          date: 2023-10-30 06:58:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sexy_peach@feddit.de"
          "@Malgas@beehaw.org"
          "@papabobolious@feddit.nu"
          "@beefcat@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1740 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2463 …}
        +reports: Doctrine\ORM\PersistentCollection {#2411 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
        -id: 79517
        -bodyTs: "'enough':2 'fair':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3312419"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698645483 {#1717
          date: 2023-10-30 06:58:03.0 +01:00
        }
        +"title": 79517
      }
    ]
    -id: 8401
    -titleTs: "'window':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698693858
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5079655"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698607458 {#2717
      date: 2023-10-29 20:24:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: "Not just put a few action cameras in there?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698609031 {#1726
    date: 2023-10-29 20:50:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@Malgas@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1734 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1733 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
  -id: 78811
  -bodyTs: "'action':6 'camera':7 'put':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3302890"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698609031 {#1728
    date: 2023-10-29 20:50:31.0 +01:00
  }
  +"title": 78811
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2694 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2735 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
    +slug: "no-window"
    +title: "no window"
    +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 152
    +favouriteCount: 1617
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699185251 {#2730
      date: 2023-11-05 12:54:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2738 …}
    +votes: Doctrine\ORM\PersistentCollection {#2740 …}
    +reports: Doctrine\ORM\PersistentCollection {#2742 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
    +badges: Doctrine\ORM\PersistentCollection {#2748 …}
    +children: [
      1 => App\Entity\EntryComment {#1736}
      0 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +body: "Fair enough:)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698645483 {#1716
          date: 2023-10-30 06:58:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sexy_peach@feddit.de"
          "@Malgas@beehaw.org"
          "@papabobolious@feddit.nu"
          "@beefcat@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1740 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2463 …}
        +reports: Doctrine\ORM\PersistentCollection {#2411 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
        -id: 79517
        -bodyTs: "'enough':2 'fair':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3312419"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698645483 {#1717
          date: 2023-10-30 06:58:03.0 +01:00
        }
        +"title": 79517
      }
    ]
    -id: 8401
    -titleTs: "'window':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698693858
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5079655"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698607458 {#2717
      date: 2023-10-29 20:24:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: "Not just put a few action cameras in there?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698609031 {#1726
    date: 2023-10-29 20:50:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@Malgas@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1734 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1733 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
  -id: 78811
  -bodyTs: "'action':6 'camera':7 'put':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3302890"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698609031 {#1728
    date: 2023-10-29 20:50:31.0 +01:00
  }
  +"title": 78811
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2694 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2735 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
    +slug: "no-window"
    +title: "no window"
    +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 152
    +favouriteCount: 1617
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699185251 {#2730
      date: 2023-11-05 12:54:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2738 …}
    +votes: Doctrine\ORM\PersistentCollection {#2740 …}
    +reports: Doctrine\ORM\PersistentCollection {#2742 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
    +badges: Doctrine\ORM\PersistentCollection {#2748 …}
    +children: [
      1 => App\Entity\EntryComment {#1736}
      0 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +body: "Fair enough:)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698645483 {#1716
          date: 2023-10-30 06:58:03.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sexy_peach@feddit.de"
          "@Malgas@beehaw.org"
          "@papabobolious@feddit.nu"
          "@beefcat@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1740 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2463 …}
        +reports: Doctrine\ORM\PersistentCollection {#2411 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
        -id: 79517
        -bodyTs: "'enough':2 'fair':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3312419"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698645483 {#1717
          date: 2023-10-30 06:58:03.0 +01:00
        }
        +"title": 79517
      }
    ]
    -id: 8401
    -titleTs: "'window':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698693858
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5079655"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698607458 {#2717
      date: 2023-10-29 20:24:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: "Not just put a few action cameras in there?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698609031 {#1726
    date: 2023-10-29 20:50:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@Malgas@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1734 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1733 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
  -id: 78811
  -bodyTs: "'action':6 'camera':7 'put':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3302890"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698609031 {#1728
    date: 2023-10-29 20:50:31.0 +01:00
  }
  +"title": 78811
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\EntryComment {#1739
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2694 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2735 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
    +slug: "no-window"
    +title: "no window"
    +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 152
    +favouriteCount: 1617
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699185251 {#2730
      date: 2023-11-05 12:54:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2738 …}
    +votes: Doctrine\ORM\PersistentCollection {#2740 …}
    +reports: Doctrine\ORM\PersistentCollection {#2742 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
    +badges: Doctrine\ORM\PersistentCollection {#2748 …}
    +children: [
      1 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +body: "Not just put a few action cameras in there?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698609031 {#1726
          date: 2023-10-29 20:50:31.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sexy_peach@feddit.de"
          "@Malgas@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1734 …}
        +nested: Doctrine\ORM\PersistentCollection {#1727 …}
        +votes: Doctrine\ORM\PersistentCollection {#1733 …}
        +reports: Doctrine\ORM\PersistentCollection {#1724 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
        -id: 78811
        -bodyTs: "'action':6 'camera':7 'put':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3302890"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698609031 {#1728
          date: 2023-10-29 20:50:31.0 +01:00
        }
        +"title": 78811
      }
      0 => App\Entity\EntryComment {#1739}
    ]
    -id: 8401
    -titleTs: "'window':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698693858
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5079655"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698607458 {#2717
      date: 2023-10-29 20:24:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: "Fair enough:)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698645483 {#1716
    date: 2023-10-30 06:58:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@Malgas@beehaw.org"
    "@papabobolious@feddit.nu"
    "@beefcat@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1740 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
  -id: 79517
  -bodyTs: "'enough':2 'fair':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3312419"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698645483 {#1717
    date: 2023-10-30 06:58:03.0 +01:00
  }
  +"title": 79517
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\EntryComment {#1739
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2694 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2735 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
    +slug: "no-window"
    +title: "no window"
    +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 152
    +favouriteCount: 1617
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699185251 {#2730
      date: 2023-11-05 12:54:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2738 …}
    +votes: Doctrine\ORM\PersistentCollection {#2740 …}
    +reports: Doctrine\ORM\PersistentCollection {#2742 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
    +badges: Doctrine\ORM\PersistentCollection {#2748 …}
    +children: [
      1 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +body: "Not just put a few action cameras in there?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698609031 {#1726
          date: 2023-10-29 20:50:31.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sexy_peach@feddit.de"
          "@Malgas@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1734 …}
        +nested: Doctrine\ORM\PersistentCollection {#1727 …}
        +votes: Doctrine\ORM\PersistentCollection {#1733 …}
        +reports: Doctrine\ORM\PersistentCollection {#1724 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
        -id: 78811
        -bodyTs: "'action':6 'camera':7 'put':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3302890"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698609031 {#1728
          date: 2023-10-29 20:50:31.0 +01:00
        }
        +"title": 78811
      }
      0 => App\Entity\EntryComment {#1739}
    ]
    -id: 8401
    -titleTs: "'window':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698693858
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5079655"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698607458 {#2717
      date: 2023-10-29 20:24:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: "Fair enough:)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698645483 {#1716
    date: 2023-10-30 06:58:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@Malgas@beehaw.org"
    "@papabobolious@feddit.nu"
    "@beefcat@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1740 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
  -id: 79517
  -bodyTs: "'enough':2 'fair':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3312419"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698645483 {#1717
    date: 2023-10-30 06:58:03.0 +01:00
  }
  +"title": 79517
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\EntryComment {#1739
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2694 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2735 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2737 …}
    +slug: "no-window"
    +title: "no window"
    +url: "https://feddit.de/pictrs/image/f5697bf2-d741-4f10-a725-7c9b68389dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 152
    +favouriteCount: 1617
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699185251 {#2730
      date: 2023-11-05 12:54:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2738 …}
    +votes: Doctrine\ORM\PersistentCollection {#2740 …}
    +reports: Doctrine\ORM\PersistentCollection {#2742 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2744 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2746 …}
    +badges: Doctrine\ORM\PersistentCollection {#2748 …}
    +children: [
      1 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
        +body: "Not just put a few action cameras in there?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698609031 {#1726
          date: 2023-10-29 20:50:31.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sexy_peach@feddit.de"
          "@Malgas@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1734 …}
        +nested: Doctrine\ORM\PersistentCollection {#1727 …}
        +votes: Doctrine\ORM\PersistentCollection {#1733 …}
        +reports: Doctrine\ORM\PersistentCollection {#1724 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
        -id: 78811
        -bodyTs: "'action':6 'camera':7 'put':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3302890"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698609031 {#1728
          date: 2023-10-29 20:50:31.0 +01:00
        }
        +"title": 78811
      }
      0 => App\Entity\EntryComment {#1739}
    ]
    -id: 8401
    -titleTs: "'window':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698693858
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5079655"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698607458 {#2717
      date: 2023-10-29 20:24:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1741 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: "Fair enough:)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698645483 {#1716
    date: 2023-10-30 06:58:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sexy_peach@feddit.de"
    "@Malgas@beehaw.org"
    "@papabobolious@feddit.nu"
    "@beefcat@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1740 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2458 …}
  -id: 79517
  -bodyTs: "'enough':2 'fair':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3312419"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698645483 {#1717
    date: 2023-10-30 06:58:03.0 +01:00
  }
  +"title": 79517
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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
Proxies\__CG__\App\Entity\Entry {#2361
  +user: Proxies\__CG__\App\Entity\User {#2653 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
  +image: Proxies\__CG__\App\Entity\Image {#2696 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
  +slug: "Monsters-of-the-road-what-should-the-UK-do-about"
  +title: "Monsters of the road: what should the UK do about SUVs? [The Observer]"
  +url: "https://www.theguardian.com/technology/2023/nov/05/monsters-of-the-road-what-should-the-uk-do-about-suvs"
  +body: "> It’s midnight on the edge of Clapham Common in early September. The streets are eerily quiet as a shadowy figure in black shirt, shorts and baseball cap emerges from the common. He is wearing a red face mask, his features, except for some blond locks, hidden from view."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699372843 {#2691
    date: 2023-11-07 17:00:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2699 …}
  +votes: Doctrine\ORM\PersistentCollection {#2701 …}
  +reports: Doctrine\ORM\PersistentCollection {#2703 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2709 …}
  +children: [
    App\Entity\EntryComment {#2359
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2361 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +body: "a normal car is a much more sane and efficient alternative, that might be where you are getting that idea."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 18
      +score: 0
      +lastActive: DateTime @1699180437 {#2377
        date: 2023-11-05 11:33:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hellothere@sh.itjust.works"
        "@doublejay1999@lemmy.world"
        "@Tvkan@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 92108
      -bodyTs: "'altern':11 'car':3 'effici':10 'get':18 'idea':20 'might':13 'much':6 'normal':2 'sane':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3476703"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699180437 {#2360
        date: 2023-11-05 11:33:57.0 +01:00
      }
      +"title": 92108
    }
  ]
  -id: 10089
  -titleTs: "'monster':1 'observ':13 'road':4 'suv':11 'uk':8"
  -bodyTs: "'basebal':27 'black':23 'blond':45 'cap':28 'clapham':8 'common':9,32 'earli':11 'edg':6 'eerili':16 'emerg':29 'except':42 'face':38 'featur':41 'figur':21 'hidden':47 'lock':46 'mask':39 'midnight':3 'quiet':17 'red':37 'septemb':12 'shadowi':20 'shirt':24 'short':25 'street':14 'view':49 'wear':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699260749
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8567454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699174349 {#2677
    date: 2023-11-05 09:52:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2361
  +user: Proxies\__CG__\App\Entity\User {#2653 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
  +image: Proxies\__CG__\App\Entity\Image {#2696 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
  +slug: "Monsters-of-the-road-what-should-the-UK-do-about"
  +title: "Monsters of the road: what should the UK do about SUVs? [The Observer]"
  +url: "https://www.theguardian.com/technology/2023/nov/05/monsters-of-the-road-what-should-the-uk-do-about-suvs"
  +body: "> It’s midnight on the edge of Clapham Common in early September. The streets are eerily quiet as a shadowy figure in black shirt, shorts and baseball cap emerges from the common. He is wearing a red face mask, his features, except for some blond locks, hidden from view."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699372843 {#2691
    date: 2023-11-07 17:00:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2699 …}
  +votes: Doctrine\ORM\PersistentCollection {#2701 …}
  +reports: Doctrine\ORM\PersistentCollection {#2703 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2709 …}
  +children: [
    App\Entity\EntryComment {#2359
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2361 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +body: "a normal car is a much more sane and efficient alternative, that might be where you are getting that idea."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 18
      +score: 0
      +lastActive: DateTime @1699180437 {#2377
        date: 2023-11-05 11:33:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hellothere@sh.itjust.works"
        "@doublejay1999@lemmy.world"
        "@Tvkan@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 92108
      -bodyTs: "'altern':11 'car':3 'effici':10 'get':18 'idea':20 'might':13 'much':6 'normal':2 'sane':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3476703"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699180437 {#2360
        date: 2023-11-05 11:33:57.0 +01:00
      }
      +"title": 92108
    }
  ]
  -id: 10089
  -titleTs: "'monster':1 'observ':13 'road':4 'suv':11 'uk':8"
  -bodyTs: "'basebal':27 'black':23 'blond':45 'cap':28 'clapham':8 'common':9,32 'earli':11 'edg':6 'eerili':16 'emerg':29 'except':42 'face':38 'featur':41 'figur':21 'hidden':47 'lock':46 'mask':39 'midnight':3 'quiet':17 'red':37 'septemb':12 'shadowi':20 'shirt':24 'short':25 'street':14 'view':49 'wear':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699260749
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8567454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699174349 {#2677
    date: 2023-11-05 09:52:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2361
  +user: Proxies\__CG__\App\Entity\User {#2653 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
  +image: Proxies\__CG__\App\Entity\Image {#2696 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
  +slug: "Monsters-of-the-road-what-should-the-UK-do-about"
  +title: "Monsters of the road: what should the UK do about SUVs? [The Observer]"
  +url: "https://www.theguardian.com/technology/2023/nov/05/monsters-of-the-road-what-should-the-uk-do-about-suvs"
  +body: "> It’s midnight on the edge of Clapham Common in early September. The streets are eerily quiet as a shadowy figure in black shirt, shorts and baseball cap emerges from the common. He is wearing a red face mask, his features, except for some blond locks, hidden from view."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699372843 {#2691
    date: 2023-11-07 17:00:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2699 …}
  +votes: Doctrine\ORM\PersistentCollection {#2701 …}
  +reports: Doctrine\ORM\PersistentCollection {#2703 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2709 …}
  +children: [
    App\Entity\EntryComment {#2359
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2361 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +body: "a normal car is a much more sane and efficient alternative, that might be where you are getting that idea."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 18
      +score: 0
      +lastActive: DateTime @1699180437 {#2377
        date: 2023-11-05 11:33:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hellothere@sh.itjust.works"
        "@doublejay1999@lemmy.world"
        "@Tvkan@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 92108
      -bodyTs: "'altern':11 'car':3 'effici':10 'get':18 'idea':20 'might':13 'much':6 'normal':2 'sane':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3476703"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699180437 {#2360
        date: 2023-11-05 11:33:57.0 +01:00
      }
      +"title": 92108
    }
  ]
  -id: 10089
  -titleTs: "'monster':1 'observ':13 'road':4 'suv':11 'uk':8"
  -bodyTs: "'basebal':27 'black':23 'blond':45 'cap':28 'clapham':8 'common':9,32 'earli':11 'edg':6 'eerili':16 'emerg':29 'except':42 'face':38 'featur':41 'figur':21 'hidden':47 'lock':46 'mask':39 'midnight':3 'quiet':17 'red':37 'septemb':12 'shadowi':20 'shirt':24 'short':25 'street':14 'view':49 'wear':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699260749
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8567454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699174349 {#2677
    date: 2023-11-05 09:52:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#2359
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2361
    +user: Proxies\__CG__\App\Entity\User {#2653 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
    +image: Proxies\__CG__\App\Entity\Image {#2696 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
    +slug: "Monsters-of-the-road-what-should-the-UK-do-about"
    +title: "Monsters of the road: what should the UK do about SUVs? [The Observer]"
    +url: "https://www.theguardian.com/technology/2023/nov/05/monsters-of-the-road-what-should-the-uk-do-about-suvs"
    +body: "> It’s midnight on the edge of Clapham Common in early September. The streets are eerily quiet as a shadowy figure in black shirt, shorts and baseball cap emerges from the common. He is wearing a red face mask, his features, except for some blond locks, hidden from view."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 83
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699372843 {#2691
      date: 2023-11-07 17:00:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2699 …}
    +votes: Doctrine\ORM\PersistentCollection {#2701 …}
    +reports: Doctrine\ORM\PersistentCollection {#2703 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2705 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2707 …}
    +badges: Doctrine\ORM\PersistentCollection {#2709 …}
    +children: [
      App\Entity\EntryComment {#2359}
    ]
    -id: 10089
    -titleTs: "'monster':1 'observ':13 'road':4 'suv':11 'uk':8"
    -bodyTs: "'basebal':27 'black':23 'blond':45 'cap':28 'clapham':8 'common':9,32 'earli':11 'edg':6 'eerili':16 'emerg':29 'except':42 'face':38 'featur':41 'figur':21 'hidden':47 'lock':46 'mask':39 'midnight':3 'quiet':17 'red':37 'septemb':12 'shadowi':20 'shirt':24 'short':25 'street':14 'view':49 'wear':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699260749
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8567454"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699174349 {#2677
      date: 2023-11-05 09:52:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +body: "a normal car is a much more sane and efficient alternative, that might be where you are getting that idea."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1699180437 {#2377
    date: 2023-11-05 11:33:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hellothere@sh.itjust.works"
    "@doublejay1999@lemmy.world"
    "@Tvkan@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 92108
  -bodyTs: "'altern':11 'car':3 'effici':10 'get':18 'idea':20 'might':13 'much':6 'normal':2 'sane':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3476703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699180437 {#2360
    date: 2023-11-05 11:33:57.0 +01:00
  }
  +"title": 92108
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\EntryComment {#2359
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2361
    +user: Proxies\__CG__\App\Entity\User {#2653 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
    +image: Proxies\__CG__\App\Entity\Image {#2696 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
    +slug: "Monsters-of-the-road-what-should-the-UK-do-about"
    +title: "Monsters of the road: what should the UK do about SUVs? [The Observer]"
    +url: "https://www.theguardian.com/technology/2023/nov/05/monsters-of-the-road-what-should-the-uk-do-about-suvs"
    +body: "> It’s midnight on the edge of Clapham Common in early September. The streets are eerily quiet as a shadowy figure in black shirt, shorts and baseball cap emerges from the common. He is wearing a red face mask, his features, except for some blond locks, hidden from view."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 83
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699372843 {#2691
      date: 2023-11-07 17:00:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2699 …}
    +votes: Doctrine\ORM\PersistentCollection {#2701 …}
    +reports: Doctrine\ORM\PersistentCollection {#2703 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2705 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2707 …}
    +badges: Doctrine\ORM\PersistentCollection {#2709 …}
    +children: [
      App\Entity\EntryComment {#2359}
    ]
    -id: 10089
    -titleTs: "'monster':1 'observ':13 'road':4 'suv':11 'uk':8"
    -bodyTs: "'basebal':27 'black':23 'blond':45 'cap':28 'clapham':8 'common':9,32 'earli':11 'edg':6 'eerili':16 'emerg':29 'except':42 'face':38 'featur':41 'figur':21 'hidden':47 'lock':46 'mask':39 'midnight':3 'quiet':17 'red':37 'septemb':12 'shadowi':20 'shirt':24 'short':25 'street':14 'view':49 'wear':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699260749
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8567454"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699174349 {#2677
      date: 2023-11-05 09:52:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +body: "a normal car is a much more sane and efficient alternative, that might be where you are getting that idea."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1699180437 {#2377
    date: 2023-11-05 11:33:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hellothere@sh.itjust.works"
    "@doublejay1999@lemmy.world"
    "@Tvkan@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 92108
  -bodyTs: "'altern':11 'car':3 'effici':10 'get':18 'idea':20 'might':13 'much':6 'normal':2 'sane':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3476703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699180437 {#2360
    date: 2023-11-05 11:33:57.0 +01:00
  }
  +"title": 92108
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\EntryComment {#2359
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2361
    +user: Proxies\__CG__\App\Entity\User {#2653 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
    +image: Proxies\__CG__\App\Entity\Image {#2696 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2698 …}
    +slug: "Monsters-of-the-road-what-should-the-UK-do-about"
    +title: "Monsters of the road: what should the UK do about SUVs? [The Observer]"
    +url: "https://www.theguardian.com/technology/2023/nov/05/monsters-of-the-road-what-should-the-uk-do-about-suvs"
    +body: "> It’s midnight on the edge of Clapham Common in early September. The streets are eerily quiet as a shadowy figure in black shirt, shorts and baseball cap emerges from the common. He is wearing a red face mask, his features, except for some blond locks, hidden from view."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 83
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699372843 {#2691
      date: 2023-11-07 17:00:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2699 …}
    +votes: Doctrine\ORM\PersistentCollection {#2701 …}
    +reports: Doctrine\ORM\PersistentCollection {#2703 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2705 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2707 …}
    +badges: Doctrine\ORM\PersistentCollection {#2709 …}
    +children: [
      App\Entity\EntryComment {#2359}
    ]
    -id: 10089
    -titleTs: "'monster':1 'observ':13 'road':4 'suv':11 'uk':8"
    -bodyTs: "'basebal':27 'black':23 'blond':45 'cap':28 'clapham':8 'common':9,32 'earli':11 'edg':6 'eerili':16 'emerg':29 'except':42 'face':38 'featur':41 'figur':21 'hidden':47 'lock':46 'mask':39 'midnight':3 'quiet':17 'red':37 'septemb':12 'shadowi':20 'shirt':24 'short':25 'street':14 'view':49 'wear':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699260749
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8567454"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699174349 {#2677
      date: 2023-11-05 09:52:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2364 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2372 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +body: "a normal car is a much more sane and efficient alternative, that might be where you are getting that idea."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1699180437 {#2377
    date: 2023-11-05 11:33:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hellothere@sh.itjust.works"
    "@doublejay1999@lemmy.world"
    "@Tvkan@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 92108
  -bodyTs: "'altern':11 'car':3 'effici':10 'get':18 'idea':20 'might':13 'much':6 'normal':2 'sane':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3476703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699180437 {#2360
    date: 2023-11-05 11:33:57.0 +01:00
  }
  +"title": 92108
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#2619 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: Proxies\__CG__\App\Entity\Image {#2676 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
  +slug: "Life-goals"
  +title: "Life goals"
  +url: "https://startrek.website/pictrs/image/ef2dbe78-d9e1-4f98-9060-874004a9adbe.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 330
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701653045 {#2671
    date: 2023-12-04 02:24:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2679 …}
  +votes: Doctrine\ORM\PersistentCollection {#2681 …}
  +reports: Doctrine\ORM\PersistentCollection {#2683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2685 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2687 …}
  +badges: Doctrine\ORM\PersistentCollection {#2689 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
      +image: null
      +parent: null
      +root: null
      +body: "Delivered with a crane by some guy in a hard hat, presumably."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700067641 {#2018
        date: 2023-11-15 18:00:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2012 …}
      +votes: Doctrine\ORM\PersistentCollection {#2013 …}
      +reports: Doctrine\ORM\PersistentCollection {#2035 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
      -id: 127403
      -bodyTs: "'crane':4 'deliv':1 'guy':7 'hard':10 'hat':11 'presum':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3738091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700067641 {#2025
        date: 2023-11-15 18:00:41.0 +01:00
      }
      +"title": 127403
    }
  ]
  -id: 13242
  -titleTs: "'goal':2 'life':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700144659
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3717604"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700058259 {#2656
    date: 2023-11-15 15:24:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#2619 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: Proxies\__CG__\App\Entity\Image {#2676 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
  +slug: "Life-goals"
  +title: "Life goals"
  +url: "https://startrek.website/pictrs/image/ef2dbe78-d9e1-4f98-9060-874004a9adbe.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 330
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701653045 {#2671
    date: 2023-12-04 02:24:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2679 …}
  +votes: Doctrine\ORM\PersistentCollection {#2681 …}
  +reports: Doctrine\ORM\PersistentCollection {#2683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2685 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2687 …}
  +badges: Doctrine\ORM\PersistentCollection {#2689 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
      +image: null
      +parent: null
      +root: null
      +body: "Delivered with a crane by some guy in a hard hat, presumably."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700067641 {#2018
        date: 2023-11-15 18:00:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2012 …}
      +votes: Doctrine\ORM\PersistentCollection {#2013 …}
      +reports: Doctrine\ORM\PersistentCollection {#2035 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
      -id: 127403
      -bodyTs: "'crane':4 'deliv':1 'guy':7 'hard':10 'hat':11 'presum':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3738091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700067641 {#2025
        date: 2023-11-15 18:00:41.0 +01:00
      }
      +"title": 127403
    }
  ]
  -id: 13242
  -titleTs: "'goal':2 'life':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700144659
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3717604"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700058259 {#2656
    date: 2023-11-15 15:24:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#2619 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: Proxies\__CG__\App\Entity\Image {#2676 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
  +slug: "Life-goals"
  +title: "Life goals"
  +url: "https://startrek.website/pictrs/image/ef2dbe78-d9e1-4f98-9060-874004a9adbe.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 330
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701653045 {#2671
    date: 2023-12-04 02:24:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2679 …}
  +votes: Doctrine\ORM\PersistentCollection {#2681 …}
  +reports: Doctrine\ORM\PersistentCollection {#2683 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2685 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2687 …}
  +badges: Doctrine\ORM\PersistentCollection {#2689 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
      +image: null
      +parent: null
      +root: null
      +body: "Delivered with a crane by some guy in a hard hat, presumably."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700067641 {#2018
        date: 2023-11-15 18:00:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2012 …}
      +votes: Doctrine\ORM\PersistentCollection {#2013 …}
      +reports: Doctrine\ORM\PersistentCollection {#2035 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
      -id: 127403
      -bodyTs: "'crane':4 'deliv':1 'guy':7 'hard':10 'hat':11 'presum':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3738091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700067641 {#2025
        date: 2023-11-15 18:00:41.0 +01:00
      }
      +"title": 127403
    }
  ]
  -id: 13242
  -titleTs: "'goal':2 'life':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700144659
  +visibility: "visible             "
  +apId: "https://startrek.website/post/3717604"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700058259 {#2656
    date: 2023-11-15 15:24:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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\EntryComment {#2011
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#2619 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
    +image: Proxies\__CG__\App\Entity\Image {#2676 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
    +slug: "Life-goals"
    +title: "Life goals"
    +url: "https://startrek.website/pictrs/image/ef2dbe78-d9e1-4f98-9060-874004a9adbe.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 330
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701653045 {#2671
      date: 2023-12-04 02:24:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2679 …}
    +votes: Doctrine\ORM\PersistentCollection {#2681 …}
    +reports: Doctrine\ORM\PersistentCollection {#2683 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2685 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2687 …}
    +badges: Doctrine\ORM\PersistentCollection {#2689 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 13242
    -titleTs: "'goal':2 'life':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700144659
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3717604"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700058259 {#2656
      date: 2023-11-15 15:24:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: null
  +parent: null
  +root: null
  +body: "Delivered with a crane by some guy in a hard hat, presumably."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700067641 {#2018
    date: 2023-11-15 18:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2012 …}
  +votes: Doctrine\ORM\PersistentCollection {#2013 …}
  +reports: Doctrine\ORM\PersistentCollection {#2035 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  -id: 127403
  -bodyTs: "'crane':4 'deliv':1 'guy':7 'hard':10 'hat':11 'presum':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3738091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700067641 {#2025
    date: 2023-11-15 18:00:41.0 +01:00
  }
  +"title": 127403
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\EntryComment {#2011
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#2619 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
    +image: Proxies\__CG__\App\Entity\Image {#2676 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
    +slug: "Life-goals"
    +title: "Life goals"
    +url: "https://startrek.website/pictrs/image/ef2dbe78-d9e1-4f98-9060-874004a9adbe.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 330
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701653045 {#2671
      date: 2023-12-04 02:24:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2679 …}
    +votes: Doctrine\ORM\PersistentCollection {#2681 …}
    +reports: Doctrine\ORM\PersistentCollection {#2683 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2685 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2687 …}
    +badges: Doctrine\ORM\PersistentCollection {#2689 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 13242
    -titleTs: "'goal':2 'life':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700144659
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3717604"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700058259 {#2656
      date: 2023-11-15 15:24:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: null
  +parent: null
  +root: null
  +body: "Delivered with a crane by some guy in a hard hat, presumably."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700067641 {#2018
    date: 2023-11-15 18:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2012 …}
  +votes: Doctrine\ORM\PersistentCollection {#2013 …}
  +reports: Doctrine\ORM\PersistentCollection {#2035 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  -id: 127403
  -bodyTs: "'crane':4 'deliv':1 'guy':7 'hard':10 'hat':11 'presum':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3738091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700067641 {#2025
    date: 2023-11-15 18:00:41.0 +01:00
  }
  +"title": 127403
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\EntryComment {#2011
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#2619 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
    +image: Proxies\__CG__\App\Entity\Image {#2676 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
    +slug: "Life-goals"
    +title: "Life goals"
    +url: "https://startrek.website/pictrs/image/ef2dbe78-d9e1-4f98-9060-874004a9adbe.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 20
    +favouriteCount: 330
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701653045 {#2671
      date: 2023-12-04 02:24:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2679 …}
    +votes: Doctrine\ORM\PersistentCollection {#2681 …}
    +reports: Doctrine\ORM\PersistentCollection {#2683 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2685 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2687 …}
    +badges: Doctrine\ORM\PersistentCollection {#2689 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 13242
    -titleTs: "'goal':2 'life':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700144659
    +visibility: "visible             "
    +apId: "https://startrek.website/post/3717604"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700058259 {#2656
      date: 2023-11-15 15:24:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: null
  +parent: null
  +root: null
  +body: "Delivered with a crane by some guy in a hard hat, presumably."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700067641 {#2018
    date: 2023-11-15 18:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2012 …}
  +votes: Doctrine\ORM\PersistentCollection {#2013 …}
  +reports: Doctrine\ORM\PersistentCollection {#2035 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  -id: 127403
  -bodyTs: "'crane':4 'deliv':1 'guy':7 'hard':10 'hat':11 'presum':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3738091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700067641 {#2025
    date: 2023-11-15 18:00:41.0 +01:00
  }
  +"title": 127403
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
101 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
102 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2655 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2657 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
  +slug: "More-like-658-by-my-measurement"
  +title: "More like 658 by my measurement"
  +url: "https://lemmy.ml/pictrs/image/e6e85aef-4498-4c90-989f-22e2928b0f51.jpeg"
  +body: "is it a unit of length? Or is it weight?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 460
  +score: 0
  +isAdult: true
  +sticky: false
  +lastActive: DateTime @1697985175 {#2650
    date: 2023-10-22 16:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2659 …}
  +votes: Doctrine\ORM\PersistentCollection {#2661 …}
  +reports: Doctrine\ORM\PersistentCollection {#2663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2667 …}
  +badges: Doctrine\ORM\PersistentCollection {#2669 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +body: "The foot guy, need consistency"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1697906806 {#1668
        date: 2023-10-21 18:46:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Schnitzel_bub@lemmy.ml"
        "@bappity@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1616 …}
      +votes: Doctrine\ORM\PersistentCollection {#1705 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 63178
      -bodyTs: "'consist':5 'foot':2 'guy':3 'need':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3089205"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697906806 {#1567
        date: 2023-10-21 18:46:46.0 +02:00
      }
      +"title": 63178
    }
  ]
  -id: 6862
  -titleTs: "'658':3 'like':2 'measur':6"
  -bodyTs: "'length':6 'unit':4 'weight':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697987357
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6810611"
  +editedAt: DateTimeImmutable @1697904937 {#2616
    date: 2023-10-21 18:15:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697900957 {#2546
    date: 2023-10-21 17:09:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
103 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2655 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2657 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
  +slug: "More-like-658-by-my-measurement"
  +title: "More like 658 by my measurement"
  +url: "https://lemmy.ml/pictrs/image/e6e85aef-4498-4c90-989f-22e2928b0f51.jpeg"
  +body: "is it a unit of length? Or is it weight?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 460
  +score: 0
  +isAdult: true
  +sticky: false
  +lastActive: DateTime @1697985175 {#2650
    date: 2023-10-22 16:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2659 …}
  +votes: Doctrine\ORM\PersistentCollection {#2661 …}
  +reports: Doctrine\ORM\PersistentCollection {#2663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2667 …}
  +badges: Doctrine\ORM\PersistentCollection {#2669 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +body: "The foot guy, need consistency"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1697906806 {#1668
        date: 2023-10-21 18:46:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Schnitzel_bub@lemmy.ml"
        "@bappity@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1616 …}
      +votes: Doctrine\ORM\PersistentCollection {#1705 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 63178
      -bodyTs: "'consist':5 'foot':2 'guy':3 'need':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3089205"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697906806 {#1567
        date: 2023-10-21 18:46:46.0 +02:00
      }
      +"title": 63178
    }
  ]
  -id: 6862
  -titleTs: "'658':3 'like':2 'measur':6"
  -bodyTs: "'length':6 'unit':4 'weight':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697987357
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6810611"
  +editedAt: DateTimeImmutable @1697904937 {#2616
    date: 2023-10-21 18:15:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697900957 {#2546
    date: 2023-10-21 17:09:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
104 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2655 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2657 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
  +slug: "More-like-658-by-my-measurement"
  +title: "More like 658 by my measurement"
  +url: "https://lemmy.ml/pictrs/image/e6e85aef-4498-4c90-989f-22e2928b0f51.jpeg"
  +body: "is it a unit of length? Or is it weight?"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 460
  +score: 0
  +isAdult: true
  +sticky: false
  +lastActive: DateTime @1697985175 {#2650
    date: 2023-10-22 16:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2659 …}
  +votes: Doctrine\ORM\PersistentCollection {#2661 …}
  +reports: Doctrine\ORM\PersistentCollection {#2663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2667 …}
  +badges: Doctrine\ORM\PersistentCollection {#2669 …}
  +children: [
    App\Entity\EntryComment {#1550
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +body: "The foot guy, need consistency"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1697906806 {#1668
        date: 2023-10-21 18:46:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Schnitzel_bub@lemmy.ml"
        "@bappity@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1616 …}
      +votes: Doctrine\ORM\PersistentCollection {#1705 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 63178
      -bodyTs: "'consist':5 'foot':2 'guy':3 'need':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3089205"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697906806 {#1567
        date: 2023-10-21 18:46:46.0 +02:00
      }
      +"title": 63178
    }
  ]
  -id: 6862
  -titleTs: "'658':3 'like':2 'measur':6"
  -bodyTs: "'length':6 'unit':4 'weight':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697987357
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6810611"
  +editedAt: DateTimeImmutable @1697904937 {#2616
    date: 2023-10-21 18:15:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697900957 {#2546
    date: 2023-10-21 17:09:17.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"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
105 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
106 DENIED moderate
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2655 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2657 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
    +slug: "More-like-658-by-my-measurement"
    +title: "More like 658 by my measurement"
    +url: "https://lemmy.ml/pictrs/image/e6e85aef-4498-4c90-989f-22e2928b0f51.jpeg"
    +body: "is it a unit of length? Or is it weight?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 17
    +favouriteCount: 460
    +score: 0
    +isAdult: true
    +sticky: false
    +lastActive: DateTime @1697985175 {#2650
      date: 2023-10-22 16:32:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2659 …}
    +votes: Doctrine\ORM\PersistentCollection {#2661 …}
    +reports: Doctrine\ORM\PersistentCollection {#2663 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2665 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2667 …}
    +badges: Doctrine\ORM\PersistentCollection {#2669 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 6862
    -titleTs: "'658':3 'like':2 'measur':6"
    -bodyTs: "'length':6 'unit':4 'weight':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697987357
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6810611"
    +editedAt: DateTimeImmutable @1697904937 {#2616
      date: 2023-10-21 18:15:37.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697900957 {#2546
      date: 2023-10-21 17:09:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +body: "The foot guy, need consistency"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1697906806 {#1668
    date: 2023-10-21 18:46:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Schnitzel_bub@lemmy.ml"
    "@bappity@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1616 …}
  +votes: Doctrine\ORM\PersistentCollection {#1705 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 63178
  -bodyTs: "'consist':5 'foot':2 'guy':3 'need':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3089205"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697906806 {#1567
    date: 2023-10-21 18:46:46.0 +02:00
  }
  +"title": 63178
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2655 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2657 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
    +slug: "More-like-658-by-my-measurement"
    +title: "More like 658 by my measurement"
    +url: "https://lemmy.ml/pictrs/image/e6e85aef-4498-4c90-989f-22e2928b0f51.jpeg"
    +body: "is it a unit of length? Or is it weight?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 17
    +favouriteCount: 460
    +score: 0
    +isAdult: true
    +sticky: false
    +lastActive: DateTime @1697985175 {#2650
      date: 2023-10-22 16:32:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2659 …}
    +votes: Doctrine\ORM\PersistentCollection {#2661 …}
    +reports: Doctrine\ORM\PersistentCollection {#2663 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2665 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2667 …}
    +badges: Doctrine\ORM\PersistentCollection {#2669 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 6862
    -titleTs: "'658':3 'like':2 'measur':6"
    -bodyTs: "'length':6 'unit':4 'weight':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697987357
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6810611"
    +editedAt: DateTimeImmutable @1697904937 {#2616
      date: 2023-10-21 18:15:37.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697900957 {#2546
      date: 2023-10-21 17:09:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +body: "The foot guy, need consistency"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1697906806 {#1668
    date: 2023-10-21 18:46:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Schnitzel_bub@lemmy.ml"
    "@bappity@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1616 …}
  +votes: Doctrine\ORM\PersistentCollection {#1705 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 63178
  -bodyTs: "'consist':5 'foot':2 'guy':3 'need':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3089205"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697906806 {#1567
    date: 2023-10-21 18:46:46.0 +02:00
  }
  +"title": 63178
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
App\Entity\EntryComment {#1550
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2655 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2657 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2658 …}
    +slug: "More-like-658-by-my-measurement"
    +title: "More like 658 by my measurement"
    +url: "https://lemmy.ml/pictrs/image/e6e85aef-4498-4c90-989f-22e2928b0f51.jpeg"
    +body: "is it a unit of length? Or is it weight?"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 17
    +favouriteCount: 460
    +score: 0
    +isAdult: true
    +sticky: false
    +lastActive: DateTime @1697985175 {#2650
      date: 2023-10-22 16:32:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2659 …}
    +votes: Doctrine\ORM\PersistentCollection {#2661 …}
    +reports: Doctrine\ORM\PersistentCollection {#2663 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2665 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2667 …}
    +badges: Doctrine\ORM\PersistentCollection {#2669 …}
    +children: [
      App\Entity\EntryComment {#1550}
    ]
    -id: 6862
    -titleTs: "'658':3 'like':2 'measur':6"
    -bodyTs: "'length':6 'unit':4 'weight':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697987357
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6810611"
    +editedAt: DateTimeImmutable @1697904937 {#2616
      date: 2023-10-21 18:15:37.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697900957 {#2546
      date: 2023-10-21 17:09:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +body: "The foot guy, need consistency"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1697906806 {#1668
    date: 2023-10-21 18:46:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Schnitzel_bub@lemmy.ml"
    "@bappity@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1616 …}
  +votes: Doctrine\ORM\PersistentCollection {#1705 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 63178
  -bodyTs: "'consist':5 'foot':2 'guy':3 'need':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3089205"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697906806 {#1567
    date: 2023-10-21 18:46:46.0 +02:00
  }
  +"title": 63178
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
109 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
110 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2078
  +user: Proxies\__CG__\App\Entity\User {#1980 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2639 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "I-have-never-understood-that"
  +title: "I have never understood that."
  +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 157
  +favouriteCount: 1373
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701307028 {#2608
    date: 2023-11-30 02:17:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2637 …}
  +votes: Doctrine\ORM\PersistentCollection {#2644 …}
  +reports: Doctrine\ORM\PersistentCollection {#2640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
  +badges: Doctrine\ORM\PersistentCollection {#2648 …}
  +children: [
    1 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700471150 {#2088
        date: 2023-11-20 10:05:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BonesOfTheMoon@lemmy.world"
        "@BorgDrone@lemmy.one"
        "@RaoulDook@lemmy.world"
        "@aulin@lemmy.world"
        "@papabobolious@feddit.nu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 142378
      -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3856351"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700471150 {#2095
        date: 2023-11-20 10:05:50.0 +01:00
      }
      +"title": 142378
    }
    0 => App\Entity\EntryComment {#2084
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700305601 {#2061
        date: 2023-11-18 12:06:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BonesOfTheMoon@lemmy.world"
        "@BorgDrone@lemmy.one"
        "@RaoulDook@lemmy.world"
        "@aulin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 136581
      -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3809001"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700305601 {#2079
        date: 2023-11-18 12:06:41.0 +01:00
      }
      +"title": 136581
    }
  ]
  -id: 13847
  -titleTs: "'never':3 'understood':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700316482
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8382369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700230082 {#2543
    date: 2023-11-17 15:08:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
111 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2078
  +user: Proxies\__CG__\App\Entity\User {#1980 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2639 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "I-have-never-understood-that"
  +title: "I have never understood that."
  +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 157
  +favouriteCount: 1373
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701307028 {#2608
    date: 2023-11-30 02:17:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2637 …}
  +votes: Doctrine\ORM\PersistentCollection {#2644 …}
  +reports: Doctrine\ORM\PersistentCollection {#2640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
  +badges: Doctrine\ORM\PersistentCollection {#2648 …}
  +children: [
    1 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700471150 {#2088
        date: 2023-11-20 10:05:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BonesOfTheMoon@lemmy.world"
        "@BorgDrone@lemmy.one"
        "@RaoulDook@lemmy.world"
        "@aulin@lemmy.world"
        "@papabobolious@feddit.nu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 142378
      -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3856351"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700471150 {#2095
        date: 2023-11-20 10:05:50.0 +01:00
      }
      +"title": 142378
    }
    0 => App\Entity\EntryComment {#2084
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700305601 {#2061
        date: 2023-11-18 12:06:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BonesOfTheMoon@lemmy.world"
        "@BorgDrone@lemmy.one"
        "@RaoulDook@lemmy.world"
        "@aulin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 136581
      -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3809001"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700305601 {#2079
        date: 2023-11-18 12:06:41.0 +01:00
      }
      +"title": 136581
    }
  ]
  -id: 13847
  -titleTs: "'never':3 'understood':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700316482
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8382369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700230082 {#2543
    date: 2023-11-17 15:08:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
112 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2078
  +user: Proxies\__CG__\App\Entity\User {#1980 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2639 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
  +slug: "I-have-never-understood-that"
  +title: "I have never understood that."
  +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 157
  +favouriteCount: 1373
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701307028 {#2608
    date: 2023-11-30 02:17:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2637 …}
  +votes: Doctrine\ORM\PersistentCollection {#2644 …}
  +reports: Doctrine\ORM\PersistentCollection {#2640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
  +badges: Doctrine\ORM\PersistentCollection {#2648 …}
  +children: [
    1 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700471150 {#2088
        date: 2023-11-20 10:05:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BonesOfTheMoon@lemmy.world"
        "@BorgDrone@lemmy.one"
        "@RaoulDook@lemmy.world"
        "@aulin@lemmy.world"
        "@papabobolious@feddit.nu"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 142378
      -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3856351"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700471150 {#2095
        date: 2023-11-20 10:05:50.0 +01:00
      }
      +"title": 142378
    }
    0 => App\Entity\EntryComment {#2084
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700305601 {#2061
        date: 2023-11-18 12:06:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BonesOfTheMoon@lemmy.world"
        "@BorgDrone@lemmy.one"
        "@RaoulDook@lemmy.world"
        "@aulin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 136581
      -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/3809001"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700305601 {#2079
        date: 2023-11-18 12:06:41.0 +01:00
      }
      +"title": 136581
    }
  ]
  -id: 13847
  -titleTs: "'never':3 'understood':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700316482
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8382369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700230082 {#2543
    date: 2023-11-17 15:08:02.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
113 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
114 DENIED moderate
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2078
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2639 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "I-have-never-understood-that"
    +title: "I have never understood that."
    +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 157
    +favouriteCount: 1373
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701307028 {#2608
      date: 2023-11-30 02:17:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2637 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2640 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
    +badges: Doctrine\ORM\PersistentCollection {#2648 …}
    +children: [
      1 => App\Entity\EntryComment {#2087}
      0 => App\Entity\EntryComment {#2084
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700305601 {#2061
          date: 2023-11-18 12:06:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@BonesOfTheMoon@lemmy.world"
          "@BorgDrone@lemmy.one"
          "@RaoulDook@lemmy.world"
          "@aulin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 136581
        -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3809001"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700305601 {#2079
          date: 2023-11-18 12:06:41.0 +01:00
        }
        +"title": 136581
      }
    ]
    -id: 13847
    -titleTs: "'never':3 'understood':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700316482
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8382369"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700230082 {#2543
      date: 2023-11-17 15:08:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700471150 {#2088
    date: 2023-11-20 10:05:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BonesOfTheMoon@lemmy.world"
    "@BorgDrone@lemmy.one"
    "@RaoulDook@lemmy.world"
    "@aulin@lemmy.world"
    "@papabobolious@feddit.nu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 142378
  -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3856351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700471150 {#2095
    date: 2023-11-20 10:05:50.0 +01:00
  }
  +"title": 142378
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2078
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2639 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "I-have-never-understood-that"
    +title: "I have never understood that."
    +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 157
    +favouriteCount: 1373
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701307028 {#2608
      date: 2023-11-30 02:17:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2637 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2640 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
    +badges: Doctrine\ORM\PersistentCollection {#2648 …}
    +children: [
      1 => App\Entity\EntryComment {#2087}
      0 => App\Entity\EntryComment {#2084
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700305601 {#2061
          date: 2023-11-18 12:06:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@BonesOfTheMoon@lemmy.world"
          "@BorgDrone@lemmy.one"
          "@RaoulDook@lemmy.world"
          "@aulin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 136581
        -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3809001"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700305601 {#2079
          date: 2023-11-18 12:06:41.0 +01:00
        }
        +"title": 136581
      }
    ]
    -id: 13847
    -titleTs: "'never':3 'understood':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700316482
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8382369"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700230082 {#2543
      date: 2023-11-17 15:08:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700471150 {#2088
    date: 2023-11-20 10:05:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BonesOfTheMoon@lemmy.world"
    "@BorgDrone@lemmy.one"
    "@RaoulDook@lemmy.world"
    "@aulin@lemmy.world"
    "@papabobolious@feddit.nu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 142378
  -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3856351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700471150 {#2095
    date: 2023-11-20 10:05:50.0 +01:00
  }
  +"title": 142378
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2078
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2639 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "I-have-never-understood-that"
    +title: "I have never understood that."
    +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 157
    +favouriteCount: 1373
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701307028 {#2608
      date: 2023-11-30 02:17:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2637 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2640 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
    +badges: Doctrine\ORM\PersistentCollection {#2648 …}
    +children: [
      1 => App\Entity\EntryComment {#2087}
      0 => App\Entity\EntryComment {#2084
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700305601 {#2061
          date: 2023-11-18 12:06:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@BonesOfTheMoon@lemmy.world"
          "@BorgDrone@lemmy.one"
          "@RaoulDook@lemmy.world"
          "@aulin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 136581
        -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3809001"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700305601 {#2079
          date: 2023-11-18 12:06:41.0 +01:00
        }
        +"title": 136581
      }
    ]
    -id: 13847
    -titleTs: "'never':3 'understood':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700316482
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8382369"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700230082 {#2543
      date: 2023-11-17 15:08:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700471150 {#2088
    date: 2023-11-20 10:05:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BonesOfTheMoon@lemmy.world"
    "@BorgDrone@lemmy.one"
    "@RaoulDook@lemmy.world"
    "@aulin@lemmy.world"
    "@papabobolious@feddit.nu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 142378
  -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3856351"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700471150 {#2095
    date: 2023-11-20 10:05:50.0 +01:00
  }
  +"title": 142378
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 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
118 DENIED moderate
App\Entity\EntryComment {#2084
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2078
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2639 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "I-have-never-understood-that"
    +title: "I have never understood that."
    +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 157
    +favouriteCount: 1373
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701307028 {#2608
      date: 2023-11-30 02:17:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2637 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2640 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
    +badges: Doctrine\ORM\PersistentCollection {#2648 …}
    +children: [
      1 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700471150 {#2088
          date: 2023-11-20 10:05:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@BonesOfTheMoon@lemmy.world"
          "@BorgDrone@lemmy.one"
          "@RaoulDook@lemmy.world"
          "@aulin@lemmy.world"
          "@papabobolious@feddit.nu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 142378
        -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3856351"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700471150 {#2095
          date: 2023-11-20 10:05:50.0 +01:00
        }
        +"title": 142378
      }
      0 => App\Entity\EntryComment {#2084}
    ]
    -id: 13847
    -titleTs: "'never':3 'understood':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700316482
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8382369"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700230082 {#2543
      date: 2023-11-17 15:08:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700305601 {#2061
    date: 2023-11-18 12:06:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BonesOfTheMoon@lemmy.world"
    "@BorgDrone@lemmy.one"
    "@RaoulDook@lemmy.world"
    "@aulin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 136581
  -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3809001"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700305601 {#2079
    date: 2023-11-18 12:06:41.0 +01:00
  }
  +"title": 136581
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
App\Entity\EntryComment {#2084
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2078
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2639 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "I-have-never-understood-that"
    +title: "I have never understood that."
    +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 157
    +favouriteCount: 1373
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701307028 {#2608
      date: 2023-11-30 02:17:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2637 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2640 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
    +badges: Doctrine\ORM\PersistentCollection {#2648 …}
    +children: [
      1 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700471150 {#2088
          date: 2023-11-20 10:05:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@BonesOfTheMoon@lemmy.world"
          "@BorgDrone@lemmy.one"
          "@RaoulDook@lemmy.world"
          "@aulin@lemmy.world"
          "@papabobolious@feddit.nu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 142378
        -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3856351"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700471150 {#2095
          date: 2023-11-20 10:05:50.0 +01:00
        }
        +"title": 142378
      }
      0 => App\Entity\EntryComment {#2084}
    ]
    -id: 13847
    -titleTs: "'never':3 'understood':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700316482
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8382369"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700230082 {#2543
      date: 2023-11-17 15:08:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700305601 {#2061
    date: 2023-11-18 12:06:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BonesOfTheMoon@lemmy.world"
    "@BorgDrone@lemmy.one"
    "@RaoulDook@lemmy.world"
    "@aulin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 136581
  -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3809001"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700305601 {#2079
    date: 2023-11-18 12:06:41.0 +01:00
  }
  +"title": 136581
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
App\Entity\EntryComment {#2084
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2078
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2639 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2638 …}
    +slug: "I-have-never-understood-that"
    +title: "I have never understood that."
    +url: "https://lemmy.world/pictrs/image/5d7fb21b-f5dc-4d24-a5fd-e47739b66acc.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 157
    +favouriteCount: 1373
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701307028 {#2608
      date: 2023-11-30 02:17:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2637 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2640 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2643 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2646 …}
    +badges: Doctrine\ORM\PersistentCollection {#2648 …}
    +children: [
      1 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2078 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +body: "I’m from Sweden which I don’t consider super hot, but most people I come across would have their homes warmer than 20c. More like 23-25."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700471150 {#2088
          date: 2023-11-20 10:05:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@BonesOfTheMoon@lemmy.world"
          "@BorgDrone@lemmy.one"
          "@RaoulDook@lemmy.world"
          "@aulin@lemmy.world"
          "@papabobolious@feddit.nu"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 142378
        -bodyTs: "'-25':28 '20c':24 '23':27 'across':17 'come':16 'consid':9 'home':21 'hot':11 'like':26 'm':2 'peopl':14 'super':10 'sweden':4 'warmer':22 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/3856351"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700471150 {#2095
          date: 2023-11-20 10:05:50.0 +01:00
        }
        +"title": 142378
      }
      0 => App\Entity\EntryComment {#2084}
    ]
    -id: 13847
    -titleTs: "'never':3 'understood':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700316482
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8382369"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700230082 {#2543
      date: 2023-11-17 15:08:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2076 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: "Wind is a factor too, also if it’s 20c inside imma be cold."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700305601 {#2061
    date: 2023-11-18 12:06:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BonesOfTheMoon@lemmy.world"
    "@BorgDrone@lemmy.one"
    "@RaoulDook@lemmy.world"
    "@aulin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 136581
  -bodyTs: "'20c':10 'also':6 'cold':14 'factor':4 'imma':12 'insid':11 'wind':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/3809001"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700305601 {#2079
    date: 2023-11-18 12:06:41.0 +01:00
  }
  +"title": 136581
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
121 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
122 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2350
  +user: Proxies\__CG__\App\Entity\User {#2008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "What-phone-do-you-sugest-for-your-grandparents"
  +title: "What phone do you sugest for your grandparents?"
  +url: null
  +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 62
  +favouriteCount: 82
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702114570 {#2198
    date: 2023-12-09 10:36:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2569 …}
  +votes: Doctrine\ORM\PersistentCollection {#2567 …}
  +reports: Doctrine\ORM\PersistentCollection {#2564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
  +badges: Doctrine\ORM\PersistentCollection {#2611 …}
  +children: [
    1 => App\Entity\EntryComment {#2289
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +root: App\Entity\EntryComment {#2345
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703477567 {#2138
          date: 2023-12-25 05:12:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 209860
        -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4320569"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702032771 {#2040
          date: 2023-12-08 11:52:51.0 +01:00
        }
        +"title": 209860
      }
      +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702055923 {#2331
        date: 2023-12-08 18:18:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tautvydaxx@lemmy.world"
        "@papabobolious@feddit.nu"
        "@bjoern_tantau@swg-empire.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2326 …}
      +nested: Doctrine\ORM\PersistentCollection {#2325 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2323 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
      -id: 210674
      -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/4327523"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702055923 {#2314
        date: 2023-12-08 18:18:43.0 +01:00
      }
      +"title": 210674
    }
    0 => App\Entity\EntryComment {#2345}
  ]
  -id: 21054
  -titleTs: "'grandpar':8 'phone':2 'sugest':5"
  -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702113789
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9296051"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702027389 {#2518
    date: 2023-12-08 10:23:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
123 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2350
  +user: Proxies\__CG__\App\Entity\User {#2008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "What-phone-do-you-sugest-for-your-grandparents"
  +title: "What phone do you sugest for your grandparents?"
  +url: null
  +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 62
  +favouriteCount: 82
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702114570 {#2198
    date: 2023-12-09 10:36:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2569 …}
  +votes: Doctrine\ORM\PersistentCollection {#2567 …}
  +reports: Doctrine\ORM\PersistentCollection {#2564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
  +badges: Doctrine\ORM\PersistentCollection {#2611 …}
  +children: [
    1 => App\Entity\EntryComment {#2289
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +root: App\Entity\EntryComment {#2345
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703477567 {#2138
          date: 2023-12-25 05:12:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 209860
        -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4320569"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702032771 {#2040
          date: 2023-12-08 11:52:51.0 +01:00
        }
        +"title": 209860
      }
      +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702055923 {#2331
        date: 2023-12-08 18:18:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tautvydaxx@lemmy.world"
        "@papabobolious@feddit.nu"
        "@bjoern_tantau@swg-empire.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2326 …}
      +nested: Doctrine\ORM\PersistentCollection {#2325 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2323 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
      -id: 210674
      -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/4327523"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702055923 {#2314
        date: 2023-12-08 18:18:43.0 +01:00
      }
      +"title": 210674
    }
    0 => App\Entity\EntryComment {#2345}
  ]
  -id: 21054
  -titleTs: "'grandpar':8 'phone':2 'sugest':5"
  -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702113789
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9296051"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702027389 {#2518
    date: 2023-12-08 10:23:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
124 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2350
  +user: Proxies\__CG__\App\Entity\User {#2008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
  +slug: "What-phone-do-you-sugest-for-your-grandparents"
  +title: "What phone do you sugest for your grandparents?"
  +url: null
  +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 62
  +favouriteCount: 82
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702114570 {#2198
    date: 2023-12-09 10:36:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2569 …}
  +votes: Doctrine\ORM\PersistentCollection {#2567 …}
  +reports: Doctrine\ORM\PersistentCollection {#2564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
  +badges: Doctrine\ORM\PersistentCollection {#2611 …}
  +children: [
    1 => App\Entity\EntryComment {#2289
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +root: App\Entity\EntryComment {#2345
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703477567 {#2138
          date: 2023-12-25 05:12:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 209860
        -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4320569"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702032771 {#2040
          date: 2023-12-08 11:52:51.0 +01:00
        }
        +"title": 209860
      }
      +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1702055923 {#2331
        date: 2023-12-08 18:18:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tautvydaxx@lemmy.world"
        "@papabobolious@feddit.nu"
        "@bjoern_tantau@swg-empire.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2326 …}
      +nested: Doctrine\ORM\PersistentCollection {#2325 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2323 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
      -id: 210674
      -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nu/comment/4327523"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702055923 {#2314
        date: 2023-12-08 18:18:43.0 +01:00
      }
      +"title": 210674
    }
    0 => App\Entity\EntryComment {#2345}
  ]
  -id: 21054
  -titleTs: "'grandpar':8 'phone':2 'sugest':5"
  -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702113789
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9296051"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702027389 {#2518
    date: 2023-12-08 10:23:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"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
125 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
126 DENIED moderate
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "What-phone-do-you-sugest-for-your-grandparents"
    +title: "What phone do you sugest for your grandparents?"
    +url: null
    +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 62
    +favouriteCount: 82
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702114570 {#2198
      date: 2023-12-09 10:36:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2567 …}
    +reports: Doctrine\ORM\PersistentCollection {#2564 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
    +badges: Doctrine\ORM\PersistentCollection {#2611 …}
    +children: [
      1 => App\Entity\EntryComment {#2289}
      0 => App\Entity\EntryComment {#2345
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703477567 {#2138
          date: 2023-12-25 05:12:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 209860
        -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4320569"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702032771 {#2040
          date: 2023-12-08 11:52:51.0 +01:00
        }
        +"title": 209860
      }
    ]
    -id: 21054
    -titleTs: "'grandpar':8 'phone':2 'sugest':5"
    -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702113789
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9296051"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702027389 {#2518
      date: 2023-12-08 10:23:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +root: App\Entity\EntryComment {#2345}
  +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702055923 {#2331
    date: 2023-12-08 18:18:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tautvydaxx@lemmy.world"
    "@papabobolious@feddit.nu"
    "@bjoern_tantau@swg-empire.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2323 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
  -id: 210674
  -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/4327523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702055923 {#2314
    date: 2023-12-08 18:18:43.0 +01:00
  }
  +"title": 210674
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
127 DENIED edit
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "What-phone-do-you-sugest-for-your-grandparents"
    +title: "What phone do you sugest for your grandparents?"
    +url: null
    +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 62
    +favouriteCount: 82
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702114570 {#2198
      date: 2023-12-09 10:36:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2567 …}
    +reports: Doctrine\ORM\PersistentCollection {#2564 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
    +badges: Doctrine\ORM\PersistentCollection {#2611 …}
    +children: [
      1 => App\Entity\EntryComment {#2289}
      0 => App\Entity\EntryComment {#2345
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703477567 {#2138
          date: 2023-12-25 05:12:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 209860
        -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4320569"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702032771 {#2040
          date: 2023-12-08 11:52:51.0 +01:00
        }
        +"title": 209860
      }
    ]
    -id: 21054
    -titleTs: "'grandpar':8 'phone':2 'sugest':5"
    -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702113789
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9296051"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702027389 {#2518
      date: 2023-12-08 10:23:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +root: App\Entity\EntryComment {#2345}
  +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702055923 {#2331
    date: 2023-12-08 18:18:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tautvydaxx@lemmy.world"
    "@papabobolious@feddit.nu"
    "@bjoern_tantau@swg-empire.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2323 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
  -id: 210674
  -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/4327523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702055923 {#2314
    date: 2023-12-08 18:18:43.0 +01:00
  }
  +"title": 210674
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
128 DENIED moderate
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "What-phone-do-you-sugest-for-your-grandparents"
    +title: "What phone do you sugest for your grandparents?"
    +url: null
    +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 62
    +favouriteCount: 82
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702114570 {#2198
      date: 2023-12-09 10:36:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2567 …}
    +reports: Doctrine\ORM\PersistentCollection {#2564 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
    +badges: Doctrine\ORM\PersistentCollection {#2611 …}
    +children: [
      1 => App\Entity\EntryComment {#2289}
      0 => App\Entity\EntryComment {#2345
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: null
        +root: null
        +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703477567 {#2138
          date: 2023-12-25 05:12:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 209860
        -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4320569"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702032771 {#2040
          date: 2023-12-08 11:52:51.0 +01:00
        }
        +"title": 209860
      }
    ]
    -id: 21054
    -titleTs: "'grandpar':8 'phone':2 'sugest':5"
    -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702113789
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9296051"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702027389 {#2518
      date: 2023-12-08 10:23:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +root: App\Entity\EntryComment {#2345}
  +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1702055923 {#2331
    date: 2023-12-08 18:18:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tautvydaxx@lemmy.world"
    "@papabobolious@feddit.nu"
    "@bjoern_tantau@swg-empire.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2323 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
  -id: 210674
  -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/4327523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702055923 {#2314
    date: 2023-12-08 18:18:43.0 +01:00
  }
  +"title": 210674
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
129 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
130 DENIED moderate
App\Entity\EntryComment {#2345
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "What-phone-do-you-sugest-for-your-grandparents"
    +title: "What phone do you sugest for your grandparents?"
    +url: null
    +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 62
    +favouriteCount: 82
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702114570 {#2198
      date: 2023-12-09 10:36:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2567 …}
    +reports: Doctrine\ORM\PersistentCollection {#2564 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
    +badges: Doctrine\ORM\PersistentCollection {#2611 …}
    +children: [
      1 => App\Entity\EntryComment {#2289
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
        +root: App\Entity\EntryComment {#2345}
        +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702055923 {#2331
          date: 2023-12-08 18:18:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
          "@papabobolious@feddit.nu"
          "@bjoern_tantau@swg-empire.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2326 …}
        +nested: Doctrine\ORM\PersistentCollection {#2325 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2323 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
        -id: 210674
        -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4327523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702055923 {#2314
          date: 2023-12-08 18:18:43.0 +01:00
        }
        +"title": 210674
      }
      0 => App\Entity\EntryComment {#2345}
    ]
    -id: 21054
    -titleTs: "'grandpar':8 'phone':2 'sugest':5"
    -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702113789
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9296051"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702027389 {#2518
      date: 2023-12-08 10:23:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703477567 {#2138
    date: 2023-12-25 05:12:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tautvydaxx@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 209860
  -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/4320569"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702032771 {#2040
    date: 2023-12-08 11:52:51.0 +01:00
  }
  +"title": 209860
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
App\Entity\EntryComment {#2345
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "What-phone-do-you-sugest-for-your-grandparents"
    +title: "What phone do you sugest for your grandparents?"
    +url: null
    +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 62
    +favouriteCount: 82
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702114570 {#2198
      date: 2023-12-09 10:36:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2567 …}
    +reports: Doctrine\ORM\PersistentCollection {#2564 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
    +badges: Doctrine\ORM\PersistentCollection {#2611 …}
    +children: [
      1 => App\Entity\EntryComment {#2289
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
        +root: App\Entity\EntryComment {#2345}
        +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702055923 {#2331
          date: 2023-12-08 18:18:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
          "@papabobolious@feddit.nu"
          "@bjoern_tantau@swg-empire.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2326 …}
        +nested: Doctrine\ORM\PersistentCollection {#2325 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2323 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
        -id: 210674
        -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4327523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702055923 {#2314
          date: 2023-12-08 18:18:43.0 +01:00
        }
        +"title": 210674
      }
      0 => App\Entity\EntryComment {#2345}
    ]
    -id: 21054
    -titleTs: "'grandpar':8 'phone':2 'sugest':5"
    -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702113789
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9296051"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702027389 {#2518
      date: 2023-12-08 10:23:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703477567 {#2138
    date: 2023-12-25 05:12:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tautvydaxx@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 209860
  -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/4320569"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702032771 {#2040
    date: 2023-12-08 11:52:51.0 +01:00
  }
  +"title": 209860
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
App\Entity\EntryComment {#2345
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2570 …}
    +slug: "What-phone-do-you-sugest-for-your-grandparents"
    +title: "What phone do you sugest for your grandparents?"
    +url: null
    +body: "I got a task to buy a smart phone for my grandparents, they are not techsavy but they know how to use basic functions. Iam looking for an andoid because it has language pack i need. I dont need it to have lots of functions, onley a good camera and a big screen. Bonus points if it can be flashed with some kind of simplefied version of android."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 62
    +favouriteCount: 82
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702114570 {#2198
      date: 2023-12-09 10:36:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2567 …}
    +reports: Doctrine\ORM\PersistentCollection {#2564 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2598 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2594 …}
    +badges: Doctrine\ORM\PersistentCollection {#2611 …}
    +children: [
      1 => App\Entity\EntryComment {#2289
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
        +root: App\Entity\EntryComment {#2345}
        +body: "It worked okay for mine compared to othe solutions but in general trying to teach seniors touch interfaces has been a bit of a nightmare."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1702055923 {#2331
          date: 2023-12-08 18:18:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tautvydaxx@lemmy.world"
          "@papabobolious@feddit.nu"
          "@bjoern_tantau@swg-empire.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2326 …}
        +nested: Doctrine\ORM\PersistentCollection {#2325 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2323 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
        -id: 210674
        -bodyTs: "'bit':22 'compar':6 'general':12 'interfac':18 'mine':5 'nightmar':25 'okay':3 'oth':8 'senior':16 'solut':9 'teach':15 'touch':17 'tri':13 'work':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nu/comment/4327523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702055923 {#2314
          date: 2023-12-08 18:18:43.0 +01:00
        }
        +"title": 210674
      }
      0 => App\Entity\EntryComment {#2345}
    ]
    -id: 21054
    -titleTs: "'grandpar':8 'phone':2 'sugest':5"
    -bodyTs: "'andoid':29 'android':68 'basic':23 'big':52 'bonus':54 'buy':6 'camera':49 'dont':38 'flash':60 'function':24,45 'good':48 'got':2 'grandpar':12 'iam':25 'kind':63 'know':19 'languag':33 'look':26 'lot':43 'need':36,39 'onley':46 'pack':34 'phone':9 'point':55 'screen':53 'simplefi':65 'smart':8 'task':4 'techsavi':16 'use':22 'version':66"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702113789
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9296051"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702027389 {#2518
      date: 2023-12-08 10:23:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: null
  +parent: null
  +root: null
  +body: "Doro makes phones specifically for seniors. They’re okay but still a bit complex for some"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703477567 {#2138
    date: 2023-12-25 05:12:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tautvydaxx@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 209860
  -bodyTs: "'bit':13 'complex':14 'doro':1 'make':2 'okay':9 'phone':3 're':8 'senior':6 'specif':4 'still':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nu/comment/4320569"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702032771 {#2040
    date: 2023-12-08 11:52:51.0 +01:00
  }
  +"title": 209860
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 DENIED ROLE_ADMIN
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
134 DENIED ROLE_MODERATOR
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