GET https://kbin.spritesserver.nl/u/@captainjaneway@lemmy.world/hot

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.19 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.04 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 {#2211
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#3325
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3290 …}
  +votes: Doctrine\ORM\PersistentCollection {#3332 …}
  +reports: Doctrine\ORM\PersistentCollection {#3334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
  +badges: Doctrine\ORM\PersistentCollection {#3340 …}
  +children: [
    1 => App\Entity\EntryComment {#2235
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
      +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705905396 {#2263
        date: 2024-01-22 07:36:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
        "@jordanlund@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2239 …}
      +nested: Doctrine\ORM\PersistentCollection {#2236 …}
      +votes: Doctrine\ORM\PersistentCollection {#2226 …}
      +reports: Doctrine\ORM\PersistentCollection {#2238 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
      -id: 330569
      -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6906955"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705905396 {#2264
        date: 2024-01-22 07:36:36.0 +01:00
      }
      +"title": 330569
    }
    0 => App\Entity\EntryComment {#2200
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
        \n
        It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1727605931 {#2209
        date: 2024-09-29 12:32:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2266 …}
      +nested: Doctrine\ORM\PersistentCollection {#2268 …}
      +votes: Doctrine\ORM\PersistentCollection {#2273 …}
      +reports: Doctrine\ORM\PersistentCollection {#2274 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
      -id: 330564
      -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6906928"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705905330 {#2204
        date: 2024-01-22 07:35:30.0 +01:00
      }
      +"title": 330564
    }
  ]
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#3312
    date: 2024-01-22 07:23:25.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 {#2211
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#3325
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3290 …}
  +votes: Doctrine\ORM\PersistentCollection {#3332 …}
  +reports: Doctrine\ORM\PersistentCollection {#3334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
  +badges: Doctrine\ORM\PersistentCollection {#3340 …}
  +children: [
    1 => App\Entity\EntryComment {#2235
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
      +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705905396 {#2263
        date: 2024-01-22 07:36:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
        "@jordanlund@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2239 …}
      +nested: Doctrine\ORM\PersistentCollection {#2236 …}
      +votes: Doctrine\ORM\PersistentCollection {#2226 …}
      +reports: Doctrine\ORM\PersistentCollection {#2238 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
      -id: 330569
      -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6906955"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705905396 {#2264
        date: 2024-01-22 07:36:36.0 +01:00
      }
      +"title": 330569
    }
    0 => App\Entity\EntryComment {#2200
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
        \n
        It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1727605931 {#2209
        date: 2024-09-29 12:32:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2266 …}
      +nested: Doctrine\ORM\PersistentCollection {#2268 …}
      +votes: Doctrine\ORM\PersistentCollection {#2273 …}
      +reports: Doctrine\ORM\PersistentCollection {#2274 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
      -id: 330564
      -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6906928"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705905330 {#2204
        date: 2024-01-22 07:35:30.0 +01:00
      }
      +"title": 330564
    }
  ]
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#3312
    date: 2024-01-22 07:23:25.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 {#2211
  +user: Proxies\__CG__\App\Entity\User {#2757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
  +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
  +url: null
  +body: """
    Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
    \n
    Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
    \n
    For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
    \n
    And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
    \n
    Anyways, what are your stories?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 211
  +favouriteCount: 289
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728671844 {#3325
    date: 2024-10-11 20:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3290 …}
  +votes: Doctrine\ORM\PersistentCollection {#3332 …}
  +reports: Doctrine\ORM\PersistentCollection {#3334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
  +badges: Doctrine\ORM\PersistentCollection {#3340 …}
  +children: [
    1 => App\Entity\EntryComment {#2235
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
      +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705905396 {#2263
        date: 2024-01-22 07:36:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
        "@jordanlund@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2239 …}
      +nested: Doctrine\ORM\PersistentCollection {#2236 …}
      +votes: Doctrine\ORM\PersistentCollection {#2226 …}
      +reports: Doctrine\ORM\PersistentCollection {#2238 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
      -id: 330569
      -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6906955"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705905396 {#2264
        date: 2024-01-22 07:36:36.0 +01:00
      }
      +"title": 330569
    }
    0 => App\Entity\EntryComment {#2200
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
        \n
        It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1727605931 {#2209
        date: 2024-09-29 12:32:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2266 …}
      +nested: Doctrine\ORM\PersistentCollection {#2268 …}
      +votes: Doctrine\ORM\PersistentCollection {#2273 …}
      +reports: Doctrine\ORM\PersistentCollection {#2274 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
      -id: 330564
      -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6906928"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705905330 {#2204
        date: 2024-01-22 07:35:30.0 +01:00
      }
      +"title": 330564
    }
  ]
  -id: 32314
  -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
  -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705991005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10875990"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705904605 {#3312
    date: 2024-01-22 07:23:25.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 {#2235
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#3325
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3290 …}
    +votes: Doctrine\ORM\PersistentCollection {#3332 …}
    +reports: Doctrine\ORM\PersistentCollection {#3334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
    +badges: Doctrine\ORM\PersistentCollection {#3340 …}
    +children: [
      1 => App\Entity\EntryComment {#2235}
      0 => App\Entity\EntryComment {#2200
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
          \n
          It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1727605931 {#2209
          date: 2024-09-29 12:32:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2266 …}
        +nested: Doctrine\ORM\PersistentCollection {#2268 …}
        +votes: Doctrine\ORM\PersistentCollection {#2273 …}
        +reports: Doctrine\ORM\PersistentCollection {#2274 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
        -id: 330564
        -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6906928"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705905330 {#2204
          date: 2024-01-22 07:35:30.0 +01:00
        }
        +"title": 330564
      }
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#3312
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
  +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705905396 {#2263
    date: 2024-01-22 07:36:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
    "@jordanlund@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2239 …}
  +nested: Doctrine\ORM\PersistentCollection {#2236 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
  -id: 330569
  -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6906955"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705905396 {#2264
    date: 2024-01-22 07:36:36.0 +01:00
  }
  +"title": 330569
}
"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 {#2235
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#3325
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3290 …}
    +votes: Doctrine\ORM\PersistentCollection {#3332 …}
    +reports: Doctrine\ORM\PersistentCollection {#3334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
    +badges: Doctrine\ORM\PersistentCollection {#3340 …}
    +children: [
      1 => App\Entity\EntryComment {#2235}
      0 => App\Entity\EntryComment {#2200
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
          \n
          It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1727605931 {#2209
          date: 2024-09-29 12:32:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2266 …}
        +nested: Doctrine\ORM\PersistentCollection {#2268 …}
        +votes: Doctrine\ORM\PersistentCollection {#2273 …}
        +reports: Doctrine\ORM\PersistentCollection {#2274 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
        -id: 330564
        -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6906928"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705905330 {#2204
          date: 2024-01-22 07:35:30.0 +01:00
        }
        +"title": 330564
      }
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#3312
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
  +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705905396 {#2263
    date: 2024-01-22 07:36:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
    "@jordanlund@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2239 …}
  +nested: Doctrine\ORM\PersistentCollection {#2236 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
  -id: 330569
  -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6906955"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705905396 {#2264
    date: 2024-01-22 07:36:36.0 +01:00
  }
  +"title": 330569
}
"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 {#2235
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#3325
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3290 …}
    +votes: Doctrine\ORM\PersistentCollection {#3332 …}
    +reports: Doctrine\ORM\PersistentCollection {#3334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
    +badges: Doctrine\ORM\PersistentCollection {#3340 …}
    +children: [
      1 => App\Entity\EntryComment {#2235}
      0 => App\Entity\EntryComment {#2200
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
          \n
          It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1727605931 {#2209
          date: 2024-09-29 12:32:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2266 …}
        +nested: Doctrine\ORM\PersistentCollection {#2268 …}
        +votes: Doctrine\ORM\PersistentCollection {#2273 …}
        +reports: Doctrine\ORM\PersistentCollection {#2274 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
        -id: 330564
        -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6906928"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705905330 {#2204
          date: 2024-01-22 07:35:30.0 +01:00
        }
        +"title": 330564
      }
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#3312
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
  +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705905396 {#2263
    date: 2024-01-22 07:36:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
    "@jordanlund@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2239 …}
  +nested: Doctrine\ORM\PersistentCollection {#2236 …}
  +votes: Doctrine\ORM\PersistentCollection {#2226 …}
  +reports: Doctrine\ORM\PersistentCollection {#2238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
  -id: 330569
  -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6906955"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705905396 {#2264
    date: 2024-01-22 07:36:36.0 +01:00
  }
  +"title": 330569
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#2200
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#3325
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3290 …}
    +votes: Doctrine\ORM\PersistentCollection {#3332 …}
    +reports: Doctrine\ORM\PersistentCollection {#3334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
    +badges: Doctrine\ORM\PersistentCollection {#3340 …}
    +children: [
      1 => App\Entity\EntryComment {#2235
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
        +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705905396 {#2263
          date: 2024-01-22 07:36:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fl42v@lemmy.ml"
          "@jordanlund@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2239 …}
        +nested: Doctrine\ORM\PersistentCollection {#2236 …}
        +votes: Doctrine\ORM\PersistentCollection {#2226 …}
        +reports: Doctrine\ORM\PersistentCollection {#2238 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
        -id: 330569
        -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6906955"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705905396 {#2264
          date: 2024-01-22 07:36:36.0 +01:00
        }
        +"title": 330569
      }
      0 => App\Entity\EntryComment {#2200}
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#3312
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
    \n
    It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1727605931 {#2209
    date: 2024-09-29 12:32:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 330564
  -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6906928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705905330 {#2204
    date: 2024-01-22 07:35:30.0 +01:00
  }
  +"title": 330564
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2200
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#3325
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3290 …}
    +votes: Doctrine\ORM\PersistentCollection {#3332 …}
    +reports: Doctrine\ORM\PersistentCollection {#3334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
    +badges: Doctrine\ORM\PersistentCollection {#3340 …}
    +children: [
      1 => App\Entity\EntryComment {#2235
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
        +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705905396 {#2263
          date: 2024-01-22 07:36:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fl42v@lemmy.ml"
          "@jordanlund@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2239 …}
        +nested: Doctrine\ORM\PersistentCollection {#2236 …}
        +votes: Doctrine\ORM\PersistentCollection {#2226 …}
        +reports: Doctrine\ORM\PersistentCollection {#2238 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
        -id: 330569
        -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6906955"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705905396 {#2264
          date: 2024-01-22 07:36:36.0 +01:00
        }
        +"title": 330569
      }
      0 => App\Entity\EntryComment {#2200}
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#3312
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
    \n
    It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1727605931 {#2209
    date: 2024-09-29 12:32:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 330564
  -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6906928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705905330 {#2204
    date: 2024-01-22 07:35:30.0 +01:00
  }
  +"title": 330564
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2200
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2211
    +user: Proxies\__CG__\App\Entity\User {#2757 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-s-are-the-funniest-stupidest-way-s-you-ve-broken-your-linux-setup"
    +title: "What's (are) the funniest/stupidest way(s) you've broken your linux setup?"
    +url: null
    +body: """
      Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.\n
      \n
      Off the top of my head I remember 2 of those. Both happened a while ago, so I don’t remember all the details, unfortunately.\n
      \n
      For the warmup, removing PAM. I was trying to convert my artix install to a regular arch without reinstalling everything. Should be kinda simple: change repos, install systemd, uninstall dinit and it’s units, profit. Yet after doing just that I was left with some PAM errors… So, I `Rdd`-ed libpam instead of just using `–overwrite`. Needless to say, I had to search for live usb yet again.\n
      \n
      And the one at least I find quite funny. After about a year of using arch I was considering myself a confident enough user, and it so happened that I wanted to install smth that was packaged for debian. A reasonable person would, perhaps, write a pkgbuild that would unpack the .deb and install it’s contents properly along with all the necessary dependencies. But not me, I installed dpkg. The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos. After a few seconds my poor PC probably spent staring in disbelief at the sheer stupidity of the meatbag behind the keyboard, I was met with a reboot, a kernel panic, and a need to find another PC to flash an archiso to a flash drive ('cause ofc I didn’t have one at the time).\n
      \n
      Anyways, what are your stories?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 211
    +favouriteCount: 289
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728671844 {#3325
      date: 2024-10-11 20:37:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3290 …}
    +votes: Doctrine\ORM\PersistentCollection {#3332 …}
    +reports: Doctrine\ORM\PersistentCollection {#3334 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3336 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3338 …}
    +badges: Doctrine\ORM\PersistentCollection {#3340 …}
    +children: [
      1 => App\Entity\EntryComment {#2235
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2211 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2242 …}
        +body: "There’s got to be other tools though that could change the file permissions on chmod, right? Though I suppose you’d need permission to use them and/or download them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705905396 {#2263
          date: 2024-01-22 07:36:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fl42v@lemmy.ml"
          "@jordanlund@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2239 …}
        +nested: Doctrine\ORM\PersistentCollection {#2236 …}
        +votes: Doctrine\ORM\PersistentCollection {#2226 …}
        +reports: Doctrine\ORM\PersistentCollection {#2238 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2249 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2259 …}
        -id: 330569
        -bodyTs: "'and/or':28 'chang':11 'chmod':16 'could':10 'd':22 'download':29 'file':13 'got':3 'need':23 'permiss':14,24 'right':17 'suppos':20 'though':8,18 'tool':7 'use':26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6906955"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705905396 {#2264
          date: 2024-01-22 07:36:36.0 +01:00
        }
        +"title": 330569
      }
      0 => App\Entity\EntryComment {#2200}
    ]
    -id: 32314
    -titleTs: "'broken':10 'funniest/stupidest':5 'linux':12 'setup':13 've':9 'way':6"
    -bodyTs: "'2':79 '4':10 'ago':86 'along':223 'anoth':295 'anyway':315 'arch':112,180 'archiso':300 'artix':107 'becom':19 'behind':278 'blurri':15 'bounc':60 'caus':305 'chang':120 'command':42 'complain':243 'confid':30,186 'consequ':39 'consid':37,183 'content':221 'convert':105 'damn':64 'deb':216 'debian':203,256 'depend':228 'detail':94 'didn':308 'dinit':125 'disbelief':270 'dpkg':234 'drive':304 'ed':146 'either':239 'enough':187 'enter':35 'error':142 'everyth':115 'execut':47 'expect':68 'find':171,294 'flash':298,303 'fun':4 'funni':173 'game':6 'get':28 'glibc':248,254 'happen':70,83,192 'head':63,76 'incorrect':250 'instal':108,122,197,218,233,242,253 'instead':148 'kernel':55,288 'keyboard':280 'kinda':118 'least':169 'left':138 'libpam':147 'live':161 'meatbag':277 'met':283 'necessari':227 'need':292 'needless':153 'non':22 'non-opt':21 'ofc':306 'one':58,167,311 'option':23 'over':29 'overwrit':152 'packag':201,236 'pam':100,141 'panic':56,289 'pc':265,296 'perhap':25,208 'person':206 'pkgbuild':211 'poor':264 'press':34 'probabl':266 'profit':130 'proper':222 'quit':172 'rdd':145 're':44 'reason':205 'reboot':286 'refus':237 'regular':111 'reinstal':114 'rememb':78,91 'remov':99 'repo':121,258 'say':155 'search':159 'second':262 'sheer':273 'simpl':119 'smth':198 'someth':32 'spent':267 'stare':268 'stori':319 'straight':18 'stupid':274 'systemd':123 'think':17 'thought':59 'time':314 'tinker':1 'top':73 'tri':103 'type':31 'unfortun':95 'uninstal':124 'unit':129 'unpack':214 'usb':162 'use':151,179 'user':188 'version':246 'vision':13 'want':195 'warmup':98 'without':113 'work':240 'would':207,213 'write':209 'year':177 'yet':131,163"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705991005
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10875990"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705904605 {#3312
      date: 2024-01-22 07:23:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2270 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Linux Mint: removed all taskbars from the desktop. I was hoping it would just allow me to reset them to the default. But in reality, it breaks the GUI and it’s very hard to reset from the GUI. Suddenly my keystrokes weren’t being detected and I couldn’t open up applications with any sort of regularity. After a lot of dicking around, I got the terminal working so I could reset Cinnamon.\n
    \n
    It’s not the worst way I’ve broken a machine. But it was one of the most annoying.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1727605931 {#2209
    date: 2024-09-29 12:32:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 330564
  -bodyTs: "'allow':15 'annoy':93 'applic':53 'around':64 'break':27 'broken':83 'cinnamon':74 'could':72 'couldn':49 'default':22 'desktop':8 'detect':46 'dick':63 'got':66 'gui':29,39 'hard':34 'hope':11 'keystrok':42 'linux':1 'lot':61 'machin':85 'mint':2 'one':89 'open':51 'realiti':25 'regular':58 'remov':3 'reset':18,36,73 'sort':56 'sudden':40 'taskbar':5 'termin':68 've':82 'way':80 'weren':43 'work':69 'worst':79 'would':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6906928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705905330 {#2204
    date: 2024-01-22 07:35:30.0 +01:00
  }
  +"title": 330564
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2217
  +user: Proxies\__CG__\App\Entity\User {#3253 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
  +image: Proxies\__CG__\App\Entity\Image {#3292 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
  +slug: "Flight-sim-people-are-on-another-level"
  +title: "Flight sim people are on another level"
  +url: "https://startrek.website/pictrs/image/a1031329-c885-42f4-b43b-f178135fd4ff.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 144
  +favouriteCount: 1073
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728624759 {#3287
    date: 2024-10-11 07:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3294 …}
  +votes: Doctrine\ORM\PersistentCollection {#3296 …}
  +reports: Doctrine\ORM\PersistentCollection {#3298 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3302 …}
  +badges: Doctrine\ORM\PersistentCollection {#3304 …}
  +children: [
    App\Entity\EntryComment {#2219
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2217 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
      +body: "No a penis."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705764983 {#2222
        date: 2024-01-20 16:36:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@BradleyUffner@lemmy.world"
        "@Psythik@lemmy.world"
        "@Benchamoneh@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2195 …}
      +nested: Doctrine\ORM\PersistentCollection {#2197 …}
      +votes: Doctrine\ORM\PersistentCollection {#2206 …}
      +reports: Doctrine\ORM\PersistentCollection {#2201 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
      -id: 325829
      -bodyTs: "'peni':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6851564"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705764983 {#2221
        date: 2024-01-20 16:36:23.0 +01:00
      }
      +"title": 325829
    }
  ]
  -id: 31718
  -titleTs: "'anoth':6 'flight':1 'level':7 'peopl':3 'sim':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705759443
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5842526"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705673043 {#3274
    date: 2024-01-19 15:04:03.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
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2217
  +user: Proxies\__CG__\App\Entity\User {#3253 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
  +image: Proxies\__CG__\App\Entity\Image {#3292 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
  +slug: "Flight-sim-people-are-on-another-level"
  +title: "Flight sim people are on another level"
  +url: "https://startrek.website/pictrs/image/a1031329-c885-42f4-b43b-f178135fd4ff.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 144
  +favouriteCount: 1073
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728624759 {#3287
    date: 2024-10-11 07:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3294 …}
  +votes: Doctrine\ORM\PersistentCollection {#3296 …}
  +reports: Doctrine\ORM\PersistentCollection {#3298 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3302 …}
  +badges: Doctrine\ORM\PersistentCollection {#3304 …}
  +children: [
    App\Entity\EntryComment {#2219
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2217 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
      +body: "No a penis."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705764983 {#2222
        date: 2024-01-20 16:36:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@BradleyUffner@lemmy.world"
        "@Psythik@lemmy.world"
        "@Benchamoneh@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2195 …}
      +nested: Doctrine\ORM\PersistentCollection {#2197 …}
      +votes: Doctrine\ORM\PersistentCollection {#2206 …}
      +reports: Doctrine\ORM\PersistentCollection {#2201 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
      -id: 325829
      -bodyTs: "'peni':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6851564"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705764983 {#2221
        date: 2024-01-20 16:36:23.0 +01:00
      }
      +"title": 325829
    }
  ]
  -id: 31718
  -titleTs: "'anoth':6 'flight':1 'level':7 'peopl':3 'sim':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705759443
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5842526"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705673043 {#3274
    date: 2024-01-19 15:04:03.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
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2217
  +user: Proxies\__CG__\App\Entity\User {#3253 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
  +image: Proxies\__CG__\App\Entity\Image {#3292 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
  +slug: "Flight-sim-people-are-on-another-level"
  +title: "Flight sim people are on another level"
  +url: "https://startrek.website/pictrs/image/a1031329-c885-42f4-b43b-f178135fd4ff.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 144
  +favouriteCount: 1073
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728624759 {#3287
    date: 2024-10-11 07:32:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3294 …}
  +votes: Doctrine\ORM\PersistentCollection {#3296 …}
  +reports: Doctrine\ORM\PersistentCollection {#3298 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3302 …}
  +badges: Doctrine\ORM\PersistentCollection {#3304 …}
  +children: [
    App\Entity\EntryComment {#2219
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2217 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
      +body: "No a penis."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705764983 {#2222
        date: 2024-01-20 16:36:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@The_Picard_Maneuver@startrek.website"
        "@BradleyUffner@lemmy.world"
        "@Psythik@lemmy.world"
        "@Benchamoneh@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2195 …}
      +nested: Doctrine\ORM\PersistentCollection {#2197 …}
      +votes: Doctrine\ORM\PersistentCollection {#2206 …}
      +reports: Doctrine\ORM\PersistentCollection {#2201 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
      -id: 325829
      -bodyTs: "'peni':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6851564"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705764983 {#2221
        date: 2024-01-20 16:36:23.0 +01:00
      }
      +"title": 325829
    }
  ]
  -id: 31718
  -titleTs: "'anoth':6 'flight':1 'level':7 'peopl':3 'sim':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705759443
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5842526"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705673043 {#3274
    date: 2024-01-19 15:04:03.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
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2217
    +user: Proxies\__CG__\App\Entity\User {#3253 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
    +image: Proxies\__CG__\App\Entity\Image {#3292 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
    +slug: "Flight-sim-people-are-on-another-level"
    +title: "Flight sim people are on another level"
    +url: "https://startrek.website/pictrs/image/a1031329-c885-42f4-b43b-f178135fd4ff.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 144
    +favouriteCount: 1073
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728624759 {#3287
      date: 2024-10-11 07:32:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3294 …}
    +votes: Doctrine\ORM\PersistentCollection {#3296 …}
    +reports: Doctrine\ORM\PersistentCollection {#3298 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3300 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3302 …}
    +badges: Doctrine\ORM\PersistentCollection {#3304 …}
    +children: [
      App\Entity\EntryComment {#2219}
    ]
    -id: 31718
    -titleTs: "'anoth':6 'flight':1 'level':7 'peopl':3 'sim':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705759443
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5842526"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705673043 {#3274
      date: 2024-01-19 15:04:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +body: "No a penis."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705764983 {#2222
    date: 2024-01-20 16:36:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@BradleyUffner@lemmy.world"
    "@Psythik@lemmy.world"
    "@Benchamoneh@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2195 …}
  +nested: Doctrine\ORM\PersistentCollection {#2197 …}
  +votes: Doctrine\ORM\PersistentCollection {#2206 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  -id: 325829
  -bodyTs: "'peni':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6851564"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705764983 {#2221
    date: 2024-01-20 16:36:23.0 +01:00
  }
  +"title": 325829
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2217
    +user: Proxies\__CG__\App\Entity\User {#3253 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
    +image: Proxies\__CG__\App\Entity\Image {#3292 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
    +slug: "Flight-sim-people-are-on-another-level"
    +title: "Flight sim people are on another level"
    +url: "https://startrek.website/pictrs/image/a1031329-c885-42f4-b43b-f178135fd4ff.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 144
    +favouriteCount: 1073
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728624759 {#3287
      date: 2024-10-11 07:32:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3294 …}
    +votes: Doctrine\ORM\PersistentCollection {#3296 …}
    +reports: Doctrine\ORM\PersistentCollection {#3298 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3300 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3302 …}
    +badges: Doctrine\ORM\PersistentCollection {#3304 …}
    +children: [
      App\Entity\EntryComment {#2219}
    ]
    -id: 31718
    -titleTs: "'anoth':6 'flight':1 'level':7 'peopl':3 'sim':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705759443
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5842526"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705673043 {#3274
      date: 2024-01-19 15:04:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +body: "No a penis."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705764983 {#2222
    date: 2024-01-20 16:36:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@BradleyUffner@lemmy.world"
    "@Psythik@lemmy.world"
    "@Benchamoneh@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2195 …}
  +nested: Doctrine\ORM\PersistentCollection {#2197 …}
  +votes: Doctrine\ORM\PersistentCollection {#2206 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  -id: 325829
  -bodyTs: "'peni':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6851564"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705764983 {#2221
    date: 2024-01-20 16:36:23.0 +01:00
  }
  +"title": 325829
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2217
    +user: Proxies\__CG__\App\Entity\User {#3253 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
    +image: Proxies\__CG__\App\Entity\Image {#3292 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
    +slug: "Flight-sim-people-are-on-another-level"
    +title: "Flight sim people are on another level"
    +url: "https://startrek.website/pictrs/image/a1031329-c885-42f4-b43b-f178135fd4ff.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 144
    +favouriteCount: 1073
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728624759 {#3287
      date: 2024-10-11 07:32:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3294 …}
    +votes: Doctrine\ORM\PersistentCollection {#3296 …}
    +reports: Doctrine\ORM\PersistentCollection {#3298 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3300 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3302 …}
    +badges: Doctrine\ORM\PersistentCollection {#3304 …}
    +children: [
      App\Entity\EntryComment {#2219}
    ]
    -id: 31718
    -titleTs: "'anoth':6 'flight':1 'level':7 'peopl':3 'sim':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705759443
    +visibility: "visible             "
    +apId: "https://startrek.website/post/5842526"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705673043 {#3274
      date: 2024-01-19 15:04:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2196 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2194 …}
  +body: "No a penis."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705764983 {#2222
    date: 2024-01-20 16:36:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@The_Picard_Maneuver@startrek.website"
    "@BradleyUffner@lemmy.world"
    "@Psythik@lemmy.world"
    "@Benchamoneh@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2195 …}
  +nested: Doctrine\ORM\PersistentCollection {#2197 …}
  +votes: Doctrine\ORM\PersistentCollection {#2206 …}
  +reports: Doctrine\ORM\PersistentCollection {#2201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2212 …}
  -id: 325829
  -bodyTs: "'peni':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6851564"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705764983 {#2221
    date: 2024-01-20 16:36:23.0 +01:00
  }
  +"title": 325829
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2296
  +user: Proxies\__CG__\App\Entity\User {#3156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3198 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3200 …}
  +slug: "Time-to-restore-from-a-backup-I-guess"
  +title: "Time to restore from a backup, I guess"
  +url: "https://lemmy.ohaa.xyz/pictrs/image/b6ea1b1c-8894-4440-9ecc-833e9d38e18c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 496
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726884280 {#3193
    date: 2024-09-21 04:04:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3201 …}
  +votes: Doctrine\ORM\PersistentCollection {#3203 …}
  +reports: Doctrine\ORM\PersistentCollection {#3205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3207 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3209 …}
  +badges: Doctrine\ORM\PersistentCollection {#3211 …}
  +children: [
    App\Entity\EntryComment {#2290
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2296 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +body: "Someone has worked for the DoD…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 18
      +score: 0
      +lastActive: DateTime @1705532148 {#2292
        date: 2024-01-17 23:55:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Oha@lemmy.ohaa.xyz"
        "@SzethFriendOfNimi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 317782
      -bodyTs: "'dod':6 'someon':1 'work':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6786171"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705532148 {#2294
        date: 2024-01-17 23:55:48.0 +01:00
      }
      +"title": 317782
    }
  ]
  -id: 31326
  -titleTs: "'backup':6 'guess':8 'restor':3 'time':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705614000
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/1518962"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705527600 {#3179
    date: 2024-01-17 22:40:00.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
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2296
  +user: Proxies\__CG__\App\Entity\User {#3156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3198 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3200 …}
  +slug: "Time-to-restore-from-a-backup-I-guess"
  +title: "Time to restore from a backup, I guess"
  +url: "https://lemmy.ohaa.xyz/pictrs/image/b6ea1b1c-8894-4440-9ecc-833e9d38e18c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 496
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726884280 {#3193
    date: 2024-09-21 04:04:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3201 …}
  +votes: Doctrine\ORM\PersistentCollection {#3203 …}
  +reports: Doctrine\ORM\PersistentCollection {#3205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3207 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3209 …}
  +badges: Doctrine\ORM\PersistentCollection {#3211 …}
  +children: [
    App\Entity\EntryComment {#2290
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2296 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +body: "Someone has worked for the DoD…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 18
      +score: 0
      +lastActive: DateTime @1705532148 {#2292
        date: 2024-01-17 23:55:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Oha@lemmy.ohaa.xyz"
        "@SzethFriendOfNimi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 317782
      -bodyTs: "'dod':6 'someon':1 'work':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6786171"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705532148 {#2294
        date: 2024-01-17 23:55:48.0 +01:00
      }
      +"title": 317782
    }
  ]
  -id: 31326
  -titleTs: "'backup':6 'guess':8 'restor':3 'time':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705614000
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/1518962"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705527600 {#3179
    date: 2024-01-17 22:40:00.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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2296
  +user: Proxies\__CG__\App\Entity\User {#3156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3198 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3200 …}
  +slug: "Time-to-restore-from-a-backup-I-guess"
  +title: "Time to restore from a backup, I guess"
  +url: "https://lemmy.ohaa.xyz/pictrs/image/b6ea1b1c-8894-4440-9ecc-833e9d38e18c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 496
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726884280 {#3193
    date: 2024-09-21 04:04:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3201 …}
  +votes: Doctrine\ORM\PersistentCollection {#3203 …}
  +reports: Doctrine\ORM\PersistentCollection {#3205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3207 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3209 …}
  +badges: Doctrine\ORM\PersistentCollection {#3211 …}
  +children: [
    App\Entity\EntryComment {#2290
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2296 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +body: "Someone has worked for the DoD…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 18
      +score: 0
      +lastActive: DateTime @1705532148 {#2292
        date: 2024-01-17 23:55:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Oha@lemmy.ohaa.xyz"
        "@SzethFriendOfNimi@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 317782
      -bodyTs: "'dod':6 'someon':1 'work':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6786171"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705532148 {#2294
        date: 2024-01-17 23:55:48.0 +01:00
      }
      +"title": 317782
    }
  ]
  -id: 31326
  -titleTs: "'backup':6 'guess':8 'restor':3 'time':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705614000
  +visibility: "visible             "
  +apId: "https://lemmy.ohaa.xyz/post/1518962"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705527600 {#3179
    date: 2024-01-17 22:40:00.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
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2290
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296
    +user: Proxies\__CG__\App\Entity\User {#3156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3198 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3200 …}
    +slug: "Time-to-restore-from-a-backup-I-guess"
    +title: "Time to restore from a backup, I guess"
    +url: "https://lemmy.ohaa.xyz/pictrs/image/b6ea1b1c-8894-4440-9ecc-833e9d38e18c.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 496
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726884280 {#3193
      date: 2024-09-21 04:04:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3201 …}
    +votes: Doctrine\ORM\PersistentCollection {#3203 …}
    +reports: Doctrine\ORM\PersistentCollection {#3205 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3207 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3209 …}
    +badges: Doctrine\ORM\PersistentCollection {#3211 …}
    +children: [
      App\Entity\EntryComment {#2290}
    ]
    -id: 31326
    -titleTs: "'backup':6 'guess':8 'restor':3 'time':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705614000
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/1518962"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705527600 {#3179
      date: 2024-01-17 22:40:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +body: "Someone has worked for the DoD…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1705532148 {#2292
    date: 2024-01-17 23:55:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Oha@lemmy.ohaa.xyz"
    "@SzethFriendOfNimi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 317782
  -bodyTs: "'dod':6 'someon':1 'work':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6786171"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705532148 {#2294
    date: 2024-01-17 23:55:48.0 +01:00
  }
  +"title": 317782
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2290
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296
    +user: Proxies\__CG__\App\Entity\User {#3156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3198 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3200 …}
    +slug: "Time-to-restore-from-a-backup-I-guess"
    +title: "Time to restore from a backup, I guess"
    +url: "https://lemmy.ohaa.xyz/pictrs/image/b6ea1b1c-8894-4440-9ecc-833e9d38e18c.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 496
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726884280 {#3193
      date: 2024-09-21 04:04:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3201 …}
    +votes: Doctrine\ORM\PersistentCollection {#3203 …}
    +reports: Doctrine\ORM\PersistentCollection {#3205 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3207 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3209 …}
    +badges: Doctrine\ORM\PersistentCollection {#3211 …}
    +children: [
      App\Entity\EntryComment {#2290}
    ]
    -id: 31326
    -titleTs: "'backup':6 'guess':8 'restor':3 'time':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705614000
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/1518962"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705527600 {#3179
      date: 2024-01-17 22:40:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +body: "Someone has worked for the DoD…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1705532148 {#2292
    date: 2024-01-17 23:55:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Oha@lemmy.ohaa.xyz"
    "@SzethFriendOfNimi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 317782
  -bodyTs: "'dod':6 'someon':1 'work':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6786171"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705532148 {#2294
    date: 2024-01-17 23:55:48.0 +01:00
  }
  +"title": 317782
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2290
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296
    +user: Proxies\__CG__\App\Entity\User {#3156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3198 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3200 …}
    +slug: "Time-to-restore-from-a-backup-I-guess"
    +title: "Time to restore from a backup, I guess"
    +url: "https://lemmy.ohaa.xyz/pictrs/image/b6ea1b1c-8894-4440-9ecc-833e9d38e18c.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 496
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726884280 {#3193
      date: 2024-09-21 04:04:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3201 …}
    +votes: Doctrine\ORM\PersistentCollection {#3203 …}
    +reports: Doctrine\ORM\PersistentCollection {#3205 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3207 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3209 …}
    +badges: Doctrine\ORM\PersistentCollection {#3211 …}
    +children: [
      App\Entity\EntryComment {#2290}
    ]
    -id: 31326
    -titleTs: "'backup':6 'guess':8 'restor':3 'time':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705614000
    +visibility: "visible             "
    +apId: "https://lemmy.ohaa.xyz/post/1518962"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705527600 {#3179
      date: 2024-01-17 22:40:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +body: "Someone has worked for the DoD…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 18
  +score: 0
  +lastActive: DateTime @1705532148 {#2292
    date: 2024-01-17 23:55:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Oha@lemmy.ohaa.xyz"
    "@SzethFriendOfNimi@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 317782
  -bodyTs: "'dod':6 'someon':1 'work':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6786171"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705532148 {#2294
    date: 2024-01-17 23:55:48.0 +01:00
  }
  +"title": 317782
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2252
  +user: Proxies\__CG__\App\Entity\User {#3135 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3178 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
  +title: "How many Star Trek fans will see red because they don't see red?"
  +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 341
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721467010 {#3173
    date: 2024-07-20 11:16:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3181 …}
  +votes: Doctrine\ORM\PersistentCollection {#3183 …}
  +reports: Doctrine\ORM\PersistentCollection {#3185 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
  +badges: Doctrine\ORM\PersistentCollection {#3191 …}
  +children: [
    1 => App\Entity\EntryComment {#2321
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
      +root: App\Entity\EntryComment {#2228
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1719078328 {#2232
          date: 2024-06-22 19:45:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2192 …}
        +nested: Doctrine\ORM\PersistentCollection {#2299 …}
        +votes: Doctrine\ORM\PersistentCollection {#2298 …}
        +reports: Doctrine\ORM\PersistentCollection {#2291 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
        -id: 289272
        -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6479433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704651043 {#2229
          date: 2024-01-07 19:10:43.0 +01:00
        }
        +"title": 289272
      }
      +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704657035 {#2315
        date: 2024-01-07 20:50:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheOneWithTheHair@lemmy.world"
        "@captainjaneway@lemmy.world"
        "@A_Chilean_Cyborg@feddit.cl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2310 …}
      +nested: Doctrine\ORM\PersistentCollection {#2306 …}
      +votes: Doctrine\ORM\PersistentCollection {#2305 …}
      +reports: Doctrine\ORM\PersistentCollection {#2303 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
      -id: 289530
      -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6481281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704657035 {#2322
        date: 2024-01-07 20:50:35.0 +01:00
      }
      +"title": 289530
    }
    0 => App\Entity\EntryComment {#2228}
  ]
  -id: 27838
  -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704733143
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10428006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704646743 {#3159
    date: 2024-01-07 17:59:03.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
31 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2252
  +user: Proxies\__CG__\App\Entity\User {#3135 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3178 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
  +title: "How many Star Trek fans will see red because they don't see red?"
  +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 341
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721467010 {#3173
    date: 2024-07-20 11:16:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3181 …}
  +votes: Doctrine\ORM\PersistentCollection {#3183 …}
  +reports: Doctrine\ORM\PersistentCollection {#3185 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
  +badges: Doctrine\ORM\PersistentCollection {#3191 …}
  +children: [
    1 => App\Entity\EntryComment {#2321
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
      +root: App\Entity\EntryComment {#2228
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1719078328 {#2232
          date: 2024-06-22 19:45:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2192 …}
        +nested: Doctrine\ORM\PersistentCollection {#2299 …}
        +votes: Doctrine\ORM\PersistentCollection {#2298 …}
        +reports: Doctrine\ORM\PersistentCollection {#2291 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
        -id: 289272
        -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6479433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704651043 {#2229
          date: 2024-01-07 19:10:43.0 +01:00
        }
        +"title": 289272
      }
      +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704657035 {#2315
        date: 2024-01-07 20:50:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheOneWithTheHair@lemmy.world"
        "@captainjaneway@lemmy.world"
        "@A_Chilean_Cyborg@feddit.cl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2310 …}
      +nested: Doctrine\ORM\PersistentCollection {#2306 …}
      +votes: Doctrine\ORM\PersistentCollection {#2305 …}
      +reports: Doctrine\ORM\PersistentCollection {#2303 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
      -id: 289530
      -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6481281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704657035 {#2322
        date: 2024-01-07 20:50:35.0 +01:00
      }
      +"title": 289530
    }
    0 => App\Entity\EntryComment {#2228}
  ]
  -id: 27838
  -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704733143
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10428006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704646743 {#3159
    date: 2024-01-07 17:59:03.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
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2252
  +user: Proxies\__CG__\App\Entity\User {#3135 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3178 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
  +title: "How many Star Trek fans will see red because they don't see red?"
  +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 341
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721467010 {#3173
    date: 2024-07-20 11:16:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3181 …}
  +votes: Doctrine\ORM\PersistentCollection {#3183 …}
  +reports: Doctrine\ORM\PersistentCollection {#3185 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
  +badges: Doctrine\ORM\PersistentCollection {#3191 …}
  +children: [
    1 => App\Entity\EntryComment {#2321
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
      +root: App\Entity\EntryComment {#2228
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1719078328 {#2232
          date: 2024-06-22 19:45:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2192 …}
        +nested: Doctrine\ORM\PersistentCollection {#2299 …}
        +votes: Doctrine\ORM\PersistentCollection {#2298 …}
        +reports: Doctrine\ORM\PersistentCollection {#2291 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
        -id: 289272
        -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6479433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704651043 {#2229
          date: 2024-01-07 19:10:43.0 +01:00
        }
        +"title": 289272
      }
      +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704657035 {#2315
        date: 2024-01-07 20:50:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheOneWithTheHair@lemmy.world"
        "@captainjaneway@lemmy.world"
        "@A_Chilean_Cyborg@feddit.cl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2310 …}
      +nested: Doctrine\ORM\PersistentCollection {#2306 …}
      +votes: Doctrine\ORM\PersistentCollection {#2305 …}
      +reports: Doctrine\ORM\PersistentCollection {#2303 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
      -id: 289530
      -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6481281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704657035 {#2322
        date: 2024-01-07 20:50:35.0 +01:00
      }
      +"title": 289530
    }
    0 => App\Entity\EntryComment {#2228}
  ]
  -id: 27838
  -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704733143
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10428006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704646743 {#3159
    date: 2024-01-07 17:59:03.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
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2321
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3178 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
    +title: "How many Star Trek fans will see red because they don't see red?"
    +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721467010 {#3173
      date: 2024-07-20 11:16:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3181 …}
    +votes: Doctrine\ORM\PersistentCollection {#3183 …}
    +reports: Doctrine\ORM\PersistentCollection {#3185 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
    +badges: Doctrine\ORM\PersistentCollection {#3191 …}
    +children: [
      1 => App\Entity\EntryComment {#2321}
      0 => App\Entity\EntryComment {#2228
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1719078328 {#2232
          date: 2024-06-22 19:45:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2192 …}
        +nested: Doctrine\ORM\PersistentCollection {#2299 …}
        +votes: Doctrine\ORM\PersistentCollection {#2298 …}
        +reports: Doctrine\ORM\PersistentCollection {#2291 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
        -id: 289272
        -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6479433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704651043 {#2229
          date: 2024-01-07 19:10:43.0 +01:00
        }
        +"title": 289272
      }
    ]
    -id: 27838
    -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704733143
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10428006"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704646743 {#3159
      date: 2024-01-07 17:59:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
  +root: App\Entity\EntryComment {#2228}
  +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704657035 {#2315
    date: 2024-01-07 20:50:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheOneWithTheHair@lemmy.world"
    "@captainjaneway@lemmy.world"
    "@A_Chilean_Cyborg@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2310 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2305 …}
  +reports: Doctrine\ORM\PersistentCollection {#2303 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
  -id: 289530
  -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6481281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704657035 {#2322
    date: 2024-01-07 20:50:35.0 +01:00
  }
  +"title": 289530
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#2321
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3178 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
    +title: "How many Star Trek fans will see red because they don't see red?"
    +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721467010 {#3173
      date: 2024-07-20 11:16:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3181 …}
    +votes: Doctrine\ORM\PersistentCollection {#3183 …}
    +reports: Doctrine\ORM\PersistentCollection {#3185 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
    +badges: Doctrine\ORM\PersistentCollection {#3191 …}
    +children: [
      1 => App\Entity\EntryComment {#2321}
      0 => App\Entity\EntryComment {#2228
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1719078328 {#2232
          date: 2024-06-22 19:45:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2192 …}
        +nested: Doctrine\ORM\PersistentCollection {#2299 …}
        +votes: Doctrine\ORM\PersistentCollection {#2298 …}
        +reports: Doctrine\ORM\PersistentCollection {#2291 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
        -id: 289272
        -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6479433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704651043 {#2229
          date: 2024-01-07 19:10:43.0 +01:00
        }
        +"title": 289272
      }
    ]
    -id: 27838
    -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704733143
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10428006"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704646743 {#3159
      date: 2024-01-07 17:59:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
  +root: App\Entity\EntryComment {#2228}
  +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704657035 {#2315
    date: 2024-01-07 20:50:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheOneWithTheHair@lemmy.world"
    "@captainjaneway@lemmy.world"
    "@A_Chilean_Cyborg@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2310 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2305 …}
  +reports: Doctrine\ORM\PersistentCollection {#2303 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
  -id: 289530
  -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6481281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704657035 {#2322
    date: 2024-01-07 20:50:35.0 +01:00
  }
  +"title": 289530
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#2321
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3178 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
    +title: "How many Star Trek fans will see red because they don't see red?"
    +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721467010 {#3173
      date: 2024-07-20 11:16:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3181 …}
    +votes: Doctrine\ORM\PersistentCollection {#3183 …}
    +reports: Doctrine\ORM\PersistentCollection {#3185 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
    +badges: Doctrine\ORM\PersistentCollection {#3191 …}
    +children: [
      1 => App\Entity\EntryComment {#2321}
      0 => App\Entity\EntryComment {#2228
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1719078328 {#2232
          date: 2024-06-22 19:45:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2192 …}
        +nested: Doctrine\ORM\PersistentCollection {#2299 …}
        +votes: Doctrine\ORM\PersistentCollection {#2298 …}
        +reports: Doctrine\ORM\PersistentCollection {#2291 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
        -id: 289272
        -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6479433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704651043 {#2229
          date: 2024-01-07 19:10:43.0 +01:00
        }
        +"title": 289272
      }
    ]
    -id: 27838
    -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704733143
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10428006"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704646743 {#3159
      date: 2024-01-07 17:59:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
  +root: App\Entity\EntryComment {#2228}
  +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704657035 {#2315
    date: 2024-01-07 20:50:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheOneWithTheHair@lemmy.world"
    "@captainjaneway@lemmy.world"
    "@A_Chilean_Cyborg@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2310 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2305 …}
  +reports: Doctrine\ORM\PersistentCollection {#2303 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
  -id: 289530
  -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6481281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704657035 {#2322
    date: 2024-01-07 20:50:35.0 +01:00
  }
  +"title": 289530
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#2228
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3178 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
    +title: "How many Star Trek fans will see red because they don't see red?"
    +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721467010 {#3173
      date: 2024-07-20 11:16:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3181 …}
    +votes: Doctrine\ORM\PersistentCollection {#3183 …}
    +reports: Doctrine\ORM\PersistentCollection {#3185 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
    +badges: Doctrine\ORM\PersistentCollection {#3191 …}
    +children: [
      1 => App\Entity\EntryComment {#2321
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: App\Entity\EntryComment {#2228}
        +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1704657035 {#2315
          date: 2024-01-07 20:50:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
          "@captainjaneway@lemmy.world"
          "@A_Chilean_Cyborg@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2310 …}
        +nested: Doctrine\ORM\PersistentCollection {#2306 …}
        +votes: Doctrine\ORM\PersistentCollection {#2305 …}
        +reports: Doctrine\ORM\PersistentCollection {#2303 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
        -id: 289530
        -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6481281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704657035 {#2322
          date: 2024-01-07 20:50:35.0 +01:00
        }
        +"title": 289530
      }
      0 => App\Entity\EntryComment {#2228}
    ]
    -id: 27838
    -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704733143
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10428006"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704646743 {#3159
      date: 2024-01-07 17:59:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1719078328 {#2232
    date: 2024-06-22 19:45:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheOneWithTheHair@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 289272
  -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6479433"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704651043 {#2229
    date: 2024-01-07 19:10:43.0 +01:00
  }
  +"title": 289272
}
"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 {#2228
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3178 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
    +title: "How many Star Trek fans will see red because they don't see red?"
    +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721467010 {#3173
      date: 2024-07-20 11:16:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3181 …}
    +votes: Doctrine\ORM\PersistentCollection {#3183 …}
    +reports: Doctrine\ORM\PersistentCollection {#3185 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
    +badges: Doctrine\ORM\PersistentCollection {#3191 …}
    +children: [
      1 => App\Entity\EntryComment {#2321
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: App\Entity\EntryComment {#2228}
        +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1704657035 {#2315
          date: 2024-01-07 20:50:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
          "@captainjaneway@lemmy.world"
          "@A_Chilean_Cyborg@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2310 …}
        +nested: Doctrine\ORM\PersistentCollection {#2306 …}
        +votes: Doctrine\ORM\PersistentCollection {#2305 …}
        +reports: Doctrine\ORM\PersistentCollection {#2303 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
        -id: 289530
        -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6481281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704657035 {#2322
          date: 2024-01-07 20:50:35.0 +01:00
        }
        +"title": 289530
      }
      0 => App\Entity\EntryComment {#2228}
    ]
    -id: 27838
    -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704733143
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10428006"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704646743 {#3159
      date: 2024-01-07 17:59:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1719078328 {#2232
    date: 2024-06-22 19:45:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheOneWithTheHair@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 289272
  -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6479433"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704651043 {#2229
    date: 2024-01-07 19:10:43.0 +01:00
  }
  +"title": 289272
}
"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 {#2228
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#3135 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3178 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "How-many-Star-Trek-fans-will-see-red-because-they"
    +title: "How many Star Trek fans will see red because they don't see red?"
    +url: "https://lemmy.world/pictrs/image/f281a6d2-b5ae-44bc-bd64-aa714a649dde.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 341
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721467010 {#3173
      date: 2024-07-20 11:16:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3181 …}
    +votes: Doctrine\ORM\PersistentCollection {#3183 …}
    +reports: Doctrine\ORM\PersistentCollection {#3185 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3187 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3189 …}
    +badges: Doctrine\ORM\PersistentCollection {#3191 …}
    +children: [
      1 => App\Entity\EntryComment {#2321
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: App\Entity\EntryComment {#2228}
        +body: "Yeah I guess. Plus that one in the image seems precariously balanced on the speaker?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1704657035 {#2315
          date: 2024-01-07 20:50:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheOneWithTheHair@lemmy.world"
          "@captainjaneway@lemmy.world"
          "@A_Chilean_Cyborg@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2310 …}
        +nested: Doctrine\ORM\PersistentCollection {#2306 …}
        +votes: Doctrine\ORM\PersistentCollection {#2305 …}
        +reports: Doctrine\ORM\PersistentCollection {#2303 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
        -id: 289530
        -bodyTs: "'balanc':12 'guess':3 'imag':9 'one':6 'plus':4 'precari':11 'seem':10 'speaker':15 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6481281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704657035 {#2322
          date: 2024-01-07 20:50:35.0 +01:00
        }
        +"title": 289530
      }
      0 => App\Entity\EntryComment {#2228}
    ]
    -id: 27838
    -titleTs: "'fan':5 'mani':2 'red':8,14 'see':7,13 'star':3 'trek':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704733143
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10428006"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704646743 {#3159
      date: 2024-01-07 17:59:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1719078328 {#2232
    date: 2024-06-22 19:45:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheOneWithTheHair@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 289272
  -bodyTs: "'/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/d5c46a25-6e01-4d78-9c8d-5a9701187754.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6479433"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704651043 {#2229
    date: 2024-01-07 19:10:43.0 +01:00
  }
  +"title": 289272
}
"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
Proxies\__CG__\App\Entity\Entry {#2126
  +user: Proxies\__CG__\App\Entity\User {#3383 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "Your-greatest-weakness-becomes-your-greatest-strength-How-is-your"
  +title: "Your greatest weakness becomes your greatest strength. How is your life different?"
  +url: null
  +body: "imagine a slider on a video game going way in the other direction, that is. this isn’t like one of those philosophy riddle things"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 63
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719328896 {#3420
    date: 2024-06-25 17:21:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3425 …}
  +votes: Doctrine\ORM\PersistentCollection {#3428 …}
  +reports: Doctrine\ORM\PersistentCollection {#3430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3434 …}
  +badges: Doctrine\ORM\PersistentCollection {#3436 …}
  +children: [
    App\Entity\EntryComment {#2127
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2126 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +body: """
        “If you’ve managed to quit alcohol - your greatest weakness - perhaps you’ve already found your greatest strength.”\n
        \n
        - Gandalf the Grey
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704630311 {#2162
        date: 2024-01-07 13:25:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_number8_@lemmy.world"
        "@SpaceNoodle@lemmy.world"
        "@_number8_@lemmy.world"
        "@SpaceNoodle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2139 …}
      +nested: Doctrine\ORM\PersistentCollection {#2224 …}
      +votes: Doctrine\ORM\PersistentCollection {#2223 …}
      +reports: Doctrine\ORM\PersistentCollection {#2216 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
      -id: 288494
      -bodyTs: "'alcohol':7 'alreadi':14 'found':15 'gandalf':19 'greatest':9,17 'grey':21 'manag':4 'perhap':11 'quit':6 'strength':18 've':3,13 'weak':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6474869"
      +editedAt: DateTimeImmutable @1712723598 {#2044
        date: 2024-04-10 06:33:18.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704630311 {#2128
        date: 2024-01-07 13:25:11.0 +01:00
      }
      +"title": 288494
    }
  ]
  -id: 27788
  -titleTs: "'becom':4 'differ':12 'greatest':2,6 'life':11 'strength':7 'weak':3"
  -bodyTs: "'direct':13 'game':7 'go':8 'imagin':1 'isn':17 'like':19 'one':20 'philosophi':23 'riddl':24 'slider':3 'thing':25 'video':6 'way':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704697916
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10413904"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704611516 {#3406
    date: 2024-01-07 08:11:56.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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2126
  +user: Proxies\__CG__\App\Entity\User {#3383 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "Your-greatest-weakness-becomes-your-greatest-strength-How-is-your"
  +title: "Your greatest weakness becomes your greatest strength. How is your life different?"
  +url: null
  +body: "imagine a slider on a video game going way in the other direction, that is. this isn’t like one of those philosophy riddle things"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 63
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719328896 {#3420
    date: 2024-06-25 17:21:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3425 …}
  +votes: Doctrine\ORM\PersistentCollection {#3428 …}
  +reports: Doctrine\ORM\PersistentCollection {#3430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3434 …}
  +badges: Doctrine\ORM\PersistentCollection {#3436 …}
  +children: [
    App\Entity\EntryComment {#2127
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2126 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +body: """
        “If you’ve managed to quit alcohol - your greatest weakness - perhaps you’ve already found your greatest strength.”\n
        \n
        - Gandalf the Grey
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704630311 {#2162
        date: 2024-01-07 13:25:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_number8_@lemmy.world"
        "@SpaceNoodle@lemmy.world"
        "@_number8_@lemmy.world"
        "@SpaceNoodle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2139 …}
      +nested: Doctrine\ORM\PersistentCollection {#2224 …}
      +votes: Doctrine\ORM\PersistentCollection {#2223 …}
      +reports: Doctrine\ORM\PersistentCollection {#2216 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
      -id: 288494
      -bodyTs: "'alcohol':7 'alreadi':14 'found':15 'gandalf':19 'greatest':9,17 'grey':21 'manag':4 'perhap':11 'quit':6 'strength':18 've':3,13 'weak':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6474869"
      +editedAt: DateTimeImmutable @1712723598 {#2044
        date: 2024-04-10 06:33:18.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704630311 {#2128
        date: 2024-01-07 13:25:11.0 +01:00
      }
      +"title": 288494
    }
  ]
  -id: 27788
  -titleTs: "'becom':4 'differ':12 'greatest':2,6 'life':11 'strength':7 'weak':3"
  -bodyTs: "'direct':13 'game':7 'go':8 'imagin':1 'isn':17 'like':19 'one':20 'philosophi':23 'riddl':24 'slider':3 'thing':25 'video':6 'way':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704697916
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10413904"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704611516 {#3406
    date: 2024-01-07 08:11:56.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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2126
  +user: Proxies\__CG__\App\Entity\User {#3383 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "Your-greatest-weakness-becomes-your-greatest-strength-How-is-your"
  +title: "Your greatest weakness becomes your greatest strength. How is your life different?"
  +url: null
  +body: "imagine a slider on a video game going way in the other direction, that is. this isn’t like one of those philosophy riddle things"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 63
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719328896 {#3420
    date: 2024-06-25 17:21:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3425 …}
  +votes: Doctrine\ORM\PersistentCollection {#3428 …}
  +reports: Doctrine\ORM\PersistentCollection {#3430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3434 …}
  +badges: Doctrine\ORM\PersistentCollection {#3436 …}
  +children: [
    App\Entity\EntryComment {#2127
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2126 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +body: """
        “If you’ve managed to quit alcohol - your greatest weakness - perhaps you’ve already found your greatest strength.”\n
        \n
        - Gandalf the Grey
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704630311 {#2162
        date: 2024-01-07 13:25:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_number8_@lemmy.world"
        "@SpaceNoodle@lemmy.world"
        "@_number8_@lemmy.world"
        "@SpaceNoodle@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2139 …}
      +nested: Doctrine\ORM\PersistentCollection {#2224 …}
      +votes: Doctrine\ORM\PersistentCollection {#2223 …}
      +reports: Doctrine\ORM\PersistentCollection {#2216 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
      -id: 288494
      -bodyTs: "'alcohol':7 'alreadi':14 'found':15 'gandalf':19 'greatest':9,17 'grey':21 'manag':4 'perhap':11 'quit':6 'strength':18 've':3,13 'weak':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6474869"
      +editedAt: DateTimeImmutable @1712723598 {#2044
        date: 2024-04-10 06:33:18.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704630311 {#2128
        date: 2024-01-07 13:25:11.0 +01:00
      }
      +"title": 288494
    }
  ]
  -id: 27788
  -titleTs: "'becom':4 'differ':12 'greatest':2,6 'life':11 'strength':7 'weak':3"
  -bodyTs: "'direct':13 'game':7 'go':8 'imagin':1 'isn':17 'like':19 'one':20 'philosophi':23 'riddl':24 'slider':3 'thing':25 'video':6 'way':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704697916
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10413904"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704611516 {#3406
    date: 2024-01-07 08:11:56.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
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2127
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2126
    +user: Proxies\__CG__\App\Entity\User {#3383 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "Your-greatest-weakness-becomes-your-greatest-strength-How-is-your"
    +title: "Your greatest weakness becomes your greatest strength. How is your life different?"
    +url: null
    +body: "imagine a slider on a video game going way in the other direction, that is. this isn’t like one of those philosophy riddle things"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 63
    +favouriteCount: 112
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719328896 {#3420
      date: 2024-06-25 17:21:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3425 …}
    +votes: Doctrine\ORM\PersistentCollection {#3428 …}
    +reports: Doctrine\ORM\PersistentCollection {#3430 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3432 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3434 …}
    +badges: Doctrine\ORM\PersistentCollection {#3436 …}
    +children: [
      App\Entity\EntryComment {#2127}
    ]
    -id: 27788
    -titleTs: "'becom':4 'differ':12 'greatest':2,6 'life':11 'strength':7 'weak':3"
    -bodyTs: "'direct':13 'game':7 'go':8 'imagin':1 'isn':17 'like':19 'one':20 'philosophi':23 'riddl':24 'slider':3 'thing':25 'video':6 'way':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704697916
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10413904"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704611516 {#3406
      date: 2024-01-07 08:11:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +body: """
    “If you’ve managed to quit alcohol - your greatest weakness - perhaps you’ve already found your greatest strength.”\n
    \n
    - Gandalf the Grey
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704630311 {#2162
    date: 2024-01-07 13:25:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_number8_@lemmy.world"
    "@SpaceNoodle@lemmy.world"
    "@_number8_@lemmy.world"
    "@SpaceNoodle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 288494
  -bodyTs: "'alcohol':7 'alreadi':14 'found':15 'gandalf':19 'greatest':9,17 'grey':21 'manag':4 'perhap':11 'quit':6 'strength':18 've':3,13 'weak':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6474869"
  +editedAt: DateTimeImmutable @1712723598 {#2044
    date: 2024-04-10 06:33:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704630311 {#2128
    date: 2024-01-07 13:25:11.0 +01:00
  }
  +"title": 288494
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#2127
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2126
    +user: Proxies\__CG__\App\Entity\User {#3383 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "Your-greatest-weakness-becomes-your-greatest-strength-How-is-your"
    +title: "Your greatest weakness becomes your greatest strength. How is your life different?"
    +url: null
    +body: "imagine a slider on a video game going way in the other direction, that is. this isn’t like one of those philosophy riddle things"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 63
    +favouriteCount: 112
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719328896 {#3420
      date: 2024-06-25 17:21:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3425 …}
    +votes: Doctrine\ORM\PersistentCollection {#3428 …}
    +reports: Doctrine\ORM\PersistentCollection {#3430 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3432 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3434 …}
    +badges: Doctrine\ORM\PersistentCollection {#3436 …}
    +children: [
      App\Entity\EntryComment {#2127}
    ]
    -id: 27788
    -titleTs: "'becom':4 'differ':12 'greatest':2,6 'life':11 'strength':7 'weak':3"
    -bodyTs: "'direct':13 'game':7 'go':8 'imagin':1 'isn':17 'like':19 'one':20 'philosophi':23 'riddl':24 'slider':3 'thing':25 'video':6 'way':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704697916
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10413904"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704611516 {#3406
      date: 2024-01-07 08:11:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +body: """
    “If you’ve managed to quit alcohol - your greatest weakness - perhaps you’ve already found your greatest strength.”\n
    \n
    - Gandalf the Grey
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704630311 {#2162
    date: 2024-01-07 13:25:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_number8_@lemmy.world"
    "@SpaceNoodle@lemmy.world"
    "@_number8_@lemmy.world"
    "@SpaceNoodle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 288494
  -bodyTs: "'alcohol':7 'alreadi':14 'found':15 'gandalf':19 'greatest':9,17 'grey':21 'manag':4 'perhap':11 'quit':6 'strength':18 've':3,13 'weak':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6474869"
  +editedAt: DateTimeImmutable @1712723598 {#2044
    date: 2024-04-10 06:33:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704630311 {#2128
    date: 2024-01-07 13:25:11.0 +01:00
  }
  +"title": 288494
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#2127
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2126
    +user: Proxies\__CG__\App\Entity\User {#3383 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "Your-greatest-weakness-becomes-your-greatest-strength-How-is-your"
    +title: "Your greatest weakness becomes your greatest strength. How is your life different?"
    +url: null
    +body: "imagine a slider on a video game going way in the other direction, that is. this isn’t like one of those philosophy riddle things"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 63
    +favouriteCount: 112
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719328896 {#3420
      date: 2024-06-25 17:21:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3425 …}
    +votes: Doctrine\ORM\PersistentCollection {#3428 …}
    +reports: Doctrine\ORM\PersistentCollection {#3430 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3432 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3434 …}
    +badges: Doctrine\ORM\PersistentCollection {#3436 …}
    +children: [
      App\Entity\EntryComment {#2127}
    ]
    -id: 27788
    -titleTs: "'becom':4 'differ':12 'greatest':2,6 'life':11 'strength':7 'weak':3"
    -bodyTs: "'direct':13 'game':7 'go':8 'imagin':1 'isn':17 'like':19 'one':20 'philosophi':23 'riddl':24 'slider':3 'thing':25 'video':6 'way':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704697916
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10413904"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704611516 {#3406
      date: 2024-01-07 08:11:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +body: """
    “If you’ve managed to quit alcohol - your greatest weakness - perhaps you’ve already found your greatest strength.”\n
    \n
    - Gandalf the Grey
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704630311 {#2162
    date: 2024-01-07 13:25:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_number8_@lemmy.world"
    "@SpaceNoodle@lemmy.world"
    "@_number8_@lemmy.world"
    "@SpaceNoodle@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 288494
  -bodyTs: "'alcohol':7 'alreadi':14 'found':15 'gandalf':19 'greatest':9,17 'grey':21 'manag':4 'perhap':11 'quit':6 'strength':18 've':3,13 'weak':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6474869"
  +editedAt: DateTimeImmutable @1712723598 {#2044
    date: 2024-04-10 06:33:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704630311 {#2128
    date: 2024-01-07 13:25:11.0 +01:00
  }
  +"title": 288494
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2124
  +user: Proxies\__CG__\App\Entity\User {#3196 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: Proxies\__CG__\App\Entity\Image {#3236 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "Meeting-face-to-face"
  +title: "Meeting face to face"
  +url: "https://lemmy.world/pictrs/image/bc2b380a-4fad-42eb-94ec-59b0ea006d4c.png"
  +body: """
    cross-posted from: [lemmy.world/post/10344116](https://lemmy.world/post/10344116)\n
    \n
    > [Source & more on my site!](https://loadingartist.com/comic/face-to-face)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 84
  +favouriteCount: 688
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722598825 {#3231
    date: 2024-08-02 13:40:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3238 …}
  +votes: Doctrine\ORM\PersistentCollection {#3240 …}
  +reports: Doctrine\ORM\PersistentCollection {#3242 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
  +badges: Doctrine\ORM\PersistentCollection {#3248 …}
  +children: [
    App\Entity\EntryComment {#2112
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
      +body: "\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} ͟\u{2060}ʖ\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} \u{2060}"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704504593 {#2110
        date: 2024-01-06 02:29:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@loadingartist@lemmy.world"
        "@Edgarallenpwn@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2117 …}
      +nested: Doctrine\ORM\PersistentCollection {#2122 …}
      +votes: Doctrine\ORM\PersistentCollection {#2113 …}
      +reports: Doctrine\ORM\PersistentCollection {#2119 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
      -id: 284220
      -bodyTs: "'ʖ':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6444773"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704504593 {#2107
        date: 2024-01-06 02:29:53.0 +01:00
      }
      +"title": 284220
    }
  ]
  -id: 27362
  -titleTs: "'face':2,4 'meet':1"
  -bodyTs: "'/comic/face-to-face)':15 '/post/10344116](https://lemmy.world/post/10344116)':7 'cross':2 'cross-post':1 'lemmy.world':6 'lemmy.world/post/10344116](https://lemmy.world/post/10344116)':5 'loadingartist.com':14 'loadingartist.com/comic/face-to-face)':13 'post':3 'site':12 'sourc':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704541072
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10344118"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704454672 {#3219
    date: 2024-01-05 12:37:52.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
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2124
  +user: Proxies\__CG__\App\Entity\User {#3196 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: Proxies\__CG__\App\Entity\Image {#3236 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "Meeting-face-to-face"
  +title: "Meeting face to face"
  +url: "https://lemmy.world/pictrs/image/bc2b380a-4fad-42eb-94ec-59b0ea006d4c.png"
  +body: """
    cross-posted from: [lemmy.world/post/10344116](https://lemmy.world/post/10344116)\n
    \n
    > [Source & more on my site!](https://loadingartist.com/comic/face-to-face)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 84
  +favouriteCount: 688
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722598825 {#3231
    date: 2024-08-02 13:40:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3238 …}
  +votes: Doctrine\ORM\PersistentCollection {#3240 …}
  +reports: Doctrine\ORM\PersistentCollection {#3242 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
  +badges: Doctrine\ORM\PersistentCollection {#3248 …}
  +children: [
    App\Entity\EntryComment {#2112
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
      +body: "\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} ͟\u{2060}ʖ\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} \u{2060}"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704504593 {#2110
        date: 2024-01-06 02:29:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@loadingartist@lemmy.world"
        "@Edgarallenpwn@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2117 …}
      +nested: Doctrine\ORM\PersistentCollection {#2122 …}
      +votes: Doctrine\ORM\PersistentCollection {#2113 …}
      +reports: Doctrine\ORM\PersistentCollection {#2119 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
      -id: 284220
      -bodyTs: "'ʖ':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6444773"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704504593 {#2107
        date: 2024-01-06 02:29:53.0 +01:00
      }
      +"title": 284220
    }
  ]
  -id: 27362
  -titleTs: "'face':2,4 'meet':1"
  -bodyTs: "'/comic/face-to-face)':15 '/post/10344116](https://lemmy.world/post/10344116)':7 'cross':2 'cross-post':1 'lemmy.world':6 'lemmy.world/post/10344116](https://lemmy.world/post/10344116)':5 'loadingartist.com':14 'loadingartist.com/comic/face-to-face)':13 'post':3 'site':12 'sourc':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704541072
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10344118"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704454672 {#3219
    date: 2024-01-05 12:37:52.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
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2124
  +user: Proxies\__CG__\App\Entity\User {#3196 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: Proxies\__CG__\App\Entity\Image {#3236 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "Meeting-face-to-face"
  +title: "Meeting face to face"
  +url: "https://lemmy.world/pictrs/image/bc2b380a-4fad-42eb-94ec-59b0ea006d4c.png"
  +body: """
    cross-posted from: [lemmy.world/post/10344116](https://lemmy.world/post/10344116)\n
    \n
    > [Source & more on my site!](https://loadingartist.com/comic/face-to-face)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 84
  +favouriteCount: 688
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722598825 {#3231
    date: 2024-08-02 13:40:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3238 …}
  +votes: Doctrine\ORM\PersistentCollection {#3240 …}
  +reports: Doctrine\ORM\PersistentCollection {#3242 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
  +badges: Doctrine\ORM\PersistentCollection {#3248 …}
  +children: [
    App\Entity\EntryComment {#2112
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
      +body: "\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} ͟\u{2060}ʖ\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} \u{2060}"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704504593 {#2110
        date: 2024-01-06 02:29:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@loadingartist@lemmy.world"
        "@Edgarallenpwn@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2117 …}
      +nested: Doctrine\ORM\PersistentCollection {#2122 …}
      +votes: Doctrine\ORM\PersistentCollection {#2113 …}
      +reports: Doctrine\ORM\PersistentCollection {#2119 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
      -id: 284220
      -bodyTs: "'ʖ':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6444773"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704504593 {#2107
        date: 2024-01-06 02:29:53.0 +01:00
      }
      +"title": 284220
    }
  ]
  -id: 27362
  -titleTs: "'face':2,4 'meet':1"
  -bodyTs: "'/comic/face-to-face)':15 '/post/10344116](https://lemmy.world/post/10344116)':7 'cross':2 'cross-post':1 'lemmy.world':6 'lemmy.world/post/10344116](https://lemmy.world/post/10344116)':5 'loadingartist.com':14 'loadingartist.com/comic/face-to-face)':13 'post':3 'site':12 'sourc':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704541072
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10344118"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704454672 {#3219
    date: 2024-01-05 12:37:52.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
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2112
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#3196 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
    +image: Proxies\__CG__\App\Entity\Image {#3236 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "Meeting-face-to-face"
    +title: "Meeting face to face"
    +url: "https://lemmy.world/pictrs/image/bc2b380a-4fad-42eb-94ec-59b0ea006d4c.png"
    +body: """
      cross-posted from: [lemmy.world/post/10344116](https://lemmy.world/post/10344116)\n
      \n
      > [Source & more on my site!](https://loadingartist.com/comic/face-to-face)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 84
    +favouriteCount: 688
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722598825 {#3231
      date: 2024-08-02 13:40:25.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3238 …}
    +votes: Doctrine\ORM\PersistentCollection {#3240 …}
    +reports: Doctrine\ORM\PersistentCollection {#3242 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
    +badges: Doctrine\ORM\PersistentCollection {#3248 …}
    +children: [
      App\Entity\EntryComment {#2112}
    ]
    -id: 27362
    -titleTs: "'face':2,4 'meet':1"
    -bodyTs: "'/comic/face-to-face)':15 '/post/10344116](https://lemmy.world/post/10344116)':7 'cross':2 'cross-post':1 'lemmy.world':6 'lemmy.world/post/10344116](https://lemmy.world/post/10344116)':5 'loadingartist.com':14 'loadingartist.com/comic/face-to-face)':13 'post':3 'site':12 'sourc':8"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704541072
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10344118"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704454672 {#3219
      date: 2024-01-05 12:37:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
  +body: "\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} ͟\u{2060}ʖ\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} \u{2060}"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704504593 {#2110
    date: 2024-01-06 02:29:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@loadingartist@lemmy.world"
    "@Edgarallenpwn@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2117 …}
  +nested: Doctrine\ORM\PersistentCollection {#2122 …}
  +votes: Doctrine\ORM\PersistentCollection {#2113 …}
  +reports: Doctrine\ORM\PersistentCollection {#2119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
  -id: 284220
  -bodyTs: "'ʖ':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6444773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704504593 {#2107
    date: 2024-01-06 02:29:53.0 +01:00
  }
  +"title": 284220
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#2112
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#3196 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
    +image: Proxies\__CG__\App\Entity\Image {#3236 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "Meeting-face-to-face"
    +title: "Meeting face to face"
    +url: "https://lemmy.world/pictrs/image/bc2b380a-4fad-42eb-94ec-59b0ea006d4c.png"
    +body: """
      cross-posted from: [lemmy.world/post/10344116](https://lemmy.world/post/10344116)\n
      \n
      > [Source & more on my site!](https://loadingartist.com/comic/face-to-face)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 84
    +favouriteCount: 688
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722598825 {#3231
      date: 2024-08-02 13:40:25.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3238 …}
    +votes: Doctrine\ORM\PersistentCollection {#3240 …}
    +reports: Doctrine\ORM\PersistentCollection {#3242 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
    +badges: Doctrine\ORM\PersistentCollection {#3248 …}
    +children: [
      App\Entity\EntryComment {#2112}
    ]
    -id: 27362
    -titleTs: "'face':2,4 'meet':1"
    -bodyTs: "'/comic/face-to-face)':15 '/post/10344116](https://lemmy.world/post/10344116)':7 'cross':2 'cross-post':1 'lemmy.world':6 'lemmy.world/post/10344116](https://lemmy.world/post/10344116)':5 'loadingartist.com':14 'loadingartist.com/comic/face-to-face)':13 'post':3 'site':12 'sourc':8"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704541072
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10344118"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704454672 {#3219
      date: 2024-01-05 12:37:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
  +body: "\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} ͟\u{2060}ʖ\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} \u{2060}"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704504593 {#2110
    date: 2024-01-06 02:29:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@loadingartist@lemmy.world"
    "@Edgarallenpwn@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2117 …}
  +nested: Doctrine\ORM\PersistentCollection {#2122 …}
  +votes: Doctrine\ORM\PersistentCollection {#2113 …}
  +reports: Doctrine\ORM\PersistentCollection {#2119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
  -id: 284220
  -bodyTs: "'ʖ':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6444773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704504593 {#2107
    date: 2024-01-06 02:29:53.0 +01:00
  }
  +"title": 284220
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#2112
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#3196 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
    +image: Proxies\__CG__\App\Entity\Image {#3236 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "Meeting-face-to-face"
    +title: "Meeting face to face"
    +url: "https://lemmy.world/pictrs/image/bc2b380a-4fad-42eb-94ec-59b0ea006d4c.png"
    +body: """
      cross-posted from: [lemmy.world/post/10344116](https://lemmy.world/post/10344116)\n
      \n
      > [Source & more on my site!](https://loadingartist.com/comic/face-to-face)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 84
    +favouriteCount: 688
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722598825 {#3231
      date: 2024-08-02 13:40:25.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3238 …}
    +votes: Doctrine\ORM\PersistentCollection {#3240 …}
    +reports: Doctrine\ORM\PersistentCollection {#3242 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3244 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3246 …}
    +badges: Doctrine\ORM\PersistentCollection {#3248 …}
    +children: [
      App\Entity\EntryComment {#2112}
    ]
    -id: 27362
    -titleTs: "'face':2,4 'meet':1"
    -bodyTs: "'/comic/face-to-face)':15 '/post/10344116](https://lemmy.world/post/10344116)':7 'cross':2 'cross-post':1 'lemmy.world':6 'lemmy.world/post/10344116](https://lemmy.world/post/10344116)':5 'loadingartist.com':14 'loadingartist.com/comic/face-to-face)':13 'post':3 'site':12 'sourc':8"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704541072
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10344118"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704454672 {#3219
      date: 2024-01-05 12:37:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2118 …}
  +body: "\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} ͟\u{2060}ʖ\u{2060} \u{2060}\u{2060} \u{2060}\u{2060} \u{2060}"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704504593 {#2110
    date: 2024-01-06 02:29:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@loadingartist@lemmy.world"
    "@Edgarallenpwn@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2117 …}
  +nested: Doctrine\ORM\PersistentCollection {#2122 …}
  +votes: Doctrine\ORM\PersistentCollection {#2113 …}
  +reports: Doctrine\ORM\PersistentCollection {#2119 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2120 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2160 …}
  -id: 284220
  -bodyTs: "'ʖ':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6444773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704504593 {#2107
    date: 2024-01-06 02:29:53.0 +01:00
  }
  +"title": 284220
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2314
  +user: Proxies\__CG__\App\Entity\User {#2630 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
  +title: "My English Breakfast tea states it contains 2g of protein."
  +url: null
  +body: """
    How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
    \n
    Edit: there’s no milk or anything milk-related
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711793450 {#2255
    date: 2024-03-30 11:10:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3046 …}
  +votes: Doctrine\ORM\PersistentCollection {#3044 …}
  +reports: Doctrine\ORM\PersistentCollection {#3041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
  +badges: Doctrine\ORM\PersistentCollection {#3088 …}
  +children: [
    1 => App\Entity\EntryComment {#2342
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +root: App\Entity\EntryComment {#2331
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: null
        +root: null
        +body: "Brand?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1711793450 {#2060
          date: 2024-03-30 11:10:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2289 …}
        +nested: Doctrine\ORM\PersistentCollection {#2326 …}
        +votes: Doctrine\ORM\PersistentCollection {#2325 …}
        +reports: Doctrine\ORM\PersistentCollection {#2329 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
        -id: 276381
        -bodyTs: "'brand':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380430"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704289208 {#2164
          date: 2024-01-03 14:40:08.0 +01:00
        }
        +"title": 276381
      }
      +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704290402 {#2340
        date: 2024-01-03 15:00:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
        "@captainjaneway@lemmy.world"
        "@Unlearned9545@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 276438
      -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6380703"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704290402 {#2341
        date: 2024-01-03 15:00:02.0 +01:00
      }
      +"title": 276438
    }
    0 => App\Entity\EntryComment {#2331}
  ]
  -id: 26912
  -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
  -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704371769
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10267934"
  +editedAt: DateTimeImmutable @1711233139 {#2954
    date: 2024-03-23 23:32:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704285369 {#2773
    date: 2024-01-03 13:36: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
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2314
  +user: Proxies\__CG__\App\Entity\User {#2630 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
  +title: "My English Breakfast tea states it contains 2g of protein."
  +url: null
  +body: """
    How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
    \n
    Edit: there’s no milk or anything milk-related
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711793450 {#2255
    date: 2024-03-30 11:10:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3046 …}
  +votes: Doctrine\ORM\PersistentCollection {#3044 …}
  +reports: Doctrine\ORM\PersistentCollection {#3041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
  +badges: Doctrine\ORM\PersistentCollection {#3088 …}
  +children: [
    1 => App\Entity\EntryComment {#2342
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +root: App\Entity\EntryComment {#2331
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: null
        +root: null
        +body: "Brand?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1711793450 {#2060
          date: 2024-03-30 11:10:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2289 …}
        +nested: Doctrine\ORM\PersistentCollection {#2326 …}
        +votes: Doctrine\ORM\PersistentCollection {#2325 …}
        +reports: Doctrine\ORM\PersistentCollection {#2329 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
        -id: 276381
        -bodyTs: "'brand':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380430"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704289208 {#2164
          date: 2024-01-03 14:40:08.0 +01:00
        }
        +"title": 276381
      }
      +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704290402 {#2340
        date: 2024-01-03 15:00:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
        "@captainjaneway@lemmy.world"
        "@Unlearned9545@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 276438
      -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6380703"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704290402 {#2341
        date: 2024-01-03 15:00:02.0 +01:00
      }
      +"title": 276438
    }
    0 => App\Entity\EntryComment {#2331}
  ]
  -id: 26912
  -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
  -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704371769
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10267934"
  +editedAt: DateTimeImmutable @1711233139 {#2954
    date: 2024-03-23 23:32:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704285369 {#2773
    date: 2024-01-03 13:36: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
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2314
  +user: Proxies\__CG__\App\Entity\User {#2630 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
  +title: "My English Breakfast tea states it contains 2g of protein."
  +url: null
  +body: """
    How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
    \n
    Edit: there’s no milk or anything milk-related
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711793450 {#2255
    date: 2024-03-30 11:10:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3046 …}
  +votes: Doctrine\ORM\PersistentCollection {#3044 …}
  +reports: Doctrine\ORM\PersistentCollection {#3041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
  +badges: Doctrine\ORM\PersistentCollection {#3088 …}
  +children: [
    1 => App\Entity\EntryComment {#2342
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +root: App\Entity\EntryComment {#2331
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: null
        +root: null
        +body: "Brand?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1711793450 {#2060
          date: 2024-03-30 11:10:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2289 …}
        +nested: Doctrine\ORM\PersistentCollection {#2326 …}
        +votes: Doctrine\ORM\PersistentCollection {#2325 …}
        +reports: Doctrine\ORM\PersistentCollection {#2329 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
        -id: 276381
        -bodyTs: "'brand':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380430"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704289208 {#2164
          date: 2024-01-03 14:40:08.0 +01:00
        }
        +"title": 276381
      }
      +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704290402 {#2340
        date: 2024-01-03 15:00:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
        "@captainjaneway@lemmy.world"
        "@Unlearned9545@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 276438
      -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6380703"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704290402 {#2341
        date: 2024-01-03 15:00:02.0 +01:00
      }
      +"title": 276438
    }
    0 => App\Entity\EntryComment {#2331}
  ]
  -id: 26912
  -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
  -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704371769
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10267934"
  +editedAt: DateTimeImmutable @1711233139 {#2954
    date: 2024-03-23 23:32:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704285369 {#2773
    date: 2024-01-03 13:36: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
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 {#2342
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2630 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
    +title: "My English Breakfast tea states it contains 2g of protein."
    +url: null
    +body: """
      How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
      \n
      Edit: there’s no milk or anything milk-related
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711793450 {#2255
      date: 2024-03-30 11:10:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3044 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
    +badges: Doctrine\ORM\PersistentCollection {#3088 …}
    +children: [
      1 => App\Entity\EntryComment {#2342}
      0 => App\Entity\EntryComment {#2331
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: null
        +root: null
        +body: "Brand?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1711793450 {#2060
          date: 2024-03-30 11:10:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2289 …}
        +nested: Doctrine\ORM\PersistentCollection {#2326 …}
        +votes: Doctrine\ORM\PersistentCollection {#2325 …}
        +reports: Doctrine\ORM\PersistentCollection {#2329 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
        -id: 276381
        -bodyTs: "'brand':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380430"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704289208 {#2164
          date: 2024-01-03 14:40:08.0 +01:00
        }
        +"title": 276381
      }
    ]
    -id: 26912
    -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
    -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704371769
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10267934"
    +editedAt: DateTimeImmutable @1711233139 {#2954
      date: 2024-03-23 23:32:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704285369 {#2773
      date: 2024-01-03 13:36:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +root: App\Entity\EntryComment {#2331}
  +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704290402 {#2340
    date: 2024-01-03 15:00:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
    "@captainjaneway@lemmy.world"
    "@Unlearned9545@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 276438
  -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6380703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704290402 {#2341
    date: 2024-01-03 15:00:02.0 +01:00
  }
  +"title": 276438
}
"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 {#2342
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2630 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
    +title: "My English Breakfast tea states it contains 2g of protein."
    +url: null
    +body: """
      How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
      \n
      Edit: there’s no milk or anything milk-related
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711793450 {#2255
      date: 2024-03-30 11:10:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3044 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
    +badges: Doctrine\ORM\PersistentCollection {#3088 …}
    +children: [
      1 => App\Entity\EntryComment {#2342}
      0 => App\Entity\EntryComment {#2331
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: null
        +root: null
        +body: "Brand?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1711793450 {#2060
          date: 2024-03-30 11:10:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2289 …}
        +nested: Doctrine\ORM\PersistentCollection {#2326 …}
        +votes: Doctrine\ORM\PersistentCollection {#2325 …}
        +reports: Doctrine\ORM\PersistentCollection {#2329 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
        -id: 276381
        -bodyTs: "'brand':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380430"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704289208 {#2164
          date: 2024-01-03 14:40:08.0 +01:00
        }
        +"title": 276381
      }
    ]
    -id: 26912
    -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
    -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704371769
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10267934"
    +editedAt: DateTimeImmutable @1711233139 {#2954
      date: 2024-03-23 23:32:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704285369 {#2773
      date: 2024-01-03 13:36:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +root: App\Entity\EntryComment {#2331}
  +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704290402 {#2340
    date: 2024-01-03 15:00:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
    "@captainjaneway@lemmy.world"
    "@Unlearned9545@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 276438
  -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6380703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704290402 {#2341
    date: 2024-01-03 15:00:02.0 +01:00
  }
  +"title": 276438
}
"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 {#2342
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2630 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
    +title: "My English Breakfast tea states it contains 2g of protein."
    +url: null
    +body: """
      How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
      \n
      Edit: there’s no milk or anything milk-related
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711793450 {#2255
      date: 2024-03-30 11:10:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3044 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
    +badges: Doctrine\ORM\PersistentCollection {#3088 …}
    +children: [
      1 => App\Entity\EntryComment {#2342}
      0 => App\Entity\EntryComment {#2331
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: null
        +root: null
        +body: "Brand?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1711793450 {#2060
          date: 2024-03-30 11:10:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2289 …}
        +nested: Doctrine\ORM\PersistentCollection {#2326 …}
        +votes: Doctrine\ORM\PersistentCollection {#2325 …}
        +reports: Doctrine\ORM\PersistentCollection {#2329 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
        -id: 276381
        -bodyTs: "'brand':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380430"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704289208 {#2164
          date: 2024-01-03 14:40:08.0 +01:00
        }
        +"title": 276381
      }
    ]
    -id: 26912
    -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
    -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704371769
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10267934"
    +editedAt: DateTimeImmutable @1711233139 {#2954
      date: 2024-03-23 23:32:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704285369 {#2773
      date: 2024-01-03 13:36:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +root: App\Entity\EntryComment {#2331}
  +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704290402 {#2340
    date: 2024-01-03 15:00:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
    "@captainjaneway@lemmy.world"
    "@Unlearned9545@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 276438
  -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6380703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704290402 {#2341
    date: 2024-01-03 15:00:02.0 +01:00
  }
  +"title": 276438
}
"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
App\Entity\EntryComment {#2331
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2630 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
    +title: "My English Breakfast tea states it contains 2g of protein."
    +url: null
    +body: """
      How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
      \n
      Edit: there’s no milk or anything milk-related
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711793450 {#2255
      date: 2024-03-30 11:10:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3044 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
    +badges: Doctrine\ORM\PersistentCollection {#3088 …}
    +children: [
      1 => App\Entity\EntryComment {#2342
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +root: App\Entity\EntryComment {#2331}
        +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704290402 {#2340
          date: 2024-01-03 15:00:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
          "@captainjaneway@lemmy.world"
          "@Unlearned9545@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2343 …}
        +nested: Doctrine\ORM\PersistentCollection {#2335 …}
        +votes: Doctrine\ORM\PersistentCollection {#2338 …}
        +reports: Doctrine\ORM\PersistentCollection {#2143 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
        -id: 276438
        -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380703"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704290402 {#2341
          date: 2024-01-03 15:00:02.0 +01:00
        }
        +"title": 276438
      }
      0 => App\Entity\EntryComment {#2331}
    ]
    -id: 26912
    -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
    -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704371769
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10267934"
    +editedAt: DateTimeImmutable @1711233139 {#2954
      date: 2024-03-23 23:32:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704285369 {#2773
      date: 2024-01-03 13:36:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "Brand?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1711793450 {#2060
    date: 2024-03-30 11:10:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2289 …}
  +nested: Doctrine\ORM\PersistentCollection {#2326 …}
  +votes: Doctrine\ORM\PersistentCollection {#2325 …}
  +reports: Doctrine\ORM\PersistentCollection {#2329 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
  -id: 276381
  -bodyTs: "'brand':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6380430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704289208 {#2164
    date: 2024-01-03 14:40:08.0 +01:00
  }
  +"title": 276381
}
"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
67 DENIED edit
App\Entity\EntryComment {#2331
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2630 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
    +title: "My English Breakfast tea states it contains 2g of protein."
    +url: null
    +body: """
      How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
      \n
      Edit: there’s no milk or anything milk-related
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711793450 {#2255
      date: 2024-03-30 11:10:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3044 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
    +badges: Doctrine\ORM\PersistentCollection {#3088 …}
    +children: [
      1 => App\Entity\EntryComment {#2342
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +root: App\Entity\EntryComment {#2331}
        +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704290402 {#2340
          date: 2024-01-03 15:00:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
          "@captainjaneway@lemmy.world"
          "@Unlearned9545@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2343 …}
        +nested: Doctrine\ORM\PersistentCollection {#2335 …}
        +votes: Doctrine\ORM\PersistentCollection {#2338 …}
        +reports: Doctrine\ORM\PersistentCollection {#2143 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
        -id: 276438
        -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380703"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704290402 {#2341
          date: 2024-01-03 15:00:02.0 +01:00
        }
        +"title": 276438
      }
      0 => App\Entity\EntryComment {#2331}
    ]
    -id: 26912
    -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
    -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704371769
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10267934"
    +editedAt: DateTimeImmutable @1711233139 {#2954
      date: 2024-03-23 23:32:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704285369 {#2773
      date: 2024-01-03 13:36:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "Brand?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1711793450 {#2060
    date: 2024-03-30 11:10:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2289 …}
  +nested: Doctrine\ORM\PersistentCollection {#2326 …}
  +votes: Doctrine\ORM\PersistentCollection {#2325 …}
  +reports: Doctrine\ORM\PersistentCollection {#2329 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
  -id: 276381
  -bodyTs: "'brand':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6380430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704289208 {#2164
    date: 2024-01-03 14:40:08.0 +01:00
  }
  +"title": 276381
}
"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
68 DENIED moderate
App\Entity\EntryComment {#2331
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2630 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "My-English-Breakfast-tea-states-it-contains-2g-of-protein"
    +title: "My English Breakfast tea states it contains 2g of protein."
    +url: null
    +body: """
      How/Why? Is that an oblique nod to insect protein, how does *tea* contain protein? 🤢 **+ 3 CALORIES**?!\n
      \n
      Edit: there’s no milk or anything milk-related
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711793450 {#2255
      date: 2024-03-30 11:10:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3046 …}
    +votes: Doctrine\ORM\PersistentCollection {#3044 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3075 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3071 …}
    +badges: Doctrine\ORM\PersistentCollection {#3088 …}
    +children: [
      1 => App\Entity\EntryComment {#2342
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +root: App\Entity\EntryComment {#2331}
        +body: "I was confused by this as well. I looked it up and couldn’t find any label that had 2g of protein. The most I found was their Vanilla Chai which contains 0.1g."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704290402 {#2340
          date: 2024-01-03 15:00:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cheese_greater@lemmy.world"
          "@captainjaneway@lemmy.world"
          "@Unlearned9545@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2343 …}
        +nested: Doctrine\ORM\PersistentCollection {#2335 …}
        +votes: Doctrine\ORM\PersistentCollection {#2338 …}
        +reports: Doctrine\ORM\PersistentCollection {#2143 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
        -id: 276438
        -bodyTs: "'0.1':33 '2g':20 'chai':30 'confus':3 'contain':32 'couldn':13 'find':15 'found':26 'g':34 'label':17 'look':9 'protein':22 'vanilla':29 'well':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6380703"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704290402 {#2341
          date: 2024-01-03 15:00:02.0 +01:00
        }
        +"title": 276438
      }
      0 => App\Entity\EntryComment {#2331}
    ]
    -id: 26912
    -titleTs: "'2g':8 'breakfast':3 'contain':7 'english':2 'protein':10 'state':5 'tea':4"
    -bodyTs: "'3':15 'anyth':23 'calori':16 'contain':13 'edit':17 'how/why':1 'insect':8 'milk':21,25 'milk-rel':24 'nod':6 'obliqu':5 'protein':9,14 'relat':26 'tea':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704371769
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10267934"
    +editedAt: DateTimeImmutable @1711233139 {#2954
      date: 2024-03-23 23:32:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704285369 {#2773
      date: 2024-01-03 13:36:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "Brand?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1711793450 {#2060
    date: 2024-03-30 11:10:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2289 …}
  +nested: Doctrine\ORM\PersistentCollection {#2326 …}
  +votes: Doctrine\ORM\PersistentCollection {#2325 …}
  +reports: Doctrine\ORM\PersistentCollection {#2329 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2323 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2300 …}
  -id: 276381
  -bodyTs: "'brand':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6380430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704289208 {#2164
    date: 2024-01-03 14:40:08.0 +01:00
  }
  +"title": 276381
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2074
  +user: Proxies\__CG__\App\Entity\User {#3309 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3347 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "Lies-and-Slander"
  +title: "Lies and Slander"
  +url: "https://lemmy.ml/pictrs/image/0e9b9ff8-f9f0-460a-83ee-cce4c108cbee.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721610728 {#3342
    date: 2024-07-22 03:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3349 …}
  +votes: Doctrine\ORM\PersistentCollection {#3351 …}
  +reports: Doctrine\ORM\PersistentCollection {#3353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3357 …}
  +badges: Doctrine\ORM\PersistentCollection {#3359 …}
  +children: [
    App\Entity\EntryComment {#2065
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2066 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2071 …}
      +body: "Reading"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704292615 {#2072
        date: 2024-01-03 15:36:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Ephera@lemmy.ml"
        "@lugal@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2067 …}
      +nested: Doctrine\ORM\PersistentCollection {#2049 …}
      +votes: Doctrine\ORM\PersistentCollection {#2051 …}
      +reports: Doctrine\ORM\PersistentCollection {#2059 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
      -id: 276548
      -bodyTs: "'read':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6381213"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704292615 {#2069
        date: 2024-01-03 15:36:55.0 +01:00
      }
      +"title": 276548
    }
  ]
  -id: 26799
  -titleTs: "'lie':1 'slander':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704314646
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10046025"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704228246 {#3331
    date: 2024-01-02 21:44:06.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
71 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2074
  +user: Proxies\__CG__\App\Entity\User {#3309 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3347 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "Lies-and-Slander"
  +title: "Lies and Slander"
  +url: "https://lemmy.ml/pictrs/image/0e9b9ff8-f9f0-460a-83ee-cce4c108cbee.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721610728 {#3342
    date: 2024-07-22 03:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3349 …}
  +votes: Doctrine\ORM\PersistentCollection {#3351 …}
  +reports: Doctrine\ORM\PersistentCollection {#3353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3357 …}
  +badges: Doctrine\ORM\PersistentCollection {#3359 …}
  +children: [
    App\Entity\EntryComment {#2065
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2066 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2071 …}
      +body: "Reading"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704292615 {#2072
        date: 2024-01-03 15:36:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Ephera@lemmy.ml"
        "@lugal@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2067 …}
      +nested: Doctrine\ORM\PersistentCollection {#2049 …}
      +votes: Doctrine\ORM\PersistentCollection {#2051 …}
      +reports: Doctrine\ORM\PersistentCollection {#2059 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
      -id: 276548
      -bodyTs: "'read':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6381213"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704292615 {#2069
        date: 2024-01-03 15:36:55.0 +01:00
      }
      +"title": 276548
    }
  ]
  -id: 26799
  -titleTs: "'lie':1 'slander':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704314646
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10046025"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704228246 {#3331
    date: 2024-01-02 21:44:06.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
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2074
  +user: Proxies\__CG__\App\Entity\User {#3309 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3347 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "Lies-and-Slander"
  +title: "Lies and Slander"
  +url: "https://lemmy.ml/pictrs/image/0e9b9ff8-f9f0-460a-83ee-cce4c108cbee.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721610728 {#3342
    date: 2024-07-22 03:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3349 …}
  +votes: Doctrine\ORM\PersistentCollection {#3351 …}
  +reports: Doctrine\ORM\PersistentCollection {#3353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3357 …}
  +badges: Doctrine\ORM\PersistentCollection {#3359 …}
  +children: [
    App\Entity\EntryComment {#2065
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2074 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2066 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2071 …}
      +body: "Reading"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704292615 {#2072
        date: 2024-01-03 15:36:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Ephera@lemmy.ml"
        "@lugal@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2067 …}
      +nested: Doctrine\ORM\PersistentCollection {#2049 …}
      +votes: Doctrine\ORM\PersistentCollection {#2051 …}
      +reports: Doctrine\ORM\PersistentCollection {#2059 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
      -id: 276548
      -bodyTs: "'read':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6381213"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704292615 {#2069
        date: 2024-01-03 15:36:55.0 +01:00
      }
      +"title": 276548
    }
  ]
  -id: 26799
  -titleTs: "'lie':1 'slander':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704314646
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10046025"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704228246 {#3331
    date: 2024-01-02 21:44:06.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
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3347 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "Lies-and-Slander"
    +title: "Lies and Slander"
    +url: "https://lemmy.ml/pictrs/image/0e9b9ff8-f9f0-460a-83ee-cce4c108cbee.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 15
    +favouriteCount: 228
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#3342
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3349 …}
    +votes: Doctrine\ORM\PersistentCollection {#3351 …}
    +reports: Doctrine\ORM\PersistentCollection {#3353 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3357 …}
    +badges: Doctrine\ORM\PersistentCollection {#3359 …}
    +children: [
      App\Entity\EntryComment {#2065}
    ]
    -id: 26799
    -titleTs: "'lie':1 'slander':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704314646
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10046025"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704228246 {#3331
      date: 2024-01-02 21:44:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2066 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2071 …}
  +body: "Reading"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704292615 {#2072
    date: 2024-01-03 15:36:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Ephera@lemmy.ml"
    "@lugal@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2067 …}
  +nested: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  -id: 276548
  -bodyTs: "'read':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6381213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704292615 {#2069
    date: 2024-01-03 15:36:55.0 +01:00
  }
  +"title": 276548
}
"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
75 DENIED edit
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3347 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "Lies-and-Slander"
    +title: "Lies and Slander"
    +url: "https://lemmy.ml/pictrs/image/0e9b9ff8-f9f0-460a-83ee-cce4c108cbee.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 15
    +favouriteCount: 228
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#3342
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3349 …}
    +votes: Doctrine\ORM\PersistentCollection {#3351 …}
    +reports: Doctrine\ORM\PersistentCollection {#3353 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3357 …}
    +badges: Doctrine\ORM\PersistentCollection {#3359 …}
    +children: [
      App\Entity\EntryComment {#2065}
    ]
    -id: 26799
    -titleTs: "'lie':1 'slander':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704314646
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10046025"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704228246 {#3331
      date: 2024-01-02 21:44:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2066 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2071 …}
  +body: "Reading"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704292615 {#2072
    date: 2024-01-03 15:36:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Ephera@lemmy.ml"
    "@lugal@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2067 …}
  +nested: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  -id: 276548
  -bodyTs: "'read':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6381213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704292615 {#2069
    date: 2024-01-03 15:36:55.0 +01:00
  }
  +"title": 276548
}
"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
76 DENIED moderate
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2074
    +user: Proxies\__CG__\App\Entity\User {#3309 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3347 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "Lies-and-Slander"
    +title: "Lies and Slander"
    +url: "https://lemmy.ml/pictrs/image/0e9b9ff8-f9f0-460a-83ee-cce4c108cbee.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 15
    +favouriteCount: 228
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#3342
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3349 …}
    +votes: Doctrine\ORM\PersistentCollection {#3351 …}
    +reports: Doctrine\ORM\PersistentCollection {#3353 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3357 …}
    +badges: Doctrine\ORM\PersistentCollection {#3359 …}
    +children: [
      App\Entity\EntryComment {#2065}
    ]
    -id: 26799
    -titleTs: "'lie':1 'slander':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704314646
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10046025"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704228246 {#3331
      date: 2024-01-02 21:44:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2066 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2071 …}
  +body: "Reading"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704292615 {#2072
    date: 2024-01-03 15:36:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Ephera@lemmy.ml"
    "@lugal@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2067 …}
  +nested: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  -id: 276548
  -bodyTs: "'read':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6381213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704292615 {#2069
    date: 2024-01-03 15:36:55.0 +01:00
  }
  +"title": 276548
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2058
  +user: Proxies\__CG__\App\Entity\User {#3345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
  +image: Proxies\__CG__\App\Entity\Image {#3385 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3387 …}
  +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
  +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
  +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
  +body: """
    From the article:\n
    \n
    > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 963
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712573441 {#3380
    date: 2024-04-08 12:50:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3388 …}
  +votes: Doctrine\ORM\PersistentCollection {#3390 …}
  +reports: Doctrine\ORM\PersistentCollection {#3392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3394 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3396 …}
  +badges: Doctrine\ORM\PersistentCollection {#3398 …}
  +children: [
    App\Entity\EntryComment {#2054
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2125 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
      +body: "Why? Cause I’m a loser"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704293129 {#2055
        date: 2024-01-03 15:45:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
        "@EdibleFriend@lemmy.world"
        "@JackbyDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2041 …}
      +nested: Doctrine\ORM\PersistentCollection {#2100 …}
      +votes: Doctrine\ORM\PersistentCollection {#2105 …}
      +reports: Doctrine\ORM\PersistentCollection {#2111 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
      -id: 276564
      -bodyTs: "'caus':2 'loser':6 'm':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6381358"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704293129 {#2052
        date: 2024-01-03 15:45:29.0 +01:00
      }
      +"title": 276564
    }
  ]
  -id: 26695
  -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
  -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704282846
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4514355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704196446 {#3367
    date: 2024-01-02 12:54:06.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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2058
  +user: Proxies\__CG__\App\Entity\User {#3345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
  +image: Proxies\__CG__\App\Entity\Image {#3385 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3387 …}
  +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
  +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
  +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
  +body: """
    From the article:\n
    \n
    > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 963
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712573441 {#3380
    date: 2024-04-08 12:50:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3388 …}
  +votes: Doctrine\ORM\PersistentCollection {#3390 …}
  +reports: Doctrine\ORM\PersistentCollection {#3392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3394 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3396 …}
  +badges: Doctrine\ORM\PersistentCollection {#3398 …}
  +children: [
    App\Entity\EntryComment {#2054
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2125 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
      +body: "Why? Cause I’m a loser"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704293129 {#2055
        date: 2024-01-03 15:45:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
        "@EdibleFriend@lemmy.world"
        "@JackbyDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2041 …}
      +nested: Doctrine\ORM\PersistentCollection {#2100 …}
      +votes: Doctrine\ORM\PersistentCollection {#2105 …}
      +reports: Doctrine\ORM\PersistentCollection {#2111 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
      -id: 276564
      -bodyTs: "'caus':2 'loser':6 'm':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6381358"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704293129 {#2052
        date: 2024-01-03 15:45:29.0 +01:00
      }
      +"title": 276564
    }
  ]
  -id: 26695
  -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
  -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704282846
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4514355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704196446 {#3367
    date: 2024-01-02 12:54:06.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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2058
  +user: Proxies\__CG__\App\Entity\User {#3345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
  +image: Proxies\__CG__\App\Entity\Image {#3385 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3387 …}
  +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
  +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
  +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
  +body: """
    From the article:\n
    \n
    > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 963
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712573441 {#3380
    date: 2024-04-08 12:50:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3388 …}
  +votes: Doctrine\ORM\PersistentCollection {#3390 …}
  +reports: Doctrine\ORM\PersistentCollection {#3392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3394 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3396 …}
  +badges: Doctrine\ORM\PersistentCollection {#3398 …}
  +children: [
    App\Entity\EntryComment {#2054
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2125 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
      +body: "Why? Cause I’m a loser"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704293129 {#2055
        date: 2024-01-03 15:45:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
        "@EdibleFriend@lemmy.world"
        "@JackbyDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2041 …}
      +nested: Doctrine\ORM\PersistentCollection {#2100 …}
      +votes: Doctrine\ORM\PersistentCollection {#2105 …}
      +reports: Doctrine\ORM\PersistentCollection {#2111 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
      -id: 276564
      -bodyTs: "'caus':2 'loser':6 'm':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6381358"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704293129 {#2052
        date: 2024-01-03 15:45:29.0 +01:00
      }
      +"title": 276564
    }
  ]
  -id: 26695
  -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
  -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704282846
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4514355"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704196446 {#3367
    date: 2024-01-02 12:54:06.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
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 {#2054
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#3345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
    +image: Proxies\__CG__\App\Entity\Image {#3385 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3387 …}
    +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
    +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
    +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
    +body: """
      From the article:\n
      \n
      > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 125
    +favouriteCount: 963
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712573441 {#3380
      date: 2024-04-08 12:50:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3388 …}
    +votes: Doctrine\ORM\PersistentCollection {#3390 …}
    +reports: Doctrine\ORM\PersistentCollection {#3392 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3394 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3396 …}
    +badges: Doctrine\ORM\PersistentCollection {#3398 …}
    +children: [
      App\Entity\EntryComment {#2054}
    ]
    -id: 26695
    -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
    -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704282846
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4514355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704196446 {#3367
      date: 2024-01-02 12:54:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2125 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
  +body: "Why? Cause I’m a loser"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704293129 {#2055
    date: 2024-01-03 15:45:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@EdibleFriend@lemmy.world"
    "@JackbyDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2041 …}
  +nested: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  -id: 276564
  -bodyTs: "'caus':2 'loser':6 'm':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6381358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704293129 {#2052
    date: 2024-01-03 15:45:29.0 +01:00
  }
  +"title": 276564
}
"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 {#2054
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#3345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
    +image: Proxies\__CG__\App\Entity\Image {#3385 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3387 …}
    +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
    +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
    +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
    +body: """
      From the article:\n
      \n
      > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 125
    +favouriteCount: 963
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712573441 {#3380
      date: 2024-04-08 12:50:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3388 …}
    +votes: Doctrine\ORM\PersistentCollection {#3390 …}
    +reports: Doctrine\ORM\PersistentCollection {#3392 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3394 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3396 …}
    +badges: Doctrine\ORM\PersistentCollection {#3398 …}
    +children: [
      App\Entity\EntryComment {#2054}
    ]
    -id: 26695
    -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
    -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704282846
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4514355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704196446 {#3367
      date: 2024-01-02 12:54:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2125 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
  +body: "Why? Cause I’m a loser"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704293129 {#2055
    date: 2024-01-03 15:45:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@EdibleFriend@lemmy.world"
    "@JackbyDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2041 …}
  +nested: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  -id: 276564
  -bodyTs: "'caus':2 'loser':6 'm':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6381358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704293129 {#2052
    date: 2024-01-03 15:45:29.0 +01:00
  }
  +"title": 276564
}
"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 {#2054
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#3345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
    +image: Proxies\__CG__\App\Entity\Image {#3385 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3387 …}
    +slug: "Looks-like-DRM-prevented-to-watch-movies-in-many-theaters"
    +title: "Looks like DRM prevented to watch movies in many theaters yesterday"
    +url: "https://www.theverge.com/2024/1/1/24021915/alamo-drafthouse-outage-sony-projector"
    +body: """
      From the article:\n
      \n
      > When we went to our seats, the wait staff let us know that despite the fact that the previews were playing, we wouldn’t know until the movie actually started whether we could see the film or not. If it didn’t work, the screen would just turn black. Luckily, the film went through without a hitch.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 125
    +favouriteCount: 963
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712573441 {#3380
      date: 2024-04-08 12:50:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3388 …}
    +votes: Doctrine\ORM\PersistentCollection {#3390 …}
    +reports: Doctrine\ORM\PersistentCollection {#3392 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3394 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3396 …}
    +badges: Doctrine\ORM\PersistentCollection {#3398 …}
    +children: [
      App\Entity\EntryComment {#2054}
    ]
    -id: 26695
    -titleTs: "'drm':3 'like':2 'look':1 'mani':9 'movi':7 'prevent':4 'theater':10 'watch':6 'yesterday':11"
    -bodyTs: "'actual':32 'articl':3 'black':52 'could':36 'despit':17 'didn':44 'fact':19 'film':39,55 'hitch':60 'know':15,28 'let':13 'luckili':53 'movi':31 'play':24 'preview':22 'screen':48 'seat':9 'see':37 'staff':12 'start':33 'turn':51 'us':14 'wait':11 'went':6,56 'whether':34 'without':58 'work':46 'would':49 'wouldn':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704282846
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4514355"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704196446 {#3367
      date: 2024-01-02 12:54:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2053 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2125 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2165 …}
  +body: "Why? Cause I’m a loser"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704293129 {#2055
    date: 2024-01-03 15:45:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
    "@EdibleFriend@lemmy.world"
    "@JackbyDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2041 …}
  +nested: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  -id: 276564
  -bodyTs: "'caus':2 'loser':6 'm':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6381358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704293129 {#2052
    date: 2024-01-03 15:45:29.0 +01:00
  }
  +"title": 276564
}
"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 {#2138
  +user: Proxies\__CG__\App\Entity\User {#3115 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3158 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3160 …}
  +slug: "Why-do-I-do-this"
  +title: "Why do I do this?"
  +url: "https://sopuli.xyz/pictrs/image/31403ad3-6a76-4e14-81e4-d00acb7f6314.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 209
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709364666 {#3153
    date: 2024-03-02 08:31:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3161 …}
  +votes: Doctrine\ORM\PersistentCollection {#3163 …}
  +reports: Doctrine\ORM\PersistentCollection {#3165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3167 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3169 …}
  +badges: Doctrine\ORM\PersistentCollection {#3171 …}
  +children: [
    App\Entity\EntryComment {#2132
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
      +body: "[media.tenor.com/…/brushing-teeth-corey-vidal.gif](https://media.tenor.com/KNGcDhk3cxMAAAAM/brushing-teeth-corey-vidal.gif)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703865940 {#2129
        date: 2023-12-29 17:05:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LogicalDrivel@sopuli.xyz"
        "@bstix@feddit.dk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 262401
      -bodyTs: "'/brushing-teeth-corey-vidal.gif':2 '/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':5 'media.tenor.com':1,4 'media.tenor.com/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6292713"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703865940 {#2131
        date: 2023-12-29 17:05:40.0 +01:00
      }
      +"title": 262401
    }
  ]
  -id: 25630
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703948650
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7422028"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703862250 {#3138
    date: 2023-12-29 16:04:10.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 {#2138
  +user: Proxies\__CG__\App\Entity\User {#3115 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3158 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3160 …}
  +slug: "Why-do-I-do-this"
  +title: "Why do I do this?"
  +url: "https://sopuli.xyz/pictrs/image/31403ad3-6a76-4e14-81e4-d00acb7f6314.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 209
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709364666 {#3153
    date: 2024-03-02 08:31:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3161 …}
  +votes: Doctrine\ORM\PersistentCollection {#3163 …}
  +reports: Doctrine\ORM\PersistentCollection {#3165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3167 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3169 …}
  +badges: Doctrine\ORM\PersistentCollection {#3171 …}
  +children: [
    App\Entity\EntryComment {#2132
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
      +body: "[media.tenor.com/…/brushing-teeth-corey-vidal.gif](https://media.tenor.com/KNGcDhk3cxMAAAAM/brushing-teeth-corey-vidal.gif)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703865940 {#2129
        date: 2023-12-29 17:05:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LogicalDrivel@sopuli.xyz"
        "@bstix@feddit.dk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 262401
      -bodyTs: "'/brushing-teeth-corey-vidal.gif':2 '/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':5 'media.tenor.com':1,4 'media.tenor.com/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6292713"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703865940 {#2131
        date: 2023-12-29 17:05:40.0 +01:00
      }
      +"title": 262401
    }
  ]
  -id: 25630
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703948650
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7422028"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703862250 {#3138
    date: 2023-12-29 16:04:10.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 {#2138
  +user: Proxies\__CG__\App\Entity\User {#3115 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3158 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3160 …}
  +slug: "Why-do-I-do-this"
  +title: "Why do I do this?"
  +url: "https://sopuli.xyz/pictrs/image/31403ad3-6a76-4e14-81e4-d00acb7f6314.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 209
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709364666 {#3153
    date: 2024-03-02 08:31:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3161 …}
  +votes: Doctrine\ORM\PersistentCollection {#3163 …}
  +reports: Doctrine\ORM\PersistentCollection {#3165 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3167 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3169 …}
  +badges: Doctrine\ORM\PersistentCollection {#3171 …}
  +children: [
    App\Entity\EntryComment {#2132
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
      +body: "[media.tenor.com/…/brushing-teeth-corey-vidal.gif](https://media.tenor.com/KNGcDhk3cxMAAAAM/brushing-teeth-corey-vidal.gif)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1703865940 {#2129
        date: 2023-12-29 17:05:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LogicalDrivel@sopuli.xyz"
        "@bstix@feddit.dk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 262401
      -bodyTs: "'/brushing-teeth-corey-vidal.gif':2 '/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':5 'media.tenor.com':1,4 'media.tenor.com/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6292713"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703865940 {#2131
        date: 2023-12-29 17:05:40.0 +01:00
      }
      +"title": 262401
    }
  ]
  -id: 25630
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703948650
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7422028"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703862250 {#3138
    date: 2023-12-29 16:04:10.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 {#2132
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138
    +user: Proxies\__CG__\App\Entity\User {#3115 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3158 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3160 …}
    +slug: "Why-do-I-do-this"
    +title: "Why do I do this?"
    +url: "https://sopuli.xyz/pictrs/image/31403ad3-6a76-4e14-81e4-d00acb7f6314.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 209
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1709364666 {#3153
      date: 2024-03-02 08:31:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3161 …}
    +votes: Doctrine\ORM\PersistentCollection {#3163 …}
    +reports: Doctrine\ORM\PersistentCollection {#3165 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3167 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3169 …}
    +badges: Doctrine\ORM\PersistentCollection {#3171 …}
    +children: [
      App\Entity\EntryComment {#2132}
    ]
    -id: 25630
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703948650
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7422028"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703862250 {#3138
      date: 2023-12-29 16:04:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
  +body: "[media.tenor.com/…/brushing-teeth-corey-vidal.gif](https://media.tenor.com/KNGcDhk3cxMAAAAM/brushing-teeth-corey-vidal.gif)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703865940 {#2129
    date: 2023-12-29 17:05:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LogicalDrivel@sopuli.xyz"
    "@bstix@feddit.dk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 262401
  -bodyTs: "'/brushing-teeth-corey-vidal.gif':2 '/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':5 'media.tenor.com':1,4 'media.tenor.com/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6292713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703865940 {#2131
    date: 2023-12-29 17:05:40.0 +01:00
  }
  +"title": 262401
}
"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 {#2132
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138
    +user: Proxies\__CG__\App\Entity\User {#3115 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3158 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3160 …}
    +slug: "Why-do-I-do-this"
    +title: "Why do I do this?"
    +url: "https://sopuli.xyz/pictrs/image/31403ad3-6a76-4e14-81e4-d00acb7f6314.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 209
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1709364666 {#3153
      date: 2024-03-02 08:31:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3161 …}
    +votes: Doctrine\ORM\PersistentCollection {#3163 …}
    +reports: Doctrine\ORM\PersistentCollection {#3165 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3167 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3169 …}
    +badges: Doctrine\ORM\PersistentCollection {#3171 …}
    +children: [
      App\Entity\EntryComment {#2132}
    ]
    -id: 25630
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703948650
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7422028"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703862250 {#3138
      date: 2023-12-29 16:04:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
  +body: "[media.tenor.com/…/brushing-teeth-corey-vidal.gif](https://media.tenor.com/KNGcDhk3cxMAAAAM/brushing-teeth-corey-vidal.gif)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703865940 {#2129
    date: 2023-12-29 17:05:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LogicalDrivel@sopuli.xyz"
    "@bstix@feddit.dk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 262401
  -bodyTs: "'/brushing-teeth-corey-vidal.gif':2 '/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':5 'media.tenor.com':1,4 'media.tenor.com/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6292713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703865940 {#2131
    date: 2023-12-29 17:05:40.0 +01:00
  }
  +"title": 262401
}
"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 {#2132
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138
    +user: Proxies\__CG__\App\Entity\User {#3115 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3158 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3160 …}
    +slug: "Why-do-I-do-this"
    +title: "Why do I do this?"
    +url: "https://sopuli.xyz/pictrs/image/31403ad3-6a76-4e14-81e4-d00acb7f6314.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 209
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1709364666 {#3153
      date: 2024-03-02 08:31:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3161 …}
    +votes: Doctrine\ORM\PersistentCollection {#3163 …}
    +reports: Doctrine\ORM\PersistentCollection {#3165 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3167 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3169 …}
    +badges: Doctrine\ORM\PersistentCollection {#3171 …}
    +children: [
      App\Entity\EntryComment {#2132}
    ]
    -id: 25630
    -titleTs: ""
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703948650
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7422028"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703862250 {#3138
      date: 2023-12-29 16:04:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2040 …}
  +body: "[media.tenor.com/…/brushing-teeth-corey-vidal.gif](https://media.tenor.com/KNGcDhk3cxMAAAAM/brushing-teeth-corey-vidal.gif)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703865940 {#2129
    date: 2023-12-29 17:05:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LogicalDrivel@sopuli.xyz"
    "@bstix@feddit.dk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 262401
  -bodyTs: "'/brushing-teeth-corey-vidal.gif':2 '/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':5 'media.tenor.com':1,4 'media.tenor.com/kngcdhk3cxmaaaam/brushing-teeth-corey-vidal.gif)':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6292713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703865940 {#2131
    date: 2023-12-29 17:05:40.0 +01:00
  }
  +"title": 262401
}
"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 {#2088
  +user: Proxies\__CG__\App\Entity\User {#2614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "How-do-you-think-social-media-platforms-should-work"
  +title: "How do you think social media platforms should work?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 39
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710717855 {#3457
    date: 2024-03-18 00:24:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3423 …}
  +votes: Doctrine\ORM\PersistentCollection {#3464 …}
  +reports: Doctrine\ORM\PersistentCollection {#3466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3470 …}
  +badges: Doctrine\ORM\PersistentCollection {#3472 …}
  +children: [
    App\Entity\EntryComment {#2089
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "Remove voting. Remove likes. Remove any semblance of a point based system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1708808189 {#2080
        date: 2024-02-24 21:56:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DandomRude@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 260217
      -bodyTs: "'base':11 'like':4 'point':10 'remov':1,3,5 'semblanc':7 'system':12 'vote':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6281247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703792678 {#2064
        date: 2023-12-28 20:44:38.0 +01:00
      }
      +"title": 260217
    }
  ]
  -id: 25453
  -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703874947
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10067404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788547 {#3444
    date: 2023-12-28 19:35:47.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 {#2088
  +user: Proxies\__CG__\App\Entity\User {#2614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "How-do-you-think-social-media-platforms-should-work"
  +title: "How do you think social media platforms should work?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 39
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710717855 {#3457
    date: 2024-03-18 00:24:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3423 …}
  +votes: Doctrine\ORM\PersistentCollection {#3464 …}
  +reports: Doctrine\ORM\PersistentCollection {#3466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3470 …}
  +badges: Doctrine\ORM\PersistentCollection {#3472 …}
  +children: [
    App\Entity\EntryComment {#2089
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "Remove voting. Remove likes. Remove any semblance of a point based system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1708808189 {#2080
        date: 2024-02-24 21:56:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DandomRude@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 260217
      -bodyTs: "'base':11 'like':4 'point':10 'remov':1,3,5 'semblanc':7 'system':12 'vote':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6281247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703792678 {#2064
        date: 2023-12-28 20:44:38.0 +01:00
      }
      +"title": 260217
    }
  ]
  -id: 25453
  -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703874947
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10067404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788547 {#3444
    date: 2023-12-28 19:35:47.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 {#2088
  +user: Proxies\__CG__\App\Entity\User {#2614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "How-do-you-think-social-media-platforms-should-work"
  +title: "How do you think social media platforms should work?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 39
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710717855 {#3457
    date: 2024-03-18 00:24:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3423 …}
  +votes: Doctrine\ORM\PersistentCollection {#3464 …}
  +reports: Doctrine\ORM\PersistentCollection {#3466 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3468 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3470 …}
  +badges: Doctrine\ORM\PersistentCollection {#3472 …}
  +children: [
    App\Entity\EntryComment {#2089
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: null
      +root: null
      +body: "Remove voting. Remove likes. Remove any semblance of a point based system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1708808189 {#2080
        date: 2024-02-24 21:56:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DandomRude@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 260217
      -bodyTs: "'base':11 'like':4 'point':10 'remov':1,3,5 'semblanc':7 'system':12 'vote':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6281247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703792678 {#2064
        date: 2023-12-28 20:44:38.0 +01:00
      }
      +"title": 260217
    }
  ]
  -id: 25453
  -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703874947
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10067404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788547 {#3444
    date: 2023-12-28 19:35:47.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 {#2089
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2614 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "How-do-you-think-social-media-platforms-should-work"
    +title: "How do you think social media platforms should work?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 39
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710717855 {#3457
      date: 2024-03-18 00:24:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3423 …}
    +votes: Doctrine\ORM\PersistentCollection {#3464 …}
    +reports: Doctrine\ORM\PersistentCollection {#3466 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3468 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3470 …}
    +badges: Doctrine\ORM\PersistentCollection {#3472 …}
    +children: [
      App\Entity\EntryComment {#2089}
    ]
    -id: 25453
    -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703874947
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10067404"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703788547 {#3444
      date: 2023-12-28 19:35:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "Remove voting. Remove likes. Remove any semblance of a point based system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1708808189 {#2080
    date: 2024-02-24 21:56:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DandomRude@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 260217
  -bodyTs: "'base':11 'like':4 'point':10 'remov':1,3,5 'semblanc':7 'system':12 'vote':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6281247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703792678 {#2064
    date: 2023-12-28 20:44:38.0 +01:00
  }
  +"title": 260217
}
"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 {#2089
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2614 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "How-do-you-think-social-media-platforms-should-work"
    +title: "How do you think social media platforms should work?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 39
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710717855 {#3457
      date: 2024-03-18 00:24:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3423 …}
    +votes: Doctrine\ORM\PersistentCollection {#3464 …}
    +reports: Doctrine\ORM\PersistentCollection {#3466 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3468 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3470 …}
    +badges: Doctrine\ORM\PersistentCollection {#3472 …}
    +children: [
      App\Entity\EntryComment {#2089}
    ]
    -id: 25453
    -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703874947
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10067404"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703788547 {#3444
      date: 2023-12-28 19:35:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "Remove voting. Remove likes. Remove any semblance of a point based system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1708808189 {#2080
    date: 2024-02-24 21:56:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DandomRude@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 260217
  -bodyTs: "'base':11 'like':4 'point':10 'remov':1,3,5 'semblanc':7 'system':12 'vote':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6281247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703792678 {#2064
    date: 2023-12-28 20:44:38.0 +01:00
  }
  +"title": 260217
}
"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 {#2089
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2614 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "How-do-you-think-social-media-platforms-should-work"
    +title: "How do you think social media platforms should work?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 39
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710717855 {#3457
      date: 2024-03-18 00:24:15.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3423 …}
    +votes: Doctrine\ORM\PersistentCollection {#3464 …}
    +reports: Doctrine\ORM\PersistentCollection {#3466 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3468 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3470 …}
    +badges: Doctrine\ORM\PersistentCollection {#3472 …}
    +children: [
      App\Entity\EntryComment {#2089}
    ]
    -id: 25453
    -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703874947
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10067404"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703788547 {#3444
      date: 2023-12-28 19:35:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: null
  +root: null
  +body: "Remove voting. Remove likes. Remove any semblance of a point based system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1708808189 {#2080
    date: 2024-02-24 21:56:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DandomRude@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 260217
  -bodyTs: "'base':11 'like':4 'point':10 'remov':1,3,5 'semblanc':7 'system':12 'vote':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6281247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703792678 {#2064
    date: 2023-12-28 20:44:38.0 +01:00
  }
  +"title": 260217
}
"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 {#2079
  +user: Proxies\__CG__\App\Entity\User {#3403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "wq"
  +title: ":wq!"
  +url: "https://lemmy.world/pictrs/image/ca94b2ff-bc2a-4c0c-87c1-16a9f19e1742.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 111
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719146995 {#3438
    date: 2024-06-23 14:49:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3445 …}
  +votes: Doctrine\ORM\PersistentCollection {#3447 …}
  +reports: Doctrine\ORM\PersistentCollection {#3449 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3453 …}
  +badges: Doctrine\ORM\PersistentCollection {#3455 …}
  +children: [
    App\Entity\EntryComment {#2061
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
      +body: """
        Vi is meant for old school and modern terminals. Ctrl+S or Ctrl+C had very particular purposes in software control flow. With Vi you can communicate via SSH on almost any unix file system. It’s basically a universal editor that doesn’t require a mouse or a lot of keys on a keyboard. You can get away with just a subset of the ASCII set.\n
        \n
        So for one, it’s kind of like having a backwards compatible piece of software that exists on almost any system you might need to remotely control via a keyboard with no GUI.\n
        \n
        For two, once you *do* learn how to use Vi/Vim/Emacs, you’ll be far faster at typing. It has several useful tricks for automating typing (faster copy/paste, copy/paste n-times, jump around lines/chars, go-to lines, search via Regex, etc.) which are particularly useful in a programming context.\n
        \n
        Generally, it’s worth a developer spending at least a day or a week typing only in Vi for programming. Yes, you’ll be slow and clunky. But the moment you have to SSH into a server and make meaningful changes to a file, you’ll be happy you spent the time.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1703721735 {#2144
        date: 2023-12-28 01:02:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Waffelson@lemmy.world"
        "@JGrffn@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2078 …}
      +nested: Doctrine\ORM\PersistentCollection {#2097 …}
      +votes: Doctrine\ORM\PersistentCollection {#2082 …}
      +reports: Doctrine\ORM\PersistentCollection {#2096 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
      -id: 257985
      -bodyTs: "'almost':31,86 'around':133 'ascii':66 'autom':124 'away':59 'backward':78 'basic':38 'c':14 'chang':191 'clunki':177 'communic':27 'compat':79 'context':150 'control':21,94 'copy/paste':127,128 'ctrl':10,13 'day':161 'develop':156 'doesn':43 'editor':41 'etc':142 'exist':84 'far':114 'faster':115,126 'file':34,194 'flow':22 'general':151 'get':58 'go':136 'go-to':135 'gui':100 'happi':198 'jump':132 'key':52 'keyboard':55,97 'kind':73 'learn':106 'least':159 'like':75 'line':138 'lines/chars':134 'll':112,173,196 'lot':50 'make':189 'meaning':190 'meant':3 'might':90 'modern':8 'moment':180 'mous':47 'n':130 'n-time':129 'need':91 'old':5 'one':70 'particular':17,145 'piec':80 'program':149,170 'purpos':18 'regex':141 'remot':93 'requir':45 'school':6 'search':139 'server':187 'set':67 'sever':120 'slow':175 'softwar':20,82 'spend':157 'spent':200 'ssh':29,184 'subset':63 'system':35,88 'termin':9 'time':131,202 'trick':122 'two':102 'type':117,125,165 'univers':40 'unix':33 'use':109,121,146 'vi':1,24,168 'vi/vim/emacs':110 'via':28,95,140 'week':164 'worth':154 'yes':171"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6269827"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703721735 {#2075
        date: 2023-12-28 01:02:15.0 +01:00
      }
      +"title": 257985
    }
  ]
  -id: 25254
  -titleTs: "'wq':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703789660
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10033504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703703260 {#3426
    date: 2023-12-27 19:54:20.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
103 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2079
  +user: Proxies\__CG__\App\Entity\User {#3403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "wq"
  +title: ":wq!"
  +url: "https://lemmy.world/pictrs/image/ca94b2ff-bc2a-4c0c-87c1-16a9f19e1742.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 111
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719146995 {#3438
    date: 2024-06-23 14:49:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3445 …}
  +votes: Doctrine\ORM\PersistentCollection {#3447 …}
  +reports: Doctrine\ORM\PersistentCollection {#3449 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3453 …}
  +badges: Doctrine\ORM\PersistentCollection {#3455 …}
  +children: [
    App\Entity\EntryComment {#2061
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
      +body: """
        Vi is meant for old school and modern terminals. Ctrl+S or Ctrl+C had very particular purposes in software control flow. With Vi you can communicate via SSH on almost any unix file system. It’s basically a universal editor that doesn’t require a mouse or a lot of keys on a keyboard. You can get away with just a subset of the ASCII set.\n
        \n
        So for one, it’s kind of like having a backwards compatible piece of software that exists on almost any system you might need to remotely control via a keyboard with no GUI.\n
        \n
        For two, once you *do* learn how to use Vi/Vim/Emacs, you’ll be far faster at typing. It has several useful tricks for automating typing (faster copy/paste, copy/paste n-times, jump around lines/chars, go-to lines, search via Regex, etc.) which are particularly useful in a programming context.\n
        \n
        Generally, it’s worth a developer spending at least a day or a week typing only in Vi for programming. Yes, you’ll be slow and clunky. But the moment you have to SSH into a server and make meaningful changes to a file, you’ll be happy you spent the time.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1703721735 {#2144
        date: 2023-12-28 01:02:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Waffelson@lemmy.world"
        "@JGrffn@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2078 …}
      +nested: Doctrine\ORM\PersistentCollection {#2097 …}
      +votes: Doctrine\ORM\PersistentCollection {#2082 …}
      +reports: Doctrine\ORM\PersistentCollection {#2096 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
      -id: 257985
      -bodyTs: "'almost':31,86 'around':133 'ascii':66 'autom':124 'away':59 'backward':78 'basic':38 'c':14 'chang':191 'clunki':177 'communic':27 'compat':79 'context':150 'control':21,94 'copy/paste':127,128 'ctrl':10,13 'day':161 'develop':156 'doesn':43 'editor':41 'etc':142 'exist':84 'far':114 'faster':115,126 'file':34,194 'flow':22 'general':151 'get':58 'go':136 'go-to':135 'gui':100 'happi':198 'jump':132 'key':52 'keyboard':55,97 'kind':73 'learn':106 'least':159 'like':75 'line':138 'lines/chars':134 'll':112,173,196 'lot':50 'make':189 'meaning':190 'meant':3 'might':90 'modern':8 'moment':180 'mous':47 'n':130 'n-time':129 'need':91 'old':5 'one':70 'particular':17,145 'piec':80 'program':149,170 'purpos':18 'regex':141 'remot':93 'requir':45 'school':6 'search':139 'server':187 'set':67 'sever':120 'slow':175 'softwar':20,82 'spend':157 'spent':200 'ssh':29,184 'subset':63 'system':35,88 'termin':9 'time':131,202 'trick':122 'two':102 'type':117,125,165 'univers':40 'unix':33 'use':109,121,146 'vi':1,24,168 'vi/vim/emacs':110 'via':28,95,140 'week':164 'worth':154 'yes':171"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6269827"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703721735 {#2075
        date: 2023-12-28 01:02:15.0 +01:00
      }
      +"title": 257985
    }
  ]
  -id: 25254
  -titleTs: "'wq':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703789660
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10033504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703703260 {#3426
    date: 2023-12-27 19:54:20.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
104 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2079
  +user: Proxies\__CG__\App\Entity\User {#3403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
  +slug: "wq"
  +title: ":wq!"
  +url: "https://lemmy.world/pictrs/image/ca94b2ff-bc2a-4c0c-87c1-16a9f19e1742.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 111
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719146995 {#3438
    date: 2024-06-23 14:49:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3445 …}
  +votes: Doctrine\ORM\PersistentCollection {#3447 …}
  +reports: Doctrine\ORM\PersistentCollection {#3449 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3453 …}
  +badges: Doctrine\ORM\PersistentCollection {#3455 …}
  +children: [
    App\Entity\EntryComment {#2061
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
      +body: """
        Vi is meant for old school and modern terminals. Ctrl+S or Ctrl+C had very particular purposes in software control flow. With Vi you can communicate via SSH on almost any unix file system. It’s basically a universal editor that doesn’t require a mouse or a lot of keys on a keyboard. You can get away with just a subset of the ASCII set.\n
        \n
        So for one, it’s kind of like having a backwards compatible piece of software that exists on almost any system you might need to remotely control via a keyboard with no GUI.\n
        \n
        For two, once you *do* learn how to use Vi/Vim/Emacs, you’ll be far faster at typing. It has several useful tricks for automating typing (faster copy/paste, copy/paste n-times, jump around lines/chars, go-to lines, search via Regex, etc.) which are particularly useful in a programming context.\n
        \n
        Generally, it’s worth a developer spending at least a day or a week typing only in Vi for programming. Yes, you’ll be slow and clunky. But the moment you have to SSH into a server and make meaningful changes to a file, you’ll be happy you spent the time.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1703721735 {#2144
        date: 2023-12-28 01:02:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Waffelson@lemmy.world"
        "@JGrffn@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2078 …}
      +nested: Doctrine\ORM\PersistentCollection {#2097 …}
      +votes: Doctrine\ORM\PersistentCollection {#2082 …}
      +reports: Doctrine\ORM\PersistentCollection {#2096 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
      -id: 257985
      -bodyTs: "'almost':31,86 'around':133 'ascii':66 'autom':124 'away':59 'backward':78 'basic':38 'c':14 'chang':191 'clunki':177 'communic':27 'compat':79 'context':150 'control':21,94 'copy/paste':127,128 'ctrl':10,13 'day':161 'develop':156 'doesn':43 'editor':41 'etc':142 'exist':84 'far':114 'faster':115,126 'file':34,194 'flow':22 'general':151 'get':58 'go':136 'go-to':135 'gui':100 'happi':198 'jump':132 'key':52 'keyboard':55,97 'kind':73 'learn':106 'least':159 'like':75 'line':138 'lines/chars':134 'll':112,173,196 'lot':50 'make':189 'meaning':190 'meant':3 'might':90 'modern':8 'moment':180 'mous':47 'n':130 'n-time':129 'need':91 'old':5 'one':70 'particular':17,145 'piec':80 'program':149,170 'purpos':18 'regex':141 'remot':93 'requir':45 'school':6 'search':139 'server':187 'set':67 'sever':120 'slow':175 'softwar':20,82 'spend':157 'spent':200 'ssh':29,184 'subset':63 'system':35,88 'termin':9 'time':131,202 'trick':122 'two':102 'type':117,125,165 'univers':40 'unix':33 'use':109,121,146 'vi':1,24,168 'vi/vim/emacs':110 'via':28,95,140 'week':164 'worth':154 'yes':171"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6269827"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703721735 {#2075
        date: 2023-12-28 01:02:15.0 +01:00
      }
      +"title": 257985
    }
  ]
  -id: 25254
  -titleTs: "'wq':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703789660
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10033504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703703260 {#3426
    date: 2023-12-27 19:54:20.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
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 {#2061
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#3403 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3443 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "wq"
    +title: ":wq!"
    +url: "https://lemmy.world/pictrs/image/ca94b2ff-bc2a-4c0c-87c1-16a9f19e1742.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 111
    +favouriteCount: 225
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719146995 {#3438
      date: 2024-06-23 14:49:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3445 …}
    +votes: Doctrine\ORM\PersistentCollection {#3447 …}
    +reports: Doctrine\ORM\PersistentCollection {#3449 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3451 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3453 …}
    +badges: Doctrine\ORM\PersistentCollection {#3455 …}
    +children: [
      App\Entity\EntryComment {#2061}
    ]
    -id: 25254
    -titleTs: "'wq':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703789660
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10033504"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703703260 {#3426
      date: 2023-12-27 19:54:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
  +body: """
    Vi is meant for old school and modern terminals. Ctrl+S or Ctrl+C had very particular purposes in software control flow. With Vi you can communicate via SSH on almost any unix file system. It’s basically a universal editor that doesn’t require a mouse or a lot of keys on a keyboard. You can get away with just a subset of the ASCII set.\n
    \n
    So for one, it’s kind of like having a backwards compatible piece of software that exists on almost any system you might need to remotely control via a keyboard with no GUI.\n
    \n
    For two, once you *do* learn how to use Vi/Vim/Emacs, you’ll be far faster at typing. It has several useful tricks for automating typing (faster copy/paste, copy/paste n-times, jump around lines/chars, go-to lines, search via Regex, etc.) which are particularly useful in a programming context.\n
    \n
    Generally, it’s worth a developer spending at least a day or a week typing only in Vi for programming. Yes, you’ll be slow and clunky. But the moment you have to SSH into a server and make meaningful changes to a file, you’ll be happy you spent the time.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703721735 {#2144
    date: 2023-12-28 01:02:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
    "@JGrffn@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 257985
  -bodyTs: "'almost':31,86 'around':133 'ascii':66 'autom':124 'away':59 'backward':78 'basic':38 'c':14 'chang':191 'clunki':177 'communic':27 'compat':79 'context':150 'control':21,94 'copy/paste':127,128 'ctrl':10,13 'day':161 'develop':156 'doesn':43 'editor':41 'etc':142 'exist':84 'far':114 'faster':115,126 'file':34,194 'flow':22 'general':151 'get':58 'go':136 'go-to':135 'gui':100 'happi':198 'jump':132 'key':52 'keyboard':55,97 'kind':73 'learn':106 'least':159 'like':75 'line':138 'lines/chars':134 'll':112,173,196 'lot':50 'make':189 'meaning':190 'meant':3 'might':90 'modern':8 'moment':180 'mous':47 'n':130 'n-time':129 'need':91 'old':5 'one':70 'particular':17,145 'piec':80 'program':149,170 'purpos':18 'regex':141 'remot':93 'requir':45 'school':6 'search':139 'server':187 'set':67 'sever':120 'slow':175 'softwar':20,82 'spend':157 'spent':200 'ssh':29,184 'subset':63 'system':35,88 'termin':9 'time':131,202 'trick':122 'two':102 'type':117,125,165 'univers':40 'unix':33 'use':109,121,146 'vi':1,24,168 'vi/vim/emacs':110 'via':28,95,140 'week':164 'worth':154 'yes':171"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6269827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703721735 {#2075
    date: 2023-12-28 01:02:15.0 +01:00
  }
  +"title": 257985
}
"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 {#2061
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#3403 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3443 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "wq"
    +title: ":wq!"
    +url: "https://lemmy.world/pictrs/image/ca94b2ff-bc2a-4c0c-87c1-16a9f19e1742.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 111
    +favouriteCount: 225
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719146995 {#3438
      date: 2024-06-23 14:49:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3445 …}
    +votes: Doctrine\ORM\PersistentCollection {#3447 …}
    +reports: Doctrine\ORM\PersistentCollection {#3449 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3451 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3453 …}
    +badges: Doctrine\ORM\PersistentCollection {#3455 …}
    +children: [
      App\Entity\EntryComment {#2061}
    ]
    -id: 25254
    -titleTs: "'wq':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703789660
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10033504"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703703260 {#3426
      date: 2023-12-27 19:54:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
  +body: """
    Vi is meant for old school and modern terminals. Ctrl+S or Ctrl+C had very particular purposes in software control flow. With Vi you can communicate via SSH on almost any unix file system. It’s basically a universal editor that doesn’t require a mouse or a lot of keys on a keyboard. You can get away with just a subset of the ASCII set.\n
    \n
    So for one, it’s kind of like having a backwards compatible piece of software that exists on almost any system you might need to remotely control via a keyboard with no GUI.\n
    \n
    For two, once you *do* learn how to use Vi/Vim/Emacs, you’ll be far faster at typing. It has several useful tricks for automating typing (faster copy/paste, copy/paste n-times, jump around lines/chars, go-to lines, search via Regex, etc.) which are particularly useful in a programming context.\n
    \n
    Generally, it’s worth a developer spending at least a day or a week typing only in Vi for programming. Yes, you’ll be slow and clunky. But the moment you have to SSH into a server and make meaningful changes to a file, you’ll be happy you spent the time.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703721735 {#2144
    date: 2023-12-28 01:02:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
    "@JGrffn@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 257985
  -bodyTs: "'almost':31,86 'around':133 'ascii':66 'autom':124 'away':59 'backward':78 'basic':38 'c':14 'chang':191 'clunki':177 'communic':27 'compat':79 'context':150 'control':21,94 'copy/paste':127,128 'ctrl':10,13 'day':161 'develop':156 'doesn':43 'editor':41 'etc':142 'exist':84 'far':114 'faster':115,126 'file':34,194 'flow':22 'general':151 'get':58 'go':136 'go-to':135 'gui':100 'happi':198 'jump':132 'key':52 'keyboard':55,97 'kind':73 'learn':106 'least':159 'like':75 'line':138 'lines/chars':134 'll':112,173,196 'lot':50 'make':189 'meaning':190 'meant':3 'might':90 'modern':8 'moment':180 'mous':47 'n':130 'n-time':129 'need':91 'old':5 'one':70 'particular':17,145 'piec':80 'program':149,170 'purpos':18 'regex':141 'remot':93 'requir':45 'school':6 'search':139 'server':187 'set':67 'sever':120 'slow':175 'softwar':20,82 'spend':157 'spent':200 'ssh':29,184 'subset':63 'system':35,88 'termin':9 'time':131,202 'trick':122 'two':102 'type':117,125,165 'univers':40 'unix':33 'use':109,121,146 'vi':1,24,168 'vi/vim/emacs':110 'via':28,95,140 'week':164 'worth':154 'yes':171"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6269827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703721735 {#2075
    date: 2023-12-28 01:02:15.0 +01:00
  }
  +"title": 257985
}
"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 {#2061
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#3403 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3443 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3180 …}
    +slug: "wq"
    +title: ":wq!"
    +url: "https://lemmy.world/pictrs/image/ca94b2ff-bc2a-4c0c-87c1-16a9f19e1742.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 111
    +favouriteCount: 225
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719146995 {#3438
      date: 2024-06-23 14:49:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3445 …}
    +votes: Doctrine\ORM\PersistentCollection {#3447 …}
    +reports: Doctrine\ORM\PersistentCollection {#3449 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3451 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3453 …}
    +badges: Doctrine\ORM\PersistentCollection {#3455 …}
    +children: [
      App\Entity\EntryComment {#2061}
    ]
    -id: 25254
    -titleTs: "'wq':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703789660
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10033504"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703703260 {#3426
      date: 2023-12-27 19:54:20.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
  +body: """
    Vi is meant for old school and modern terminals. Ctrl+S or Ctrl+C had very particular purposes in software control flow. With Vi you can communicate via SSH on almost any unix file system. It’s basically a universal editor that doesn’t require a mouse or a lot of keys on a keyboard. You can get away with just a subset of the ASCII set.\n
    \n
    So for one, it’s kind of like having a backwards compatible piece of software that exists on almost any system you might need to remotely control via a keyboard with no GUI.\n
    \n
    For two, once you *do* learn how to use Vi/Vim/Emacs, you’ll be far faster at typing. It has several useful tricks for automating typing (faster copy/paste, copy/paste n-times, jump around lines/chars, go-to lines, search via Regex, etc.) which are particularly useful in a programming context.\n
    \n
    Generally, it’s worth a developer spending at least a day or a week typing only in Vi for programming. Yes, you’ll be slow and clunky. But the moment you have to SSH into a server and make meaningful changes to a file, you’ll be happy you spent the time.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703721735 {#2144
    date: 2023-12-28 01:02:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Waffelson@lemmy.world"
    "@JGrffn@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 257985
  -bodyTs: "'almost':31,86 'around':133 'ascii':66 'autom':124 'away':59 'backward':78 'basic':38 'c':14 'chang':191 'clunki':177 'communic':27 'compat':79 'context':150 'control':21,94 'copy/paste':127,128 'ctrl':10,13 'day':161 'develop':156 'doesn':43 'editor':41 'etc':142 'exist':84 'far':114 'faster':115,126 'file':34,194 'flow':22 'general':151 'get':58 'go':136 'go-to':135 'gui':100 'happi':198 'jump':132 'key':52 'keyboard':55,97 'kind':73 'learn':106 'least':159 'like':75 'line':138 'lines/chars':134 'll':112,173,196 'lot':50 'make':189 'meaning':190 'meant':3 'might':90 'modern':8 'moment':180 'mous':47 'n':130 'n-time':129 'need':91 'old':5 'one':70 'particular':17,145 'piec':80 'program':149,170 'purpos':18 'regex':141 'remot':93 'requir':45 'school':6 'search':139 'server':187 'set':67 'sever':120 'slow':175 'softwar':20,82 'spend':157 'spent':200 'ssh':29,184 'subset':63 'system':35,88 'termin':9 'time':131,202 'trick':122 'two':102 'type':117,125,165 'univers':40 'unix':33 'use':109,121,146 'vi':1,24,168 'vi/vim/emacs':110 'via':28,95,140 'week':164 'worth':154 'yes':171"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6269827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703721735 {#2075
    date: 2023-12-28 01:02:15.0 +01:00
  }
  +"title": 257985
}
"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 {#2018
  +user: Proxies\__CG__\App\Entity\User {#3364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3407 …}
  +slug: "It-s-a-good-thing-they-aren-t-in-charge-of-adult"
  +title: "It's a good thing they aren't in charge of adult toys..."
  +url: "https://lemmy.ca/pictrs/image/8ee4408e-04ef-433a-9df9-83c2c2291176.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 99
  +favouriteCount: 863
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702985551 {#3400
    date: 2023-12-19 12:32:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3408 …}
  +votes: Doctrine\ORM\PersistentCollection {#3410 …}
  +reports: Doctrine\ORM\PersistentCollection {#3412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3414 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3416 …}
  +badges: Doctrine\ORM\PersistentCollection {#3418 …}
  +children: [
    App\Entity\EntryComment {#2022
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: """
        What parties are you attending that:\n
        \n
        1. Someone brings a dildo\n
        2. You describe that someone as just “a guy”\n
        \n
        Having a dildo is questionable enough. Not *knowing* the guy who has a dildo at your Christmas party is extremely questionable.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1702832226 {#2026
        date: 2023-12-17 17:57:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WashedOver@lemmy.ca"
        "@S_204@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -id: 229682
      -bodyTs: "'1':7 '2':12 'attend':5 'bring':9 'christma':37 'describ':14 'dildo':11,23,34 'enough':26 'extrem':40 'guy':20,30 'know':28 'parti':2,38 'question':25,41 'someon':8,16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6098091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702832226 {#2024
        date: 2023-12-17 17:57:06.0 +01:00
      }
      +"title": 229682
    }
  ]
  -id: 22648
  -titleTs: "'adult':12 'aren':7 'charg':10 'good':4 'thing':5 'toy':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702831530
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11449500"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702745130 {#3386
    date: 2023-12-16 17:45:30.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 {#2018
  +user: Proxies\__CG__\App\Entity\User {#3364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3407 …}
  +slug: "It-s-a-good-thing-they-aren-t-in-charge-of-adult"
  +title: "It's a good thing they aren't in charge of adult toys..."
  +url: "https://lemmy.ca/pictrs/image/8ee4408e-04ef-433a-9df9-83c2c2291176.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 99
  +favouriteCount: 863
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702985551 {#3400
    date: 2023-12-19 12:32:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3408 …}
  +votes: Doctrine\ORM\PersistentCollection {#3410 …}
  +reports: Doctrine\ORM\PersistentCollection {#3412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3414 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3416 …}
  +badges: Doctrine\ORM\PersistentCollection {#3418 …}
  +children: [
    App\Entity\EntryComment {#2022
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: """
        What parties are you attending that:\n
        \n
        1. Someone brings a dildo\n
        2. You describe that someone as just “a guy”\n
        \n
        Having a dildo is questionable enough. Not *knowing* the guy who has a dildo at your Christmas party is extremely questionable.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1702832226 {#2026
        date: 2023-12-17 17:57:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WashedOver@lemmy.ca"
        "@S_204@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -id: 229682
      -bodyTs: "'1':7 '2':12 'attend':5 'bring':9 'christma':37 'describ':14 'dildo':11,23,34 'enough':26 'extrem':40 'guy':20,30 'know':28 'parti':2,38 'question':25,41 'someon':8,16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6098091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702832226 {#2024
        date: 2023-12-17 17:57:06.0 +01:00
      }
      +"title": 229682
    }
  ]
  -id: 22648
  -titleTs: "'adult':12 'aren':7 'charg':10 'good':4 'thing':5 'toy':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702831530
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11449500"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702745130 {#3386
    date: 2023-12-16 17:45:30.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 {#2018
  +user: Proxies\__CG__\App\Entity\User {#3364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: Proxies\__CG__\App\Entity\Image {#3405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3407 …}
  +slug: "It-s-a-good-thing-they-aren-t-in-charge-of-adult"
  +title: "It's a good thing they aren't in charge of adult toys..."
  +url: "https://lemmy.ca/pictrs/image/8ee4408e-04ef-433a-9df9-83c2c2291176.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 99
  +favouriteCount: 863
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702985551 {#3400
    date: 2023-12-19 12:32:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3408 …}
  +votes: Doctrine\ORM\PersistentCollection {#3410 …}
  +reports: Doctrine\ORM\PersistentCollection {#3412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3414 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3416 …}
  +badges: Doctrine\ORM\PersistentCollection {#3418 …}
  +children: [
    App\Entity\EntryComment {#2022
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: """
        What parties are you attending that:\n
        \n
        1. Someone brings a dildo\n
        2. You describe that someone as just “a guy”\n
        \n
        Having a dildo is questionable enough. Not *knowing* the guy who has a dildo at your Christmas party is extremely questionable.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1702832226 {#2026
        date: 2023-12-17 17:57:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WashedOver@lemmy.ca"
        "@S_204@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -id: 229682
      -bodyTs: "'1':7 '2':12 'attend':5 'bring':9 'christma':37 'describ':14 'dildo':11,23,34 'enough':26 'extrem':40 'guy':20,30 'know':28 'parti':2,38 'question':25,41 'someon':8,16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6098091"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702832226 {#2024
        date: 2023-12-17 17:57:06.0 +01:00
      }
      +"title": 229682
    }
  ]
  -id: 22648
  -titleTs: "'adult':12 'aren':7 'charg':10 'good':4 'thing':5 'toy':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702831530
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11449500"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702745130 {#3386
    date: 2023-12-16 17:45:30.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 {#2022
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#3364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3405 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3407 …}
    +slug: "It-s-a-good-thing-they-aren-t-in-charge-of-adult"
    +title: "It's a good thing they aren't in charge of adult toys..."
    +url: "https://lemmy.ca/pictrs/image/8ee4408e-04ef-433a-9df9-83c2c2291176.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 99
    +favouriteCount: 863
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702985551 {#3400
      date: 2023-12-19 12:32:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3408 …}
    +votes: Doctrine\ORM\PersistentCollection {#3410 …}
    +reports: Doctrine\ORM\PersistentCollection {#3412 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3414 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3416 …}
    +badges: Doctrine\ORM\PersistentCollection {#3418 …}
    +children: [
      App\Entity\EntryComment {#2022}
    ]
    -id: 22648
    -titleTs: "'adult':12 'aren':7 'charg':10 'good':4 'thing':5 'toy':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702831530
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/11449500"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702745130 {#3386
      date: 2023-12-16 17:45:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: """
    What parties are you attending that:\n
    \n
    1. Someone brings a dildo\n
    2. You describe that someone as just “a guy”\n
    \n
    Having a dildo is questionable enough. Not *knowing* the guy who has a dildo at your Christmas party is extremely questionable.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1702832226 {#2026
    date: 2023-12-17 17:57:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WashedOver@lemmy.ca"
    "@S_204@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -id: 229682
  -bodyTs: "'1':7 '2':12 'attend':5 'bring':9 'christma':37 'describ':14 'dildo':11,23,34 'enough':26 'extrem':40 'guy':20,30 'know':28 'parti':2,38 'question':25,41 'someon':8,16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6098091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702832226 {#2024
    date: 2023-12-17 17:57:06.0 +01:00
  }
  +"title": 229682
}
"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 {#2022
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#3364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3405 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3407 …}
    +slug: "It-s-a-good-thing-they-aren-t-in-charge-of-adult"
    +title: "It's a good thing they aren't in charge of adult toys..."
    +url: "https://lemmy.ca/pictrs/image/8ee4408e-04ef-433a-9df9-83c2c2291176.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 99
    +favouriteCount: 863
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702985551 {#3400
      date: 2023-12-19 12:32:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3408 …}
    +votes: Doctrine\ORM\PersistentCollection {#3410 …}
    +reports: Doctrine\ORM\PersistentCollection {#3412 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3414 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3416 …}
    +badges: Doctrine\ORM\PersistentCollection {#3418 …}
    +children: [
      App\Entity\EntryComment {#2022}
    ]
    -id: 22648
    -titleTs: "'adult':12 'aren':7 'charg':10 'good':4 'thing':5 'toy':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702831530
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/11449500"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702745130 {#3386
      date: 2023-12-16 17:45:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: """
    What parties are you attending that:\n
    \n
    1. Someone brings a dildo\n
    2. You describe that someone as just “a guy”\n
    \n
    Having a dildo is questionable enough. Not *knowing* the guy who has a dildo at your Christmas party is extremely questionable.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1702832226 {#2026
    date: 2023-12-17 17:57:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WashedOver@lemmy.ca"
    "@S_204@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -id: 229682
  -bodyTs: "'1':7 '2':12 'attend':5 'bring':9 'christma':37 'describ':14 'dildo':11,23,34 'enough':26 'extrem':40 'guy':20,30 'know':28 'parti':2,38 'question':25,41 'someon':8,16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6098091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702832226 {#2024
    date: 2023-12-17 17:57:06.0 +01:00
  }
  +"title": 229682
}
"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 {#2022
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#3364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
    +image: Proxies\__CG__\App\Entity\Image {#3405 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3407 …}
    +slug: "It-s-a-good-thing-they-aren-t-in-charge-of-adult"
    +title: "It's a good thing they aren't in charge of adult toys..."
    +url: "https://lemmy.ca/pictrs/image/8ee4408e-04ef-433a-9df9-83c2c2291176.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 99
    +favouriteCount: 863
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702985551 {#3400
      date: 2023-12-19 12:32:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3408 …}
    +votes: Doctrine\ORM\PersistentCollection {#3410 …}
    +reports: Doctrine\ORM\PersistentCollection {#3412 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3414 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3416 …}
    +badges: Doctrine\ORM\PersistentCollection {#3418 …}
    +children: [
      App\Entity\EntryComment {#2022}
    ]
    -id: 22648
    -titleTs: "'adult':12 'aren':7 'charg':10 'good':4 'thing':5 'toy':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702831530
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/11449500"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702745130 {#3386
      date: 2023-12-16 17:45:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2025 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: """
    What parties are you attending that:\n
    \n
    1. Someone brings a dildo\n
    2. You describe that someone as just “a guy”\n
    \n
    Having a dildo is questionable enough. Not *knowing* the guy who has a dildo at your Christmas party is extremely questionable.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1702832226 {#2026
    date: 2023-12-17 17:57:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WashedOver@lemmy.ca"
    "@S_204@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -id: 229682
  -bodyTs: "'1':7 '2':12 'attend':5 'bring':9 'christma':37 'describ':14 'dildo':11,23,34 'enough':26 'extrem':40 'guy':20,30 'know':28 'parti':2,38 'question':25,41 'someon':8,16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6098091"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702832226 {#2024
    date: 2023-12-17 17:57:06.0 +01:00
  }
  +"title": 229682
}
"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
Proxies\__CG__\App\Entity\Entry {#1383
  +user: Proxies\__CG__\App\Entity\User {#3328 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3366 …}
  +slug: "isEven-API"
  +title: "isEven API"
  +url: "https://isevenapi.xyz/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 290
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701954260 {#3361
    date: 2023-12-07 14:04:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3368 …}
  +votes: Doctrine\ORM\PersistentCollection {#3370 …}
  +reports: Doctrine\ORM\PersistentCollection {#3372 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3374 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3376 …}
  +badges: Doctrine\ORM\PersistentCollection {#3378 …}
  +children: [
    App\Entity\EntryComment {#1381
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Just divide that number by two until it’s small enough to make the request under the free version."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 42
      +score: 0
      +lastActive: DateTime @1701814498 {#2393
        date: 2023-12-05 23:14:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mac@programming.dev"
        "@marcos@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 200410
      -bodyTs: "'divid':2 'enough':11 'free':18 'make':13 'number':4 'request':15 'small':10 'two':6 'version':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5829936"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701814498 {#1384
        date: 2023-12-05 23:14:58.0 +01:00
      }
      +"title": 200410
    }
  ]
  -id: 20439
  -titleTs: "'api':2 'iseven':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701897383
  +visibility: "visible             "
  +apId: "https://programming.dev/post/6852989"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701810983 {#3348
    date: 2023-12-05 22:16: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
119 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1383
  +user: Proxies\__CG__\App\Entity\User {#3328 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3366 …}
  +slug: "isEven-API"
  +title: "isEven API"
  +url: "https://isevenapi.xyz/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 290
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701954260 {#3361
    date: 2023-12-07 14:04:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3368 …}
  +votes: Doctrine\ORM\PersistentCollection {#3370 …}
  +reports: Doctrine\ORM\PersistentCollection {#3372 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3374 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3376 …}
  +badges: Doctrine\ORM\PersistentCollection {#3378 …}
  +children: [
    App\Entity\EntryComment {#1381
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Just divide that number by two until it’s small enough to make the request under the free version."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 42
      +score: 0
      +lastActive: DateTime @1701814498 {#2393
        date: 2023-12-05 23:14:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mac@programming.dev"
        "@marcos@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 200410
      -bodyTs: "'divid':2 'enough':11 'free':18 'make':13 'number':4 'request':15 'small':10 'two':6 'version':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5829936"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701814498 {#1384
        date: 2023-12-05 23:14:58.0 +01:00
      }
      +"title": 200410
    }
  ]
  -id: 20439
  -titleTs: "'api':2 'iseven':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701897383
  +visibility: "visible             "
  +apId: "https://programming.dev/post/6852989"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701810983 {#3348
    date: 2023-12-05 22:16: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
120 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1383
  +user: Proxies\__CG__\App\Entity\User {#3328 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3366 …}
  +slug: "isEven-API"
  +title: "isEven API"
  +url: "https://isevenapi.xyz/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 290
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701954260 {#3361
    date: 2023-12-07 14:04:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3368 …}
  +votes: Doctrine\ORM\PersistentCollection {#3370 …}
  +reports: Doctrine\ORM\PersistentCollection {#3372 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3374 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3376 …}
  +badges: Doctrine\ORM\PersistentCollection {#3378 …}
  +children: [
    App\Entity\EntryComment {#1381
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Just divide that number by two until it’s small enough to make the request under the free version."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 42
      +score: 0
      +lastActive: DateTime @1701814498 {#2393
        date: 2023-12-05 23:14:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mac@programming.dev"
        "@marcos@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 200410
      -bodyTs: "'divid':2 'enough':11 'free':18 'make':13 'number':4 'request':15 'small':10 'two':6 'version':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5829936"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701814498 {#1384
        date: 2023-12-05 23:14:58.0 +01:00
      }
      +"title": 200410
    }
  ]
  -id: 20439
  -titleTs: "'api':2 'iseven':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701897383
  +visibility: "visible             "
  +apId: "https://programming.dev/post/6852989"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701810983 {#3348
    date: 2023-12-05 22:16: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
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
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1383
    +user: Proxies\__CG__\App\Entity\User {#3328 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3366 …}
    +slug: "isEven-API"
    +title: "isEven API"
    +url: "https://isevenapi.xyz/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 290
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701954260 {#3361
      date: 2023-12-07 14:04:20.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3368 …}
    +votes: Doctrine\ORM\PersistentCollection {#3370 …}
    +reports: Doctrine\ORM\PersistentCollection {#3372 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3374 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3376 …}
    +badges: Doctrine\ORM\PersistentCollection {#3378 …}
    +children: [
      App\Entity\EntryComment {#1381}
    ]
    -id: 20439
    -titleTs: "'api':2 'iseven':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701897383
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6852989"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701810983 {#3348
      date: 2023-12-05 22:16:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Just divide that number by two until it’s small enough to make the request under the free version."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 42
  +score: 0
  +lastActive: DateTime @1701814498 {#2393
    date: 2023-12-05 23:14:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mac@programming.dev"
    "@marcos@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 200410
  -bodyTs: "'divid':2 'enough':11 'free':18 'make':13 'number':4 'request':15 'small':10 'two':6 'version':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5829936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701814498 {#1384
    date: 2023-12-05 23:14:58.0 +01:00
  }
  +"title": 200410
}
"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
123 DENIED edit
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1383
    +user: Proxies\__CG__\App\Entity\User {#3328 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3366 …}
    +slug: "isEven-API"
    +title: "isEven API"
    +url: "https://isevenapi.xyz/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 290
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701954260 {#3361
      date: 2023-12-07 14:04:20.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3368 …}
    +votes: Doctrine\ORM\PersistentCollection {#3370 …}
    +reports: Doctrine\ORM\PersistentCollection {#3372 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3374 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3376 …}
    +badges: Doctrine\ORM\PersistentCollection {#3378 …}
    +children: [
      App\Entity\EntryComment {#1381}
    ]
    -id: 20439
    -titleTs: "'api':2 'iseven':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701897383
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6852989"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701810983 {#3348
      date: 2023-12-05 22:16:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Just divide that number by two until it’s small enough to make the request under the free version."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 42
  +score: 0
  +lastActive: DateTime @1701814498 {#2393
    date: 2023-12-05 23:14:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mac@programming.dev"
    "@marcos@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 200410
  -bodyTs: "'divid':2 'enough':11 'free':18 'make':13 'number':4 'request':15 'small':10 'two':6 'version':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5829936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701814498 {#1384
    date: 2023-12-05 23:14:58.0 +01:00
  }
  +"title": 200410
}
"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
124 DENIED moderate
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1383
    +user: Proxies\__CG__\App\Entity\User {#3328 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3366 …}
    +slug: "isEven-API"
    +title: "isEven API"
    +url: "https://isevenapi.xyz/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 290
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701954260 {#3361
      date: 2023-12-07 14:04:20.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3368 …}
    +votes: Doctrine\ORM\PersistentCollection {#3370 …}
    +reports: Doctrine\ORM\PersistentCollection {#3372 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3374 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3376 …}
    +badges: Doctrine\ORM\PersistentCollection {#3378 …}
    +children: [
      App\Entity\EntryComment {#1381}
    ]
    -id: 20439
    -titleTs: "'api':2 'iseven':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701897383
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6852989"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701810983 {#3348
      date: 2023-12-05 22:16:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1402 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Just divide that number by two until it’s small enough to make the request under the free version."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 42
  +score: 0
  +lastActive: DateTime @1701814498 {#2393
    date: 2023-12-05 23:14:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mac@programming.dev"
    "@marcos@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 200410
  -bodyTs: "'divid':2 'enough':11 'free':18 'make':13 'number':4 'request':15 'small':10 'two':6 'version':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5829936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701814498 {#1384
    date: 2023-12-05 23:14:58.0 +01:00
  }
  +"title": 200410
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#3216 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "Would-it-be-a-good-gift"
  +title: "Would it be a good gift?"
  +url: null
  +body: """
    Yeah sorry not your typical post here, I hope that’s OK!\n
    \n
    I’m thinking of getting this for my (14)nephew and my brother to play together. He used to play DND in the 80s and this game really sounds like it tries to honor a lot of the culture and whatnot of the games.\n
    \n
    But… I haven’t played anything like either of those and my brother is extremely busy with little free time and my nephew doesn’t have as much free time as the average kid.\n
    \n
    Is this a game that could still be enjoyable in small doses? Does it get overwhelming or stressful fast for most people who don’t play games nearly as long or as intense as this? For context they play a lot of match style games but my brother loved the original assasians creed.\n
    \n
    And if not or for some reason you have another suggestion I’d love to hear it because at the very least this game sounds good to me and I’m interested in what other games it’s fans like that I could also check out. :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701532257 {#3250
    date: 2023-12-02 16:50:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3255 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        You better make sure that 14yr old nephew is allowed to watch mature/graphic content. It has a lot of sexual and violent themes that some parents might not be too happy with.\n
        \n
        I can *only* enjoy the game in small doses tbh. I need to take breaks since it weirdly uses a lot of my brain to make decisions and pick dialogue.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1701488739 {#2458
        date: 2023-12-02 04:45:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@asteriskeverything@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 187732
      -bodyTs: "'14yr':6 'allow':10 'better':2 'brain':56 'break':47 'content':14 'decis':59 'dialogu':62 'dose':41 'enjoy':36 'game':38 'happi':31 'lot':18,53 'make':3,58 'mature/graphic':13 'might':27 'need':44 'nephew':8 'old':7 'parent':26 'pick':61 'sexual':20 'sinc':48 'small':40 'sure':4 'take':46 'tbh':42 'theme':23 'use':51 'violent':22 'watch':12 'weird':50"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5739587"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701488739 {#2461
        date: 2023-12-02 04:45:39.0 +01:00
      }
      +"title": 187732
    }
  ]
  -id: 19230
  -titleTs: "'gift':6 'good':5 'would':1"
  -bodyTs: "'14':21 '80s':36 'also':187 'anoth':153 'anyth':62 'assasian':142 'averag':89 'brother':25,69,138 'busi':72 'check':188 'context':127 'could':96,186 'creed':143 'cultur':51 'd':156 'dnd':33 'doesn':80 'dose':102 'either':64 'enjoy':99 'extrem':71 'fan':182 'fast':109 'free':75,85 'game':39,56,94,117,135,167,179 'get':17,105 'good':169 'haven':59 'hear':159 'honor':46 'hope':9 'intens':123 'interest':175 'kid':90 'least':165 'like':42,63,183 'littl':74 'long':120 'lot':48,131 'love':139,157 'm':14,174 'match':133 'much':84 'near':118 'nephew':22,79 'ok':12 'origin':141 'overwhelm':106 'peopl':112 'play':27,32,61,116,129 'post':6 'realli':40 'reason':150 'small':101 'sorri':2 'sound':41,168 'still':97 'stress':108 'style':134 'suggest':154 'think':15 'time':76,86 'togeth':28 'tri':44 'typic':5 'use':30 'whatnot':53 'yeah':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701574329
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9033857"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701487929 {#3237
    date: 2023-12-02 04:32: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
127 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#3216 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "Would-it-be-a-good-gift"
  +title: "Would it be a good gift?"
  +url: null
  +body: """
    Yeah sorry not your typical post here, I hope that’s OK!\n
    \n
    I’m thinking of getting this for my (14)nephew and my brother to play together. He used to play DND in the 80s and this game really sounds like it tries to honor a lot of the culture and whatnot of the games.\n
    \n
    But… I haven’t played anything like either of those and my brother is extremely busy with little free time and my nephew doesn’t have as much free time as the average kid.\n
    \n
    Is this a game that could still be enjoyable in small doses? Does it get overwhelming or stressful fast for most people who don’t play games nearly as long or as intense as this? For context they play a lot of match style games but my brother loved the original assasians creed.\n
    \n
    And if not or for some reason you have another suggestion I’d love to hear it because at the very least this game sounds good to me and I’m interested in what other games it’s fans like that I could also check out. :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701532257 {#3250
    date: 2023-12-02 16:50:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3255 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        You better make sure that 14yr old nephew is allowed to watch mature/graphic content. It has a lot of sexual and violent themes that some parents might not be too happy with.\n
        \n
        I can *only* enjoy the game in small doses tbh. I need to take breaks since it weirdly uses a lot of my brain to make decisions and pick dialogue.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1701488739 {#2458
        date: 2023-12-02 04:45:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@asteriskeverything@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 187732
      -bodyTs: "'14yr':6 'allow':10 'better':2 'brain':56 'break':47 'content':14 'decis':59 'dialogu':62 'dose':41 'enjoy':36 'game':38 'happi':31 'lot':18,53 'make':3,58 'mature/graphic':13 'might':27 'need':44 'nephew':8 'old':7 'parent':26 'pick':61 'sexual':20 'sinc':48 'small':40 'sure':4 'take':46 'tbh':42 'theme':23 'use':51 'violent':22 'watch':12 'weird':50"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5739587"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701488739 {#2461
        date: 2023-12-02 04:45:39.0 +01:00
      }
      +"title": 187732
    }
  ]
  -id: 19230
  -titleTs: "'gift':6 'good':5 'would':1"
  -bodyTs: "'14':21 '80s':36 'also':187 'anoth':153 'anyth':62 'assasian':142 'averag':89 'brother':25,69,138 'busi':72 'check':188 'context':127 'could':96,186 'creed':143 'cultur':51 'd':156 'dnd':33 'doesn':80 'dose':102 'either':64 'enjoy':99 'extrem':71 'fan':182 'fast':109 'free':75,85 'game':39,56,94,117,135,167,179 'get':17,105 'good':169 'haven':59 'hear':159 'honor':46 'hope':9 'intens':123 'interest':175 'kid':90 'least':165 'like':42,63,183 'littl':74 'long':120 'lot':48,131 'love':139,157 'm':14,174 'match':133 'much':84 'near':118 'nephew':22,79 'ok':12 'origin':141 'overwhelm':106 'peopl':112 'play':27,32,61,116,129 'post':6 'realli':40 'reason':150 'small':101 'sorri':2 'sound':41,168 'still':97 'stress':108 'style':134 'suggest':154 'think':15 'time':76,86 'togeth':28 'tri':44 'typic':5 'use':30 'whatnot':53 'yeah':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701574329
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9033857"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701487929 {#3237
    date: 2023-12-02 04:32: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
128 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#3216 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "Would-it-be-a-good-gift"
  +title: "Would it be a good gift?"
  +url: null
  +body: """
    Yeah sorry not your typical post here, I hope that’s OK!\n
    \n
    I’m thinking of getting this for my (14)nephew and my brother to play together. He used to play DND in the 80s and this game really sounds like it tries to honor a lot of the culture and whatnot of the games.\n
    \n
    But… I haven’t played anything like either of those and my brother is extremely busy with little free time and my nephew doesn’t have as much free time as the average kid.\n
    \n
    Is this a game that could still be enjoyable in small doses? Does it get overwhelming or stressful fast for most people who don’t play games nearly as long or as intense as this? For context they play a lot of match style games but my brother loved the original assasians creed.\n
    \n
    And if not or for some reason you have another suggestion I’d love to hear it because at the very least this game sounds good to me and I’m interested in what other games it’s fans like that I could also check out. :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701532257 {#3250
    date: 2023-12-02 16:50:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3255 …}
  +votes: Doctrine\ORM\PersistentCollection {#3258 …}
  +reports: Doctrine\ORM\PersistentCollection {#3260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
  +badges: Doctrine\ORM\PersistentCollection {#3266 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        You better make sure that 14yr old nephew is allowed to watch mature/graphic content. It has a lot of sexual and violent themes that some parents might not be too happy with.\n
        \n
        I can *only* enjoy the game in small doses tbh. I need to take breaks since it weirdly uses a lot of my brain to make decisions and pick dialogue.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1701488739 {#2458
        date: 2023-12-02 04:45:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@asteriskeverything@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 187732
      -bodyTs: "'14yr':6 'allow':10 'better':2 'brain':56 'break':47 'content':14 'decis':59 'dialogu':62 'dose':41 'enjoy':36 'game':38 'happi':31 'lot':18,53 'make':3,58 'mature/graphic':13 'might':27 'need':44 'nephew':8 'old':7 'parent':26 'pick':61 'sexual':20 'sinc':48 'small':40 'sure':4 'take':46 'tbh':42 'theme':23 'use':51 'violent':22 'watch':12 'weird':50"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5739587"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701488739 {#2461
        date: 2023-12-02 04:45:39.0 +01:00
      }
      +"title": 187732
    }
  ]
  -id: 19230
  -titleTs: "'gift':6 'good':5 'would':1"
  -bodyTs: "'14':21 '80s':36 'also':187 'anoth':153 'anyth':62 'assasian':142 'averag':89 'brother':25,69,138 'busi':72 'check':188 'context':127 'could':96,186 'creed':143 'cultur':51 'd':156 'dnd':33 'doesn':80 'dose':102 'either':64 'enjoy':99 'extrem':71 'fan':182 'fast':109 'free':75,85 'game':39,56,94,117,135,167,179 'get':17,105 'good':169 'haven':59 'hear':159 'honor':46 'hope':9 'intens':123 'interest':175 'kid':90 'least':165 'like':42,63,183 'littl':74 'long':120 'lot':48,131 'love':139,157 'm':14,174 'match':133 'much':84 'near':118 'nephew':22,79 'ok':12 'origin':141 'overwhelm':106 'peopl':112 'play':27,32,61,116,129 'post':6 'realli':40 'reason':150 'small':101 'sorri':2 'sound':41,168 'still':97 'stress':108 'style':134 'suggest':154 'think':15 'time':76,86 'togeth':28 'tri':44 'typic':5 'use':30 'whatnot':53 'yeah':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701574329
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9033857"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701487929 {#3237
    date: 2023-12-02 04:32: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
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 {#2456
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#3216 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "Would-it-be-a-good-gift"
    +title: "Would it be a good gift?"
    +url: null
    +body: """
      Yeah sorry not your typical post here, I hope that’s OK!\n
      \n
      I’m thinking of getting this for my (14)nephew and my brother to play together. He used to play DND in the 80s and this game really sounds like it tries to honor a lot of the culture and whatnot of the games.\n
      \n
      But… I haven’t played anything like either of those and my brother is extremely busy with little free time and my nephew doesn’t have as much free time as the average kid.\n
      \n
      Is this a game that could still be enjoyable in small doses? Does it get overwhelming or stressful fast for most people who don’t play games nearly as long or as intense as this? For context they play a lot of match style games but my brother loved the original assasians creed.\n
      \n
      And if not or for some reason you have another suggestion I’d love to hear it because at the very least this game sounds good to me and I’m interested in what other games it’s fans like that I could also check out. :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701532257 {#3250
      date: 2023-12-02 16:50:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3255 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 19230
    -titleTs: "'gift':6 'good':5 'would':1"
    -bodyTs: "'14':21 '80s':36 'also':187 'anoth':153 'anyth':62 'assasian':142 'averag':89 'brother':25,69,138 'busi':72 'check':188 'context':127 'could':96,186 'creed':143 'cultur':51 'd':156 'dnd':33 'doesn':80 'dose':102 'either':64 'enjoy':99 'extrem':71 'fan':182 'fast':109 'free':75,85 'game':39,56,94,117,135,167,179 'get':17,105 'good':169 'haven':59 'hear':159 'honor':46 'hope':9 'intens':123 'interest':175 'kid':90 'least':165 'like':42,63,183 'littl':74 'long':120 'lot':48,131 'love':139,157 'm':14,174 'match':133 'much':84 'near':118 'nephew':22,79 'ok':12 'origin':141 'overwhelm':106 'peopl':112 'play':27,32,61,116,129 'post':6 'realli':40 'reason':150 'small':101 'sorri':2 'sound':41,168 'still':97 'stress':108 'style':134 'suggest':154 'think':15 'time':76,86 'togeth':28 'tri':44 'typic':5 'use':30 'whatnot':53 'yeah':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701574329
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9033857"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701487929 {#3237
      date: 2023-12-02 04:32:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You better make sure that 14yr old nephew is allowed to watch mature/graphic content. It has a lot of sexual and violent themes that some parents might not be too happy with.\n
    \n
    I can *only* enjoy the game in small doses tbh. I need to take breaks since it weirdly uses a lot of my brain to make decisions and pick dialogue.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1701488739 {#2458
    date: 2023-12-02 04:45:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@asteriskeverything@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 187732
  -bodyTs: "'14yr':6 'allow':10 'better':2 'brain':56 'break':47 'content':14 'decis':59 'dialogu':62 'dose':41 'enjoy':36 'game':38 'happi':31 'lot':18,53 'make':3,58 'mature/graphic':13 'might':27 'need':44 'nephew':8 'old':7 'parent':26 'pick':61 'sexual':20 'sinc':48 'small':40 'sure':4 'take':46 'tbh':42 'theme':23 'use':51 'violent':22 'watch':12 'weird':50"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5739587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701488739 {#2461
    date: 2023-12-02 04:45:39.0 +01:00
  }
  +"title": 187732
}
"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 {#2456
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#3216 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "Would-it-be-a-good-gift"
    +title: "Would it be a good gift?"
    +url: null
    +body: """
      Yeah sorry not your typical post here, I hope that’s OK!\n
      \n
      I’m thinking of getting this for my (14)nephew and my brother to play together. He used to play DND in the 80s and this game really sounds like it tries to honor a lot of the culture and whatnot of the games.\n
      \n
      But… I haven’t played anything like either of those and my brother is extremely busy with little free time and my nephew doesn’t have as much free time as the average kid.\n
      \n
      Is this a game that could still be enjoyable in small doses? Does it get overwhelming or stressful fast for most people who don’t play games nearly as long or as intense as this? For context they play a lot of match style games but my brother loved the original assasians creed.\n
      \n
      And if not or for some reason you have another suggestion I’d love to hear it because at the very least this game sounds good to me and I’m interested in what other games it’s fans like that I could also check out. :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701532257 {#3250
      date: 2023-12-02 16:50:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3255 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 19230
    -titleTs: "'gift':6 'good':5 'would':1"
    -bodyTs: "'14':21 '80s':36 'also':187 'anoth':153 'anyth':62 'assasian':142 'averag':89 'brother':25,69,138 'busi':72 'check':188 'context':127 'could':96,186 'creed':143 'cultur':51 'd':156 'dnd':33 'doesn':80 'dose':102 'either':64 'enjoy':99 'extrem':71 'fan':182 'fast':109 'free':75,85 'game':39,56,94,117,135,167,179 'get':17,105 'good':169 'haven':59 'hear':159 'honor':46 'hope':9 'intens':123 'interest':175 'kid':90 'least':165 'like':42,63,183 'littl':74 'long':120 'lot':48,131 'love':139,157 'm':14,174 'match':133 'much':84 'near':118 'nephew':22,79 'ok':12 'origin':141 'overwhelm':106 'peopl':112 'play':27,32,61,116,129 'post':6 'realli':40 'reason':150 'small':101 'sorri':2 'sound':41,168 'still':97 'stress':108 'style':134 'suggest':154 'think':15 'time':76,86 'togeth':28 'tri':44 'typic':5 'use':30 'whatnot':53 'yeah':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701574329
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9033857"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701487929 {#3237
      date: 2023-12-02 04:32:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You better make sure that 14yr old nephew is allowed to watch mature/graphic content. It has a lot of sexual and violent themes that some parents might not be too happy with.\n
    \n
    I can *only* enjoy the game in small doses tbh. I need to take breaks since it weirdly uses a lot of my brain to make decisions and pick dialogue.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1701488739 {#2458
    date: 2023-12-02 04:45:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@asteriskeverything@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 187732
  -bodyTs: "'14yr':6 'allow':10 'better':2 'brain':56 'break':47 'content':14 'decis':59 'dialogu':62 'dose':41 'enjoy':36 'game':38 'happi':31 'lot':18,53 'make':3,58 'mature/graphic':13 'might':27 'need':44 'nephew':8 'old':7 'parent':26 'pick':61 'sexual':20 'sinc':48 'small':40 'sure':4 'take':46 'tbh':42 'theme':23 'use':51 'violent':22 'watch':12 'weird':50"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5739587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701488739 {#2461
    date: 2023-12-02 04:45:39.0 +01:00
  }
  +"title": 187732
}
"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 {#2456
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#3216 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "Would-it-be-a-good-gift"
    +title: "Would it be a good gift?"
    +url: null
    +body: """
      Yeah sorry not your typical post here, I hope that’s OK!\n
      \n
      I’m thinking of getting this for my (14)nephew and my brother to play together. He used to play DND in the 80s and this game really sounds like it tries to honor a lot of the culture and whatnot of the games.\n
      \n
      But… I haven’t played anything like either of those and my brother is extremely busy with little free time and my nephew doesn’t have as much free time as the average kid.\n
      \n
      Is this a game that could still be enjoyable in small doses? Does it get overwhelming or stressful fast for most people who don’t play games nearly as long or as intense as this? For context they play a lot of match style games but my brother loved the original assasians creed.\n
      \n
      And if not or for some reason you have another suggestion I’d love to hear it because at the very least this game sounds good to me and I’m interested in what other games it’s fans like that I could also check out. :)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701532257 {#3250
      date: 2023-12-02 16:50:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3255 …}
    +votes: Doctrine\ORM\PersistentCollection {#3258 …}
    +reports: Doctrine\ORM\PersistentCollection {#3260 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3262 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3264 …}
    +badges: Doctrine\ORM\PersistentCollection {#3266 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 19230
    -titleTs: "'gift':6 'good':5 'would':1"
    -bodyTs: "'14':21 '80s':36 'also':187 'anoth':153 'anyth':62 'assasian':142 'averag':89 'brother':25,69,138 'busi':72 'check':188 'context':127 'could':96,186 'creed':143 'cultur':51 'd':156 'dnd':33 'doesn':80 'dose':102 'either':64 'enjoy':99 'extrem':71 'fan':182 'fast':109 'free':75,85 'game':39,56,94,117,135,167,179 'get':17,105 'good':169 'haven':59 'hear':159 'honor':46 'hope':9 'intens':123 'interest':175 'kid':90 'least':165 'like':42,63,183 'littl':74 'long':120 'lot':48,131 'love':139,157 'm':14,174 'match':133 'much':84 'near':118 'nephew':22,79 'ok':12 'origin':141 'overwhelm':106 'peopl':112 'play':27,32,61,116,129 'post':6 'realli':40 'reason':150 'small':101 'sorri':2 'sound':41,168 'still':97 'stress':108 'style':134 'suggest':154 'think':15 'time':76,86 'togeth':28 'tri':44 'typic':5 'use':30 'whatnot':53 'yeah':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701574329
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9033857"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701487929 {#3237
      date: 2023-12-02 04:32:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You better make sure that 14yr old nephew is allowed to watch mature/graphic content. It has a lot of sexual and violent themes that some parents might not be too happy with.\n
    \n
    I can *only* enjoy the game in small doses tbh. I need to take breaks since it weirdly uses a lot of my brain to make decisions and pick dialogue.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1701488739 {#2458
    date: 2023-12-02 04:45:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@asteriskeverything@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 187732
  -bodyTs: "'14yr':6 'allow':10 'better':2 'brain':56 'break':47 'content':14 'decis':59 'dialogu':62 'dose':41 'enjoy':36 'game':38 'happi':31 'lot':18,53 'make':3,58 'mature/graphic':13 'might':27 'need':44 'nephew':8 'old':7 'parent':26 'pick':61 'sexual':20 'sinc':48 'small':40 'sure':4 'take':46 'tbh':42 'theme':23 'use':51 'violent':22 'watch':12 'weird':50"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5739587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701488739 {#2461
    date: 2023-12-02 04:45:39.0 +01:00
  }
  +"title": 187732
}
"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_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
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3176 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "What-companies-have-made-your-blacklist"
  +title: "What companies have made your blacklist?"
  +url: null
  +body: """
    What companies will you never give another dollar to?\n
    \n
    What happened that put them on your blacklist?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 282
  +favouriteCount: 233
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701760519 {#3213
    date: 2023-12-05 08:15:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3218 …}
  +votes: Doctrine\ORM\PersistentCollection {#3221 …}
  +reports: Doctrine\ORM\PersistentCollection {#3223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
  +badges: Doctrine\ORM\PersistentCollection {#3229 …}
  +children: [
    1 => App\Entity\EntryComment {#2360
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Where do you source clothing?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1701488926 {#2370
        date: 2023-12-02 04:48:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pyr_Pressure@lemmy.ca"
        "@the_of_and_a_to@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 187740
      -bodyTs: "'cloth':5 'sourc':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5739621"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701488926 {#2377
        date: 2023-12-02 04:48:46.0 +01:00
      }
      +"title": 187740
    }
    0 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1701492342 {#1909
        date: 2023-12-02 05:45:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pyr_Pressure@lemmy.ca"
        "@the_of_and_a_to@lemmy.world"
        "@captainjaneway@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 187901
      -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5740325"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701492342 {#1708
        date: 2023-12-02 05:45:42.0 +01:00
      }
      +"title": 187901
    }
  ]
  -id: 19221
  -titleTs: "'blacklist':6 'compani':2 'made':4"
  -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701570982
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/10475099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701484582 {#3199
    date: 2023-12-02 03:36: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
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3176 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "What-companies-have-made-your-blacklist"
  +title: "What companies have made your blacklist?"
  +url: null
  +body: """
    What companies will you never give another dollar to?\n
    \n
    What happened that put them on your blacklist?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 282
  +favouriteCount: 233
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701760519 {#3213
    date: 2023-12-05 08:15:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3218 …}
  +votes: Doctrine\ORM\PersistentCollection {#3221 …}
  +reports: Doctrine\ORM\PersistentCollection {#3223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
  +badges: Doctrine\ORM\PersistentCollection {#3229 …}
  +children: [
    1 => App\Entity\EntryComment {#2360
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Where do you source clothing?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1701488926 {#2370
        date: 2023-12-02 04:48:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pyr_Pressure@lemmy.ca"
        "@the_of_and_a_to@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 187740
      -bodyTs: "'cloth':5 'sourc':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5739621"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701488926 {#2377
        date: 2023-12-02 04:48:46.0 +01:00
      }
      +"title": 187740
    }
    0 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1701492342 {#1909
        date: 2023-12-02 05:45:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pyr_Pressure@lemmy.ca"
        "@the_of_and_a_to@lemmy.world"
        "@captainjaneway@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 187901
      -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5740325"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701492342 {#1708
        date: 2023-12-02 05:45:42.0 +01:00
      }
      +"title": 187901
    }
  ]
  -id: 19221
  -titleTs: "'blacklist':6 'compani':2 'made':4"
  -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701570982
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/10475099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701484582 {#3199
    date: 2023-12-02 03:36: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
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3176 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
  +slug: "What-companies-have-made-your-blacklist"
  +title: "What companies have made your blacklist?"
  +url: null
  +body: """
    What companies will you never give another dollar to?\n
    \n
    What happened that put them on your blacklist?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 282
  +favouriteCount: 233
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701760519 {#3213
    date: 2023-12-05 08:15:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3218 …}
  +votes: Doctrine\ORM\PersistentCollection {#3221 …}
  +reports: Doctrine\ORM\PersistentCollection {#3223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
  +badges: Doctrine\ORM\PersistentCollection {#3229 …}
  +children: [
    1 => App\Entity\EntryComment {#2360
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "Where do you source clothing?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1701488926 {#2370
        date: 2023-12-02 04:48:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pyr_Pressure@lemmy.ca"
        "@the_of_and_a_to@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 187740
      -bodyTs: "'cloth':5 'sourc':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5739621"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701488926 {#2377
        date: 2023-12-02 04:48:46.0 +01:00
      }
      +"title": 187740
    }
    0 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1701492342 {#1909
        date: 2023-12-02 05:45:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pyr_Pressure@lemmy.ca"
        "@the_of_and_a_to@lemmy.world"
        "@captainjaneway@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 187901
      -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5740325"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701492342 {#1708
        date: 2023-12-02 05:45:42.0 +01:00
      }
      +"title": 187901
    }
  ]
  -id: 19221
  -titleTs: "'blacklist':6 'compani':2 'made':4"
  -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701570982
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/10475099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701484582 {#3199
    date: 2023-12-02 03:36: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
137 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
138 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3176 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-companies-have-made-your-blacklist"
    +title: "What companies have made your blacklist?"
    +url: null
    +body: """
      What companies will you never give another dollar to?\n
      \n
      What happened that put them on your blacklist?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 282
    +favouriteCount: 233
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701760519 {#3213
      date: 2023-12-05 08:15:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3221 …}
    +reports: Doctrine\ORM\PersistentCollection {#3223 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
    +badges: Doctrine\ORM\PersistentCollection {#3229 …}
    +children: [
      1 => App\Entity\EntryComment {#2360}
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1701492342 {#1909
          date: 2023-12-02 05:45:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Pyr_Pressure@lemmy.ca"
          "@the_of_and_a_to@lemmy.world"
          "@captainjaneway@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 187901
        -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5740325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701492342 {#1708
          date: 2023-12-02 05:45:42.0 +01:00
        }
        +"title": 187901
      }
    ]
    -id: 19221
    -titleTs: "'blacklist':6 'compani':2 'made':4"
    -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701570982
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/10475099"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701484582 {#3199
      date: 2023-12-02 03:36:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Where do you source clothing?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1701488926 {#2370
    date: 2023-12-02 04:48:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pyr_Pressure@lemmy.ca"
    "@the_of_and_a_to@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 187740
  -bodyTs: "'cloth':5 'sourc':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5739621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701488926 {#2377
    date: 2023-12-02 04:48:46.0 +01:00
  }
  +"title": 187740
}
"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
139 DENIED edit
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3176 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-companies-have-made-your-blacklist"
    +title: "What companies have made your blacklist?"
    +url: null
    +body: """
      What companies will you never give another dollar to?\n
      \n
      What happened that put them on your blacklist?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 282
    +favouriteCount: 233
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701760519 {#3213
      date: 2023-12-05 08:15:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3221 …}
    +reports: Doctrine\ORM\PersistentCollection {#3223 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
    +badges: Doctrine\ORM\PersistentCollection {#3229 …}
    +children: [
      1 => App\Entity\EntryComment {#2360}
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1701492342 {#1909
          date: 2023-12-02 05:45:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Pyr_Pressure@lemmy.ca"
          "@the_of_and_a_to@lemmy.world"
          "@captainjaneway@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 187901
        -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5740325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701492342 {#1708
          date: 2023-12-02 05:45:42.0 +01:00
        }
        +"title": 187901
      }
    ]
    -id: 19221
    -titleTs: "'blacklist':6 'compani':2 'made':4"
    -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701570982
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/10475099"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701484582 {#3199
      date: 2023-12-02 03:36:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Where do you source clothing?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1701488926 {#2370
    date: 2023-12-02 04:48:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pyr_Pressure@lemmy.ca"
    "@the_of_and_a_to@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 187740
  -bodyTs: "'cloth':5 'sourc':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5739621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701488926 {#2377
    date: 2023-12-02 04:48:46.0 +01:00
  }
  +"title": 187740
}
"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
140 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3176 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-companies-have-made-your-blacklist"
    +title: "What companies have made your blacklist?"
    +url: null
    +body: """
      What companies will you never give another dollar to?\n
      \n
      What happened that put them on your blacklist?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 282
    +favouriteCount: 233
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701760519 {#3213
      date: 2023-12-05 08:15:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3221 …}
    +reports: Doctrine\ORM\PersistentCollection {#3223 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
    +badges: Doctrine\ORM\PersistentCollection {#3229 …}
    +children: [
      1 => App\Entity\EntryComment {#2360}
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1701492342 {#1909
          date: 2023-12-02 05:45:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Pyr_Pressure@lemmy.ca"
          "@the_of_and_a_to@lemmy.world"
          "@captainjaneway@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 187901
        -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5740325"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701492342 {#1708
          date: 2023-12-02 05:45:42.0 +01:00
        }
        +"title": 187901
      }
    ]
    -id: 19221
    -titleTs: "'blacklist':6 'compani':2 'made':4"
    -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701570982
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/10475099"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701484582 {#3199
      date: 2023-12-02 03:36:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "Where do you source clothing?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1701488926 {#2370
    date: 2023-12-02 04:48:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pyr_Pressure@lemmy.ca"
    "@the_of_and_a_to@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 187740
  -bodyTs: "'cloth':5 'sourc':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5739621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701488926 {#2377
    date: 2023-12-02 04:48:46.0 +01:00
  }
  +"title": 187740
}
"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
141 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
142 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3176 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-companies-have-made-your-blacklist"
    +title: "What companies have made your blacklist?"
    +url: null
    +body: """
      What companies will you never give another dollar to?\n
      \n
      What happened that put them on your blacklist?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 282
    +favouriteCount: 233
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701760519 {#3213
      date: 2023-12-05 08:15:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3221 …}
    +reports: Doctrine\ORM\PersistentCollection {#3223 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
    +badges: Doctrine\ORM\PersistentCollection {#3229 …}
    +children: [
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Where do you source clothing?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1701488926 {#2370
          date: 2023-12-02 04:48:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Pyr_Pressure@lemmy.ca"
          "@the_of_and_a_to@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 187740
        -bodyTs: "'cloth':5 'sourc':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5739621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701488926 {#2377
          date: 2023-12-02 04:48:46.0 +01:00
        }
        +"title": 187740
      }
      0 => App\Entity\EntryComment {#1926}
    ]
    -id: 19221
    -titleTs: "'blacklist':6 'compani':2 'made':4"
    -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701570982
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/10475099"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701484582 {#3199
      date: 2023-12-02 03:36:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1701492342 {#1909
    date: 2023-12-02 05:45:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pyr_Pressure@lemmy.ca"
    "@the_of_and_a_to@lemmy.world"
    "@captainjaneway@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 187901
  -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5740325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701492342 {#1708
    date: 2023-12-02 05:45:42.0 +01:00
  }
  +"title": 187901
}
"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
143 DENIED edit
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3176 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-companies-have-made-your-blacklist"
    +title: "What companies have made your blacklist?"
    +url: null
    +body: """
      What companies will you never give another dollar to?\n
      \n
      What happened that put them on your blacklist?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 282
    +favouriteCount: 233
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701760519 {#3213
      date: 2023-12-05 08:15:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3221 …}
    +reports: Doctrine\ORM\PersistentCollection {#3223 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
    +badges: Doctrine\ORM\PersistentCollection {#3229 …}
    +children: [
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Where do you source clothing?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1701488926 {#2370
          date: 2023-12-02 04:48:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Pyr_Pressure@lemmy.ca"
          "@the_of_and_a_to@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 187740
        -bodyTs: "'cloth':5 'sourc':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5739621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701488926 {#2377
          date: 2023-12-02 04:48:46.0 +01:00
        }
        +"title": 187740
      }
      0 => App\Entity\EntryComment {#1926}
    ]
    -id: 19221
    -titleTs: "'blacklist':6 'compani':2 'made':4"
    -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701570982
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/10475099"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701484582 {#3199
      date: 2023-12-02 03:36:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1701492342 {#1909
    date: 2023-12-02 05:45:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pyr_Pressure@lemmy.ca"
    "@the_of_and_a_to@lemmy.world"
    "@captainjaneway@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 187901
  -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5740325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701492342 {#1708
    date: 2023-12-02 05:45:42.0 +01:00
  }
  +"title": 187901
}
"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
144 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3176 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3047 …}
    +slug: "What-companies-have-made-your-blacklist"
    +title: "What companies have made your blacklist?"
    +url: null
    +body: """
      What companies will you never give another dollar to?\n
      \n
      What happened that put them on your blacklist?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 282
    +favouriteCount: 233
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701760519 {#3213
      date: 2023-12-05 08:15:19.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3218 …}
    +votes: Doctrine\ORM\PersistentCollection {#3221 …}
    +reports: Doctrine\ORM\PersistentCollection {#3223 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3225 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3227 …}
    +badges: Doctrine\ORM\PersistentCollection {#3229 …}
    +children: [
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "Where do you source clothing?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1701488926 {#2370
          date: 2023-12-02 04:48:46.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Pyr_Pressure@lemmy.ca"
          "@the_of_and_a_to@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 187740
        -bodyTs: "'cloth':5 'sourc':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5739621"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701488926 {#2377
          date: 2023-12-02 04:48:46.0 +01:00
        }
        +"title": 187740
      }
      0 => App\Entity\EntryComment {#1926}
    ]
    -id: 19221
    -titleTs: "'blacklist':6 'compani':2 'made':4"
    -bodyTs: "'anoth':7 'blacklist':17 'compani':2 'dollar':8 'give':6 'happen':11 'never':5 'put':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701570982
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/10475099"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701484582 {#3199
      date: 2023-12-02 03:36:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I’m still buying a lot of my clothes second hand but the nice stuff I’ll go out of my budget for."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1701492342 {#1909
    date: 2023-12-02 05:45:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pyr_Pressure@lemmy.ca"
    "@the_of_and_a_to@lemmy.world"
    "@captainjaneway@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 187901
  -bodyTs: "'budget':22 'buy':4 'cloth':9 'go':18 'hand':11 'll':17 'lot':6 'm':2 'nice':14 'second':10 'still':3 'stuff':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5740325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701492342 {#1708
    date: 2023-12-02 05:45:42.0 +01:00
  }
  +"title": 187901
}
"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
145 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
146 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1722
  +user: Proxies\__CG__\App\Entity\User {#3271 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3311 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "Hallmark-channel-go-brrrrr"
  +title: "Hallmark channel go brrrrr"
  +url: "https://lemmy.ml/pictrs/image/b6f79470-1d63-4511-9c50-454a53d9c976.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 147
  +favouriteCount: 1370
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701242252 {#3306
    date: 2023-11-29 08:17:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3313 …}
  +votes: Doctrine\ORM\PersistentCollection {#3315 …}
  +reports: Doctrine\ORM\PersistentCollection {#3317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
  +badges: Doctrine\ORM\PersistentCollection {#3323 …}
  +children: [
    App\Entity\EntryComment {#1723
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
      +body: """
        I love to just have them on, in the background. These movies are self-aware. The Netflix equivalent has its own universe with internal references to each other, which includes fake countries, maps, etc. I’m no joke invested in the Netflix Christmas-verse or whatever the fuck.\n
        \n
        Hallmark is a little less fun to watch, but still quality rubbish. Everyone knows it’s over the top. The actors, producers, and writers are all in on it. I’m not saying that makes them good. They are still bad. But when you watch them knowing the content is almost *intentionally* cringe, it’s a bit better. With a slight shift in perspective and perhaps a bit of squinting, you can see the Christmas overtures as nothing more than satire. Last year, one movie just threw in a vague reference to Santa. No beard. No glasses. Just a guy who wore a red coat and occasionally would get 1-3 seconds on camera breaking the fourth wall. He had like one line. No gifts. No reindeer. Never interacting with the Christmas Couple. Just essentially an old dude in red. To me, that’s the height of humor. It’s like they’re just wafting a single sprig of holly over the film in the editing room. I crack up every time.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 24
      +score: 0
      +lastActive: DateTime @1701027119 {#1617
        date: 2023-11-26 20:31:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
        "@Imgonnatrythis@sh.itjust.works"
        "@Decoy321@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1730 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1727 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 167540
      -bodyTs: "'-3':161 '1':160 'actor':71 'almost':101 'awar':16 'background':10 'bad':91 'beard':145 'better':108 'bit':107,118 'break':165 'camera':164 'christma':45,125,182 'christmas-vers':44 'coat':155 'content':99 'countri':33 'coupl':183 'crack':219 'cring':103 'dude':188 'edit':216 'equival':19 'essenti':185 'etc':35 'everi':221 'everyon':63 'fake':32 'film':213 'fourth':167 'fuck':50 'fun':56 'get':159 'gift':175 'glass':147 'good':87 'guy':150 'hallmark':51 'height':196 'holli':210 'humor':198 'includ':31 'intent':102 'interact':179 'intern':25 'invest':40 'joke':39 'know':64,97 'last':132 'less':55 'like':171,201 'line':173 'littl':54 'love':2 'm':37,81 'make':85 'map':34 'movi':12,135 'netflix':18,43 'never':178 'noth':128 'occasion':157 'old':187 'one':134,172 'overtur':126 'perhap':116 'perspect':114 'produc':72 'qualiti':61 're':203 'red':154,190 'refer':26,141 'reindeer':177 'room':217 'rubbish':62 'santa':143 'satir':131 'say':83 'second':162 'see':123 'self':15 'self-awar':14 'shift':112 'singl':207 'slight':111 'sprig':208 'squint':120 'still':60,90 'threw':137 'time':222 'top':69 'univers':23 'vagu':140 'vers':46 'waft':205 'wall':168 'watch':58,95 'whatev':48 'wore':152 'would':158 'writer':74 'year':133"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5602867"
      +editedAt: DateTimeImmutable @1701708761 {#1731
        date: 2023-12-04 17:52:41.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701027119 {#1725
        date: 2023-11-26 20:31:59.0 +01:00
      }
      +"title": 167540
    }
  ]
  -id: 16973
  -titleTs: "'brrrrr':4 'channel':2 'go':3 'hallmark':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701093871
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8495008"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701007471 {#3293
    date: 2023-11-26 15:04:31.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
147 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1722
  +user: Proxies\__CG__\App\Entity\User {#3271 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3311 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "Hallmark-channel-go-brrrrr"
  +title: "Hallmark channel go brrrrr"
  +url: "https://lemmy.ml/pictrs/image/b6f79470-1d63-4511-9c50-454a53d9c976.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 147
  +favouriteCount: 1370
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701242252 {#3306
    date: 2023-11-29 08:17:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3313 …}
  +votes: Doctrine\ORM\PersistentCollection {#3315 …}
  +reports: Doctrine\ORM\PersistentCollection {#3317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
  +badges: Doctrine\ORM\PersistentCollection {#3323 …}
  +children: [
    App\Entity\EntryComment {#1723
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
      +body: """
        I love to just have them on, in the background. These movies are self-aware. The Netflix equivalent has its own universe with internal references to each other, which includes fake countries, maps, etc. I’m no joke invested in the Netflix Christmas-verse or whatever the fuck.\n
        \n
        Hallmark is a little less fun to watch, but still quality rubbish. Everyone knows it’s over the top. The actors, producers, and writers are all in on it. I’m not saying that makes them good. They are still bad. But when you watch them knowing the content is almost *intentionally* cringe, it’s a bit better. With a slight shift in perspective and perhaps a bit of squinting, you can see the Christmas overtures as nothing more than satire. Last year, one movie just threw in a vague reference to Santa. No beard. No glasses. Just a guy who wore a red coat and occasionally would get 1-3 seconds on camera breaking the fourth wall. He had like one line. No gifts. No reindeer. Never interacting with the Christmas Couple. Just essentially an old dude in red. To me, that’s the height of humor. It’s like they’re just wafting a single sprig of holly over the film in the editing room. I crack up every time.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 24
      +score: 0
      +lastActive: DateTime @1701027119 {#1617
        date: 2023-11-26 20:31:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
        "@Imgonnatrythis@sh.itjust.works"
        "@Decoy321@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1730 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1727 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 167540
      -bodyTs: "'-3':161 '1':160 'actor':71 'almost':101 'awar':16 'background':10 'bad':91 'beard':145 'better':108 'bit':107,118 'break':165 'camera':164 'christma':45,125,182 'christmas-vers':44 'coat':155 'content':99 'countri':33 'coupl':183 'crack':219 'cring':103 'dude':188 'edit':216 'equival':19 'essenti':185 'etc':35 'everi':221 'everyon':63 'fake':32 'film':213 'fourth':167 'fuck':50 'fun':56 'get':159 'gift':175 'glass':147 'good':87 'guy':150 'hallmark':51 'height':196 'holli':210 'humor':198 'includ':31 'intent':102 'interact':179 'intern':25 'invest':40 'joke':39 'know':64,97 'last':132 'less':55 'like':171,201 'line':173 'littl':54 'love':2 'm':37,81 'make':85 'map':34 'movi':12,135 'netflix':18,43 'never':178 'noth':128 'occasion':157 'old':187 'one':134,172 'overtur':126 'perhap':116 'perspect':114 'produc':72 'qualiti':61 're':203 'red':154,190 'refer':26,141 'reindeer':177 'room':217 'rubbish':62 'santa':143 'satir':131 'say':83 'second':162 'see':123 'self':15 'self-awar':14 'shift':112 'singl':207 'slight':111 'sprig':208 'squint':120 'still':60,90 'threw':137 'time':222 'top':69 'univers':23 'vagu':140 'vers':46 'waft':205 'wall':168 'watch':58,95 'whatev':48 'wore':152 'would':158 'writer':74 'year':133"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5602867"
      +editedAt: DateTimeImmutable @1701708761 {#1731
        date: 2023-12-04 17:52:41.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701027119 {#1725
        date: 2023-11-26 20:31:59.0 +01:00
      }
      +"title": 167540
    }
  ]
  -id: 16973
  -titleTs: "'brrrrr':4 'channel':2 'go':3 'hallmark':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701093871
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8495008"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701007471 {#3293
    date: 2023-11-26 15:04:31.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
148 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1722
  +user: Proxies\__CG__\App\Entity\User {#3271 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3311 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "Hallmark-channel-go-brrrrr"
  +title: "Hallmark channel go brrrrr"
  +url: "https://lemmy.ml/pictrs/image/b6f79470-1d63-4511-9c50-454a53d9c976.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 147
  +favouriteCount: 1370
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701242252 {#3306
    date: 2023-11-29 08:17:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3313 …}
  +votes: Doctrine\ORM\PersistentCollection {#3315 …}
  +reports: Doctrine\ORM\PersistentCollection {#3317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
  +badges: Doctrine\ORM\PersistentCollection {#3323 …}
  +children: [
    App\Entity\EntryComment {#1723
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
      +body: """
        I love to just have them on, in the background. These movies are self-aware. The Netflix equivalent has its own universe with internal references to each other, which includes fake countries, maps, etc. I’m no joke invested in the Netflix Christmas-verse or whatever the fuck.\n
        \n
        Hallmark is a little less fun to watch, but still quality rubbish. Everyone knows it’s over the top. The actors, producers, and writers are all in on it. I’m not saying that makes them good. They are still bad. But when you watch them knowing the content is almost *intentionally* cringe, it’s a bit better. With a slight shift in perspective and perhaps a bit of squinting, you can see the Christmas overtures as nothing more than satire. Last year, one movie just threw in a vague reference to Santa. No beard. No glasses. Just a guy who wore a red coat and occasionally would get 1-3 seconds on camera breaking the fourth wall. He had like one line. No gifts. No reindeer. Never interacting with the Christmas Couple. Just essentially an old dude in red. To me, that’s the height of humor. It’s like they’re just wafting a single sprig of holly over the film in the editing room. I crack up every time.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 24
      +score: 0
      +lastActive: DateTime @1701027119 {#1617
        date: 2023-11-26 20:31:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
        "@Imgonnatrythis@sh.itjust.works"
        "@Decoy321@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1730 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1727 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 167540
      -bodyTs: "'-3':161 '1':160 'actor':71 'almost':101 'awar':16 'background':10 'bad':91 'beard':145 'better':108 'bit':107,118 'break':165 'camera':164 'christma':45,125,182 'christmas-vers':44 'coat':155 'content':99 'countri':33 'coupl':183 'crack':219 'cring':103 'dude':188 'edit':216 'equival':19 'essenti':185 'etc':35 'everi':221 'everyon':63 'fake':32 'film':213 'fourth':167 'fuck':50 'fun':56 'get':159 'gift':175 'glass':147 'good':87 'guy':150 'hallmark':51 'height':196 'holli':210 'humor':198 'includ':31 'intent':102 'interact':179 'intern':25 'invest':40 'joke':39 'know':64,97 'last':132 'less':55 'like':171,201 'line':173 'littl':54 'love':2 'm':37,81 'make':85 'map':34 'movi':12,135 'netflix':18,43 'never':178 'noth':128 'occasion':157 'old':187 'one':134,172 'overtur':126 'perhap':116 'perspect':114 'produc':72 'qualiti':61 're':203 'red':154,190 'refer':26,141 'reindeer':177 'room':217 'rubbish':62 'santa':143 'satir':131 'say':83 'second':162 'see':123 'self':15 'self-awar':14 'shift':112 'singl':207 'slight':111 'sprig':208 'squint':120 'still':60,90 'threw':137 'time':222 'top':69 'univers':23 'vagu':140 'vers':46 'waft':205 'wall':168 'watch':58,95 'whatev':48 'wore':152 'would':158 'writer':74 'year':133"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5602867"
      +editedAt: DateTimeImmutable @1701708761 {#1731
        date: 2023-12-04 17:52:41.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701027119 {#1725
        date: 2023-11-26 20:31:59.0 +01:00
      }
      +"title": 167540
    }
  ]
  -id: 16973
  -titleTs: "'brrrrr':4 'channel':2 'go':3 'hallmark':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701093871
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8495008"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701007471 {#3293
    date: 2023-11-26 15:04:31.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
149 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
150 DENIED moderate
App\Entity\EntryComment {#1723
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1722
    +user: Proxies\__CG__\App\Entity\User {#3271 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "Hallmark-channel-go-brrrrr"
    +title: "Hallmark channel go brrrrr"
    +url: "https://lemmy.ml/pictrs/image/b6f79470-1d63-4511-9c50-454a53d9c976.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 147
    +favouriteCount: 1370
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701242252 {#3306
      date: 2023-11-29 08:17:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      App\Entity\EntryComment {#1723}
    ]
    -id: 16973
    -titleTs: "'brrrrr':4 'channel':2 'go':3 'hallmark':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701093871
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8495008"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701007471 {#3293
      date: 2023-11-26 15:04:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
  +body: """
    I love to just have them on, in the background. These movies are self-aware. The Netflix equivalent has its own universe with internal references to each other, which includes fake countries, maps, etc. I’m no joke invested in the Netflix Christmas-verse or whatever the fuck.\n
    \n
    Hallmark is a little less fun to watch, but still quality rubbish. Everyone knows it’s over the top. The actors, producers, and writers are all in on it. I’m not saying that makes them good. They are still bad. But when you watch them knowing the content is almost *intentionally* cringe, it’s a bit better. With a slight shift in perspective and perhaps a bit of squinting, you can see the Christmas overtures as nothing more than satire. Last year, one movie just threw in a vague reference to Santa. No beard. No glasses. Just a guy who wore a red coat and occasionally would get 1-3 seconds on camera breaking the fourth wall. He had like one line. No gifts. No reindeer. Never interacting with the Christmas Couple. Just essentially an old dude in red. To me, that’s the height of humor. It’s like they’re just wafting a single sprig of holly over the film in the editing room. I crack up every time.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 24
  +score: 0
  +lastActive: DateTime @1701027119 {#1617
    date: 2023-11-26 20:31:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
    "@Imgonnatrythis@sh.itjust.works"
    "@Decoy321@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 167540
  -bodyTs: "'-3':161 '1':160 'actor':71 'almost':101 'awar':16 'background':10 'bad':91 'beard':145 'better':108 'bit':107,118 'break':165 'camera':164 'christma':45,125,182 'christmas-vers':44 'coat':155 'content':99 'countri':33 'coupl':183 'crack':219 'cring':103 'dude':188 'edit':216 'equival':19 'essenti':185 'etc':35 'everi':221 'everyon':63 'fake':32 'film':213 'fourth':167 'fuck':50 'fun':56 'get':159 'gift':175 'glass':147 'good':87 'guy':150 'hallmark':51 'height':196 'holli':210 'humor':198 'includ':31 'intent':102 'interact':179 'intern':25 'invest':40 'joke':39 'know':64,97 'last':132 'less':55 'like':171,201 'line':173 'littl':54 'love':2 'm':37,81 'make':85 'map':34 'movi':12,135 'netflix':18,43 'never':178 'noth':128 'occasion':157 'old':187 'one':134,172 'overtur':126 'perhap':116 'perspect':114 'produc':72 'qualiti':61 're':203 'red':154,190 'refer':26,141 'reindeer':177 'room':217 'rubbish':62 'santa':143 'satir':131 'say':83 'second':162 'see':123 'self':15 'self-awar':14 'shift':112 'singl':207 'slight':111 'sprig':208 'squint':120 'still':60,90 'threw':137 'time':222 'top':69 'univers':23 'vagu':140 'vers':46 'waft':205 'wall':168 'watch':58,95 'whatev':48 'wore':152 'would':158 'writer':74 'year':133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5602867"
  +editedAt: DateTimeImmutable @1701708761 {#1731
    date: 2023-12-04 17:52:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701027119 {#1725
    date: 2023-11-26 20:31:59.0 +01:00
  }
  +"title": 167540
}
"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
151 DENIED edit
App\Entity\EntryComment {#1723
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1722
    +user: Proxies\__CG__\App\Entity\User {#3271 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "Hallmark-channel-go-brrrrr"
    +title: "Hallmark channel go brrrrr"
    +url: "https://lemmy.ml/pictrs/image/b6f79470-1d63-4511-9c50-454a53d9c976.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 147
    +favouriteCount: 1370
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701242252 {#3306
      date: 2023-11-29 08:17:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      App\Entity\EntryComment {#1723}
    ]
    -id: 16973
    -titleTs: "'brrrrr':4 'channel':2 'go':3 'hallmark':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701093871
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8495008"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701007471 {#3293
      date: 2023-11-26 15:04:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
  +body: """
    I love to just have them on, in the background. These movies are self-aware. The Netflix equivalent has its own universe with internal references to each other, which includes fake countries, maps, etc. I’m no joke invested in the Netflix Christmas-verse or whatever the fuck.\n
    \n
    Hallmark is a little less fun to watch, but still quality rubbish. Everyone knows it’s over the top. The actors, producers, and writers are all in on it. I’m not saying that makes them good. They are still bad. But when you watch them knowing the content is almost *intentionally* cringe, it’s a bit better. With a slight shift in perspective and perhaps a bit of squinting, you can see the Christmas overtures as nothing more than satire. Last year, one movie just threw in a vague reference to Santa. No beard. No glasses. Just a guy who wore a red coat and occasionally would get 1-3 seconds on camera breaking the fourth wall. He had like one line. No gifts. No reindeer. Never interacting with the Christmas Couple. Just essentially an old dude in red. To me, that’s the height of humor. It’s like they’re just wafting a single sprig of holly over the film in the editing room. I crack up every time.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 24
  +score: 0
  +lastActive: DateTime @1701027119 {#1617
    date: 2023-11-26 20:31:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
    "@Imgonnatrythis@sh.itjust.works"
    "@Decoy321@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 167540
  -bodyTs: "'-3':161 '1':160 'actor':71 'almost':101 'awar':16 'background':10 'bad':91 'beard':145 'better':108 'bit':107,118 'break':165 'camera':164 'christma':45,125,182 'christmas-vers':44 'coat':155 'content':99 'countri':33 'coupl':183 'crack':219 'cring':103 'dude':188 'edit':216 'equival':19 'essenti':185 'etc':35 'everi':221 'everyon':63 'fake':32 'film':213 'fourth':167 'fuck':50 'fun':56 'get':159 'gift':175 'glass':147 'good':87 'guy':150 'hallmark':51 'height':196 'holli':210 'humor':198 'includ':31 'intent':102 'interact':179 'intern':25 'invest':40 'joke':39 'know':64,97 'last':132 'less':55 'like':171,201 'line':173 'littl':54 'love':2 'm':37,81 'make':85 'map':34 'movi':12,135 'netflix':18,43 'never':178 'noth':128 'occasion':157 'old':187 'one':134,172 'overtur':126 'perhap':116 'perspect':114 'produc':72 'qualiti':61 're':203 'red':154,190 'refer':26,141 'reindeer':177 'room':217 'rubbish':62 'santa':143 'satir':131 'say':83 'second':162 'see':123 'self':15 'self-awar':14 'shift':112 'singl':207 'slight':111 'sprig':208 'squint':120 'still':60,90 'threw':137 'time':222 'top':69 'univers':23 'vagu':140 'vers':46 'waft':205 'wall':168 'watch':58,95 'whatev':48 'wore':152 'would':158 'writer':74 'year':133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5602867"
  +editedAt: DateTimeImmutable @1701708761 {#1731
    date: 2023-12-04 17:52:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701027119 {#1725
    date: 2023-11-26 20:31:59.0 +01:00
  }
  +"title": 167540
}
"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
152 DENIED moderate
App\Entity\EntryComment {#1723
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1722
    +user: Proxies\__CG__\App\Entity\User {#3271 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3311 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "Hallmark-channel-go-brrrrr"
    +title: "Hallmark channel go brrrrr"
    +url: "https://lemmy.ml/pictrs/image/b6f79470-1d63-4511-9c50-454a53d9c976.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 147
    +favouriteCount: 1370
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701242252 {#3306
      date: 2023-11-29 08:17:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3313 …}
    +votes: Doctrine\ORM\PersistentCollection {#3315 …}
    +reports: Doctrine\ORM\PersistentCollection {#3317 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3319 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3321 …}
    +badges: Doctrine\ORM\PersistentCollection {#3323 …}
    +children: [
      App\Entity\EntryComment {#1723}
    ]
    -id: 16973
    -titleTs: "'brrrrr':4 'channel':2 'go':3 'hallmark':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701093871
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8495008"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701007471 {#3293
      date: 2023-11-26 15:04:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1726 …}
  +body: """
    I love to just have them on, in the background. These movies are self-aware. The Netflix equivalent has its own universe with internal references to each other, which includes fake countries, maps, etc. I’m no joke invested in the Netflix Christmas-verse or whatever the fuck.\n
    \n
    Hallmark is a little less fun to watch, but still quality rubbish. Everyone knows it’s over the top. The actors, producers, and writers are all in on it. I’m not saying that makes them good. They are still bad. But when you watch them knowing the content is almost *intentionally* cringe, it’s a bit better. With a slight shift in perspective and perhaps a bit of squinting, you can see the Christmas overtures as nothing more than satire. Last year, one movie just threw in a vague reference to Santa. No beard. No glasses. Just a guy who wore a red coat and occasionally would get 1-3 seconds on camera breaking the fourth wall. He had like one line. No gifts. No reindeer. Never interacting with the Christmas Couple. Just essentially an old dude in red. To me, that’s the height of humor. It’s like they’re just wafting a single sprig of holly over the film in the editing room. I crack up every time.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 24
  +score: 0
  +lastActive: DateTime @1701027119 {#1617
    date: 2023-11-26 20:31:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
    "@Imgonnatrythis@sh.itjust.works"
    "@Decoy321@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 167540
  -bodyTs: "'-3':161 '1':160 'actor':71 'almost':101 'awar':16 'background':10 'bad':91 'beard':145 'better':108 'bit':107,118 'break':165 'camera':164 'christma':45,125,182 'christmas-vers':44 'coat':155 'content':99 'countri':33 'coupl':183 'crack':219 'cring':103 'dude':188 'edit':216 'equival':19 'essenti':185 'etc':35 'everi':221 'everyon':63 'fake':32 'film':213 'fourth':167 'fuck':50 'fun':56 'get':159 'gift':175 'glass':147 'good':87 'guy':150 'hallmark':51 'height':196 'holli':210 'humor':198 'includ':31 'intent':102 'interact':179 'intern':25 'invest':40 'joke':39 'know':64,97 'last':132 'less':55 'like':171,201 'line':173 'littl':54 'love':2 'm':37,81 'make':85 'map':34 'movi':12,135 'netflix':18,43 'never':178 'noth':128 'occasion':157 'old':187 'one':134,172 'overtur':126 'perhap':116 'perspect':114 'produc':72 'qualiti':61 're':203 'red':154,190 'refer':26,141 'reindeer':177 'room':217 'rubbish':62 'santa':143 'satir':131 'say':83 'second':162 'see':123 'self':15 'self-awar':14 'shift':112 'singl':207 'slight':111 'sprig':208 'squint':120 'still':60,90 'threw':137 'time':222 'top':69 'univers':23 'vagu':140 'vers':46 'waft':205 'wall':168 'watch':58,95 'whatev':48 'wore':152 'would':158 'writer':74 'year':133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5602867"
  +editedAt: DateTimeImmutable @1701708761 {#1731
    date: 2023-12-04 17:52:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701027119 {#1725
    date: 2023-11-26 20:31:59.0 +01:00
  }
  +"title": 167540
}
"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
153 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
154 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1692
  +user: Proxies\__CG__\App\Entity\User {#2780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3090 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3091 …}
  +slug: "It-s-funnt-because-it-s-true"
  +title: "It's funnt because it's true"
  +url: "https://fanaticus.social/pictrs/image/8b724557-c797-446f-8a3d-d369cf723810.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 197
  +favouriteCount: 1388
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701506148 {#3085
    date: 2023-12-02 09:35:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3100 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
  +badges: Doctrine\ORM\PersistentCollection {#3110 …}
  +children: [
    App\Entity\EntryComment {#1691
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "Boom. Roasted."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1701026247 {#1689
        date: 2023-11-26 20:17:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@redditLIFE@fanaticus.social"
        "@gmtom@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1611 …}
      +votes: Doctrine\ORM\PersistentCollection {#1630 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
      -id: 167479
      -bodyTs: "'boom':1 'roast':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5602548"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701026247 {#1686
        date: 2023-11-26 20:17:27.0 +01:00
      }
      +"title": 167479
    }
  ]
  -id: 16899
  -titleTs: "'funnt':3 'true':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701071847
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/963409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700985447 {#3012
    date: 2023-11-26 08:57:27.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
155 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1692
  +user: Proxies\__CG__\App\Entity\User {#2780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3090 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3091 …}
  +slug: "It-s-funnt-because-it-s-true"
  +title: "It's funnt because it's true"
  +url: "https://fanaticus.social/pictrs/image/8b724557-c797-446f-8a3d-d369cf723810.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 197
  +favouriteCount: 1388
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701506148 {#3085
    date: 2023-12-02 09:35:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3100 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
  +badges: Doctrine\ORM\PersistentCollection {#3110 …}
  +children: [
    App\Entity\EntryComment {#1691
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "Boom. Roasted."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1701026247 {#1689
        date: 2023-11-26 20:17:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@redditLIFE@fanaticus.social"
        "@gmtom@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1611 …}
      +votes: Doctrine\ORM\PersistentCollection {#1630 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
      -id: 167479
      -bodyTs: "'boom':1 'roast':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5602548"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701026247 {#1686
        date: 2023-11-26 20:17:27.0 +01:00
      }
      +"title": 167479
    }
  ]
  -id: 16899
  -titleTs: "'funnt':3 'true':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701071847
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/963409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700985447 {#3012
    date: 2023-11-26 08:57:27.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
156 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1692
  +user: Proxies\__CG__\App\Entity\User {#2780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: Proxies\__CG__\App\Entity\Image {#3090 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3091 …}
  +slug: "It-s-funnt-because-it-s-true"
  +title: "It's funnt because it's true"
  +url: "https://fanaticus.social/pictrs/image/8b724557-c797-446f-8a3d-d369cf723810.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 197
  +favouriteCount: 1388
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701506148 {#3085
    date: 2023-12-02 09:35:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3100 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
  +badges: Doctrine\ORM\PersistentCollection {#3110 …}
  +children: [
    App\Entity\EntryComment {#1691
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1692 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "Boom. Roasted."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1701026247 {#1689
        date: 2023-11-26 20:17:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@redditLIFE@fanaticus.social"
        "@gmtom@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1611 …}
      +votes: Doctrine\ORM\PersistentCollection {#1630 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
      -id: 167479
      -bodyTs: "'boom':1 'roast':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5602548"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701026247 {#1686
        date: 2023-11-26 20:17:27.0 +01:00
      }
      +"title": 167479
    }
  ]
  -id: 16899
  -titleTs: "'funnt':3 'true':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701071847
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/963409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700985447 {#3012
    date: 2023-11-26 08:57:27.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
157 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
158 DENIED moderate
App\Entity\EntryComment {#1691
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2780 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3090 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3091 …}
    +slug: "It-s-funnt-because-it-s-true"
    +title: "It's funnt because it's true"
    +url: "https://fanaticus.social/pictrs/image/8b724557-c797-446f-8a3d-d369cf723810.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 197
    +favouriteCount: 1388
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701506148 {#3085
      date: 2023-12-02 09:35:48.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3100 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3104 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
    +badges: Doctrine\ORM\PersistentCollection {#3110 …}
    +children: [
      App\Entity\EntryComment {#1691}
    ]
    -id: 16899
    -titleTs: "'funnt':3 'true':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701071847
    +visibility: "visible             "
    +apId: "https://fanaticus.social/post/963409"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700985447 {#3012
      date: 2023-11-26 08:57:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "Boom. Roasted."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1701026247 {#1689
    date: 2023-11-26 20:17:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@redditLIFE@fanaticus.social"
    "@gmtom@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 167479
  -bodyTs: "'boom':1 'roast':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5602548"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701026247 {#1686
    date: 2023-11-26 20:17:27.0 +01:00
  }
  +"title": 167479
}
"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
159 DENIED edit
App\Entity\EntryComment {#1691
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2780 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3090 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3091 …}
    +slug: "It-s-funnt-because-it-s-true"
    +title: "It's funnt because it's true"
    +url: "https://fanaticus.social/pictrs/image/8b724557-c797-446f-8a3d-d369cf723810.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 197
    +favouriteCount: 1388
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701506148 {#3085
      date: 2023-12-02 09:35:48.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3100 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3104 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
    +badges: Doctrine\ORM\PersistentCollection {#3110 …}
    +children: [
      App\Entity\EntryComment {#1691}
    ]
    -id: 16899
    -titleTs: "'funnt':3 'true':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701071847
    +visibility: "visible             "
    +apId: "https://fanaticus.social/post/963409"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700985447 {#3012
      date: 2023-11-26 08:57:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "Boom. Roasted."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1701026247 {#1689
    date: 2023-11-26 20:17:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@redditLIFE@fanaticus.social"
    "@gmtom@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 167479
  -bodyTs: "'boom':1 'roast':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5602548"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701026247 {#1686
    date: 2023-11-26 20:17:27.0 +01:00
  }
  +"title": 167479
}
"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
160 DENIED moderate
App\Entity\EntryComment {#1691
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1692
    +user: Proxies\__CG__\App\Entity\User {#2780 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
    +image: Proxies\__CG__\App\Entity\Image {#3090 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3091 …}
    +slug: "It-s-funnt-because-it-s-true"
    +title: "It's funnt because it's true"
    +url: "https://fanaticus.social/pictrs/image/8b724557-c797-446f-8a3d-d369cf723810.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 197
    +favouriteCount: 1388
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701506148 {#3085
      date: 2023-12-02 09:35:48.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3100 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3104 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3106 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3108 …}
    +badges: Doctrine\ORM\PersistentCollection {#3110 …}
    +children: [
      App\Entity\EntryComment {#1691}
    ]
    -id: 16899
    -titleTs: "'funnt':3 'true':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701071847
    +visibility: "visible             "
    +apId: "https://fanaticus.social/post/963409"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700985447 {#3012
      date: 2023-11-26 08:57:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "Boom. Roasted."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1701026247 {#1689
    date: 2023-11-26 20:17:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@redditLIFE@fanaticus.social"
    "@gmtom@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 167479
  -bodyTs: "'boom':1 'roast':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5602548"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701026247 {#1686
    date: 2023-11-26 20:17:27.0 +01:00
  }
  +"title": 167479
}
"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
161 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
162 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1720
  +user: Proxies\__CG__\App\Entity\User {#2142 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: Proxies\__CG__\App\Entity\Image {#3234 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
  +slug: "Time-Travel"
  +title: "Time Travel"
  +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701052269 {#3268
    date: 2023-11-27 03:31:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3275 …}
  +votes: Doctrine\ORM\PersistentCollection {#3277 …}
  +reports: Doctrine\ORM\PersistentCollection {#3279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3283 …}
  +badges: Doctrine\ORM\PersistentCollection {#3285 …}
  +children: [
    App\Entity\EntryComment {#1718
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1720 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +body: """
        Yeah that’s a fair assessment. But I like the description that they are “careful”. I forget who wrote it, but I remember someone saying that humans rise to the top of the social ladder quickly because we are not careful. We are willing to risk our lives testing a warp drive a day after inventing it. Meanwhile Vulcans would study the warp drive mechanics for a hundred years before testing it out. Vulcans are logically driven, but their logic attempts to preserve life as much as possible (ignoring wedding traditions). Humans use our lives more like Klingons - exploring is our sole form of glory. Klingons seek glory in war. We seek out new life and new civilizations because that is our cause.\n
        \n
        So are Vulcans careful and arguably fearful? Sure. But I like the idea of logic as a driver, so I tend to lean towards that since it’s more “canon”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701030942 {#1715
        date: 2023-11-26 21:35:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@EmergMemeHologram@startrek.website"
        "@jmcs@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 167815
      -bodyTs: "'arguabl':129 'assess':6 'attempt':81 'canon':153 'care':15,41,127 'caus':123 'civil':118 'day':54 'descript':11 'drive':52,64 'driven':77 'driver':141 'explor':99 'fair':5 'fear':130 'forget':17 'form':103 'glori':105,108 'human':27,92 'hundr':68 'idea':136 'ignor':89 'invent':56 'klingon':98,106 'ladder':35 'lean':146 'life':84,115 'like':9,97,134 'live':48,95 'logic':76,80,138 'meanwhil':58 'mechan':65 'much':86 'new':114,117 'possibl':88 'preserv':83 'quick':36 'rememb':23 'rise':28 'risk':46 'say':25 'seek':107,112 'sinc':149 'social':34 'sole':102 'someon':24 'studi':61 'sure':131 'tend':144 'test':49,71 'top':31 'toward':147 'tradit':91 'use':93 'vulcan':59,74,126 'war':110 'warp':51,63 'wed':90 'will':44 'would':60 'wrote':19 'yeah':1 'year':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5604247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701030942 {#1714
        date: 2023-11-26 21:35:42.0 +01:00
      }
      +"title": 167815
    }
  ]
  -id: 16827
  -titleTs: "'time':1 'travel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039147
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4061124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952747 {#3256
    date: 2023-11-25 23:52:27.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
163 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1720
  +user: Proxies\__CG__\App\Entity\User {#2142 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: Proxies\__CG__\App\Entity\Image {#3234 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
  +slug: "Time-Travel"
  +title: "Time Travel"
  +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701052269 {#3268
    date: 2023-11-27 03:31:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3275 …}
  +votes: Doctrine\ORM\PersistentCollection {#3277 …}
  +reports: Doctrine\ORM\PersistentCollection {#3279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3283 …}
  +badges: Doctrine\ORM\PersistentCollection {#3285 …}
  +children: [
    App\Entity\EntryComment {#1718
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1720 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +body: """
        Yeah that’s a fair assessment. But I like the description that they are “careful”. I forget who wrote it, but I remember someone saying that humans rise to the top of the social ladder quickly because we are not careful. We are willing to risk our lives testing a warp drive a day after inventing it. Meanwhile Vulcans would study the warp drive mechanics for a hundred years before testing it out. Vulcans are logically driven, but their logic attempts to preserve life as much as possible (ignoring wedding traditions). Humans use our lives more like Klingons - exploring is our sole form of glory. Klingons seek glory in war. We seek out new life and new civilizations because that is our cause.\n
        \n
        So are Vulcans careful and arguably fearful? Sure. But I like the idea of logic as a driver, so I tend to lean towards that since it’s more “canon”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701030942 {#1715
        date: 2023-11-26 21:35:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@EmergMemeHologram@startrek.website"
        "@jmcs@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 167815
      -bodyTs: "'arguabl':129 'assess':6 'attempt':81 'canon':153 'care':15,41,127 'caus':123 'civil':118 'day':54 'descript':11 'drive':52,64 'driven':77 'driver':141 'explor':99 'fair':5 'fear':130 'forget':17 'form':103 'glori':105,108 'human':27,92 'hundr':68 'idea':136 'ignor':89 'invent':56 'klingon':98,106 'ladder':35 'lean':146 'life':84,115 'like':9,97,134 'live':48,95 'logic':76,80,138 'meanwhil':58 'mechan':65 'much':86 'new':114,117 'possibl':88 'preserv':83 'quick':36 'rememb':23 'rise':28 'risk':46 'say':25 'seek':107,112 'sinc':149 'social':34 'sole':102 'someon':24 'studi':61 'sure':131 'tend':144 'test':49,71 'top':31 'toward':147 'tradit':91 'use':93 'vulcan':59,74,126 'war':110 'warp':51,63 'wed':90 'will':44 'would':60 'wrote':19 'yeah':1 'year':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5604247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701030942 {#1714
        date: 2023-11-26 21:35:42.0 +01:00
      }
      +"title": 167815
    }
  ]
  -id: 16827
  -titleTs: "'time':1 'travel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039147
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4061124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952747 {#3256
    date: 2023-11-25 23:52:27.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
164 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1720
  +user: Proxies\__CG__\App\Entity\User {#2142 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: Proxies\__CG__\App\Entity\Image {#3234 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
  +slug: "Time-Travel"
  +title: "Time Travel"
  +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701052269 {#3268
    date: 2023-11-27 03:31:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3275 …}
  +votes: Doctrine\ORM\PersistentCollection {#3277 …}
  +reports: Doctrine\ORM\PersistentCollection {#3279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3283 …}
  +badges: Doctrine\ORM\PersistentCollection {#3285 …}
  +children: [
    App\Entity\EntryComment {#1718
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1720 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +body: """
        Yeah that’s a fair assessment. But I like the description that they are “careful”. I forget who wrote it, but I remember someone saying that humans rise to the top of the social ladder quickly because we are not careful. We are willing to risk our lives testing a warp drive a day after inventing it. Meanwhile Vulcans would study the warp drive mechanics for a hundred years before testing it out. Vulcans are logically driven, but their logic attempts to preserve life as much as possible (ignoring wedding traditions). Humans use our lives more like Klingons - exploring is our sole form of glory. Klingons seek glory in war. We seek out new life and new civilizations because that is our cause.\n
        \n
        So are Vulcans careful and arguably fearful? Sure. But I like the idea of logic as a driver, so I tend to lean towards that since it’s more “canon”.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701030942 {#1715
        date: 2023-11-26 21:35:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@EmergMemeHologram@startrek.website"
        "@jmcs@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 167815
      -bodyTs: "'arguabl':129 'assess':6 'attempt':81 'canon':153 'care':15,41,127 'caus':123 'civil':118 'day':54 'descript':11 'drive':52,64 'driven':77 'driver':141 'explor':99 'fair':5 'fear':130 'forget':17 'form':103 'glori':105,108 'human':27,92 'hundr':68 'idea':136 'ignor':89 'invent':56 'klingon':98,106 'ladder':35 'lean':146 'life':84,115 'like':9,97,134 'live':48,95 'logic':76,80,138 'meanwhil':58 'mechan':65 'much':86 'new':114,117 'possibl':88 'preserv':83 'quick':36 'rememb':23 'rise':28 'risk':46 'say':25 'seek':107,112 'sinc':149 'social':34 'sole':102 'someon':24 'studi':61 'sure':131 'tend':144 'test':49,71 'top':31 'toward':147 'tradit':91 'use':93 'vulcan':59,74,126 'war':110 'warp':51,63 'wed':90 'will':44 'would':60 'wrote':19 'yeah':1 'year':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5604247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701030942 {#1714
        date: 2023-11-26 21:35:42.0 +01:00
      }
      +"title": 167815
    }
  ]
  -id: 16827
  -titleTs: "'time':1 'travel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039147
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4061124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952747 {#3256
    date: 2023-11-25 23:52:27.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
165 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
166 DENIED moderate
App\Entity\EntryComment {#1718
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1720
    +user: Proxies\__CG__\App\Entity\User {#2142 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: Proxies\__CG__\App\Entity\Image {#3234 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
    +slug: "Time-Travel"
    +title: "Time Travel"
    +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 124
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701052269 {#3268
      date: 2023-11-27 03:31:09.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3275 …}
    +votes: Doctrine\ORM\PersistentCollection {#3277 …}
    +reports: Doctrine\ORM\PersistentCollection {#3279 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3281 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3283 …}
    +badges: Doctrine\ORM\PersistentCollection {#3285 …}
    +children: [
      App\Entity\EntryComment {#1718}
    ]
    -id: 16827
    -titleTs: "'time':1 'travel':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701039147
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4061124"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700952747 {#3256
      date: 2023-11-25 23:52:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +body: """
    Yeah that’s a fair assessment. But I like the description that they are “careful”. I forget who wrote it, but I remember someone saying that humans rise to the top of the social ladder quickly because we are not careful. We are willing to risk our lives testing a warp drive a day after inventing it. Meanwhile Vulcans would study the warp drive mechanics for a hundred years before testing it out. Vulcans are logically driven, but their logic attempts to preserve life as much as possible (ignoring wedding traditions). Humans use our lives more like Klingons - exploring is our sole form of glory. Klingons seek glory in war. We seek out new life and new civilizations because that is our cause.\n
    \n
    So are Vulcans careful and arguably fearful? Sure. But I like the idea of logic as a driver, so I tend to lean towards that since it’s more “canon”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701030942 {#1715
    date: 2023-11-26 21:35:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@EmergMemeHologram@startrek.website"
    "@jmcs@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 167815
  -bodyTs: "'arguabl':129 'assess':6 'attempt':81 'canon':153 'care':15,41,127 'caus':123 'civil':118 'day':54 'descript':11 'drive':52,64 'driven':77 'driver':141 'explor':99 'fair':5 'fear':130 'forget':17 'form':103 'glori':105,108 'human':27,92 'hundr':68 'idea':136 'ignor':89 'invent':56 'klingon':98,106 'ladder':35 'lean':146 'life':84,115 'like':9,97,134 'live':48,95 'logic':76,80,138 'meanwhil':58 'mechan':65 'much':86 'new':114,117 'possibl':88 'preserv':83 'quick':36 'rememb':23 'rise':28 'risk':46 'say':25 'seek':107,112 'sinc':149 'social':34 'sole':102 'someon':24 'studi':61 'sure':131 'tend':144 'test':49,71 'top':31 'toward':147 'tradit':91 'use':93 'vulcan':59,74,126 'war':110 'warp':51,63 'wed':90 'will':44 'would':60 'wrote':19 'yeah':1 'year':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5604247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701030942 {#1714
    date: 2023-11-26 21:35:42.0 +01:00
  }
  +"title": 167815
}
"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
167 DENIED edit
App\Entity\EntryComment {#1718
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1720
    +user: Proxies\__CG__\App\Entity\User {#2142 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: Proxies\__CG__\App\Entity\Image {#3234 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
    +slug: "Time-Travel"
    +title: "Time Travel"
    +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 124
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701052269 {#3268
      date: 2023-11-27 03:31:09.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3275 …}
    +votes: Doctrine\ORM\PersistentCollection {#3277 …}
    +reports: Doctrine\ORM\PersistentCollection {#3279 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3281 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3283 …}
    +badges: Doctrine\ORM\PersistentCollection {#3285 …}
    +children: [
      App\Entity\EntryComment {#1718}
    ]
    -id: 16827
    -titleTs: "'time':1 'travel':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701039147
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4061124"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700952747 {#3256
      date: 2023-11-25 23:52:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +body: """
    Yeah that’s a fair assessment. But I like the description that they are “careful”. I forget who wrote it, but I remember someone saying that humans rise to the top of the social ladder quickly because we are not careful. We are willing to risk our lives testing a warp drive a day after inventing it. Meanwhile Vulcans would study the warp drive mechanics for a hundred years before testing it out. Vulcans are logically driven, but their logic attempts to preserve life as much as possible (ignoring wedding traditions). Humans use our lives more like Klingons - exploring is our sole form of glory. Klingons seek glory in war. We seek out new life and new civilizations because that is our cause.\n
    \n
    So are Vulcans careful and arguably fearful? Sure. But I like the idea of logic as a driver, so I tend to lean towards that since it’s more “canon”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701030942 {#1715
    date: 2023-11-26 21:35:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@EmergMemeHologram@startrek.website"
    "@jmcs@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 167815
  -bodyTs: "'arguabl':129 'assess':6 'attempt':81 'canon':153 'care':15,41,127 'caus':123 'civil':118 'day':54 'descript':11 'drive':52,64 'driven':77 'driver':141 'explor':99 'fair':5 'fear':130 'forget':17 'form':103 'glori':105,108 'human':27,92 'hundr':68 'idea':136 'ignor':89 'invent':56 'klingon':98,106 'ladder':35 'lean':146 'life':84,115 'like':9,97,134 'live':48,95 'logic':76,80,138 'meanwhil':58 'mechan':65 'much':86 'new':114,117 'possibl':88 'preserv':83 'quick':36 'rememb':23 'rise':28 'risk':46 'say':25 'seek':107,112 'sinc':149 'social':34 'sole':102 'someon':24 'studi':61 'sure':131 'tend':144 'test':49,71 'top':31 'toward':147 'tradit':91 'use':93 'vulcan':59,74,126 'war':110 'warp':51,63 'wed':90 'will':44 'would':60 'wrote':19 'yeah':1 'year':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5604247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701030942 {#1714
    date: 2023-11-26 21:35:42.0 +01:00
  }
  +"title": 167815
}
"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
168 DENIED moderate
App\Entity\EntryComment {#1718
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1720
    +user: Proxies\__CG__\App\Entity\User {#2142 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: Proxies\__CG__\App\Entity\Image {#3234 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3273 …}
    +slug: "Time-Travel"
    +title: "Time Travel"
    +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 124
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701052269 {#3268
      date: 2023-11-27 03:31:09.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3275 …}
    +votes: Doctrine\ORM\PersistentCollection {#3277 …}
    +reports: Doctrine\ORM\PersistentCollection {#3279 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3281 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3283 …}
    +badges: Doctrine\ORM\PersistentCollection {#3285 …}
    +children: [
      App\Entity\EntryComment {#1718}
    ]
    -id: 16827
    -titleTs: "'time':1 'travel':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701039147
    +visibility: "visible             "
    +apId: "https://startrek.website/post/4061124"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700952747 {#3256
      date: 2023-11-25 23:52:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +body: """
    Yeah that’s a fair assessment. But I like the description that they are “careful”. I forget who wrote it, but I remember someone saying that humans rise to the top of the social ladder quickly because we are not careful. We are willing to risk our lives testing a warp drive a day after inventing it. Meanwhile Vulcans would study the warp drive mechanics for a hundred years before testing it out. Vulcans are logically driven, but their logic attempts to preserve life as much as possible (ignoring wedding traditions). Humans use our lives more like Klingons - exploring is our sole form of glory. Klingons seek glory in war. We seek out new life and new civilizations because that is our cause.\n
    \n
    So are Vulcans careful and arguably fearful? Sure. But I like the idea of logic as a driver, so I tend to lean towards that since it’s more “canon”.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701030942 {#1715
    date: 2023-11-26 21:35:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@EmergMemeHologram@startrek.website"
    "@jmcs@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 167815
  -bodyTs: "'arguabl':129 'assess':6 'attempt':81 'canon':153 'care':15,41,127 'caus':123 'civil':118 'day':54 'descript':11 'drive':52,64 'driven':77 'driver':141 'explor':99 'fair':5 'fear':130 'forget':17 'form':103 'glori':105,108 'human':27,92 'hundr':68 'idea':136 'ignor':89 'invent':56 'klingon':98,106 'ladder':35 'lean':146 'life':84,115 'like':9,97,134 'live':48,95 'logic':76,80,138 'meanwhil':58 'mechan':65 'much':86 'new':114,117 'possibl':88 'preserv':83 'quick':36 'rememb':23 'rise':28 'risk':46 'say':25 'seek':107,112 'sinc':149 'social':34 'sole':102 'someon':24 'studi':61 'sure':131 'tend':144 'test':49,71 'top':31 'toward':147 'tradit':91 'use':93 'vulcan':59,74,126 'war':110 'warp':51,63 'wed':90 'will':44 'would':60 'wrote':19 'yeah':1 'year':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5604247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701030942 {#1714
    date: 2023-11-26 21:35:42.0 +01:00
  }
  +"title": 167815
}
"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
169 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
170 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#3137 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3139 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "alias-2024-echo-YEAR-OF-THE-DESKTOP"
  +title: "alias 2024='echo "YEAR OF THE DESKTOP"'"
  +url: "https://lemmy.ml/pictrs/image/b0a023c0-a626-474f-8cab-d6d1557d920c.jpeg"
  +body: "Edit: Enough money as in buying a PC supporting windows 11"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 123
  +favouriteCount: 308
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701309937 {#3132
    date: 2023-11-30 03:05:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3141 …}
  +votes: Doctrine\ORM\PersistentCollection {#3143 …}
  +reports: Doctrine\ORM\PersistentCollection {#3145 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
  +badges: Doctrine\ORM\PersistentCollection {#3151 …}
  +children: [
    App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1556 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
      +body: "I have no idea how you’ve run into so many issues. People shit on Ubuntu here but I’ve always used it as a “Mac OS alternative” since the flavor feels similar. My wife uses it all the time and has very few issues. The only issue we run into is Bluetooth, but I have Bluetooth issues with every OS I’ve ever used: Android, MacOS, Windows, etc."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700580594 {#1585
        date: 2023-11-21 16:29:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@fatbeer@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1554 …}
      +nested: Doctrine\ORM\PersistentCollection {#1620 …}
      +votes: Doctrine\ORM\PersistentCollection {#1604 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 147176
      -bodyTs: "'altern':28 'alway':21 'android':66 'bluetooth':53,57 'etc':69 'ever':64 'everi':60 'feel':32 'flavor':31 'idea':4 'issu':12,45,48,58 'mac':26 'maco':67 'mani':11 'os':27,61 'peopl':13 'run':8,50 'shit':14 'similar':33 'sinc':29 'time':40 'ubuntu':16 'use':22,36,65 've':7,20,63 'wife':35 'window':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5479018"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700580594 {#1557
        date: 2023-11-21 16:29:54.0 +01:00
      }
      +"title": 147176
    }
  ]
  -id: 15028
  -titleTs: "'2024':2 'alia':1 'desktop':7 'echo':3 'year':4"
  -bodyTs: "'11':11 'buy':6 'edit':1 'enough':2 'money':3 'pc':8 'support':9 'window':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700649657
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8266846"
  +editedAt: DateTimeImmutable @1701024875 {#3118
    date: 2023-11-26 19:54:35.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700563257 {#3096
    date: 2023-11-21 11:40:57.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
171 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#3137 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3139 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "alias-2024-echo-YEAR-OF-THE-DESKTOP"
  +title: "alias 2024='echo "YEAR OF THE DESKTOP"'"
  +url: "https://lemmy.ml/pictrs/image/b0a023c0-a626-474f-8cab-d6d1557d920c.jpeg"
  +body: "Edit: Enough money as in buying a PC supporting windows 11"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 123
  +favouriteCount: 308
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701309937 {#3132
    date: 2023-11-30 03:05:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3141 …}
  +votes: Doctrine\ORM\PersistentCollection {#3143 …}
  +reports: Doctrine\ORM\PersistentCollection {#3145 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
  +badges: Doctrine\ORM\PersistentCollection {#3151 …}
  +children: [
    App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1556 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
      +body: "I have no idea how you’ve run into so many issues. People shit on Ubuntu here but I’ve always used it as a “Mac OS alternative” since the flavor feels similar. My wife uses it all the time and has very few issues. The only issue we run into is Bluetooth, but I have Bluetooth issues with every OS I’ve ever used: Android, MacOS, Windows, etc."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700580594 {#1585
        date: 2023-11-21 16:29:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@fatbeer@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1554 …}
      +nested: Doctrine\ORM\PersistentCollection {#1620 …}
      +votes: Doctrine\ORM\PersistentCollection {#1604 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 147176
      -bodyTs: "'altern':28 'alway':21 'android':66 'bluetooth':53,57 'etc':69 'ever':64 'everi':60 'feel':32 'flavor':31 'idea':4 'issu':12,45,48,58 'mac':26 'maco':67 'mani':11 'os':27,61 'peopl':13 'run':8,50 'shit':14 'similar':33 'sinc':29 'time':40 'ubuntu':16 'use':22,36,65 've':7,20,63 'wife':35 'window':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5479018"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700580594 {#1557
        date: 2023-11-21 16:29:54.0 +01:00
      }
      +"title": 147176
    }
  ]
  -id: 15028
  -titleTs: "'2024':2 'alia':1 'desktop':7 'echo':3 'year':4"
  -bodyTs: "'11':11 'buy':6 'edit':1 'enough':2 'money':3 'pc':8 'support':9 'window':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700649657
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8266846"
  +editedAt: DateTimeImmutable @1701024875 {#3118
    date: 2023-11-26 19:54:35.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700563257 {#3096
    date: 2023-11-21 11:40:57.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
172 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#3137 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3139 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
  +slug: "alias-2024-echo-YEAR-OF-THE-DESKTOP"
  +title: "alias 2024='echo "YEAR OF THE DESKTOP"'"
  +url: "https://lemmy.ml/pictrs/image/b0a023c0-a626-474f-8cab-d6d1557d920c.jpeg"
  +body: "Edit: Enough money as in buying a PC supporting windows 11"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 123
  +favouriteCount: 308
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701309937 {#3132
    date: 2023-11-30 03:05:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3141 …}
  +votes: Doctrine\ORM\PersistentCollection {#3143 …}
  +reports: Doctrine\ORM\PersistentCollection {#3145 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
  +badges: Doctrine\ORM\PersistentCollection {#3151 …}
  +children: [
    App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1556 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
      +body: "I have no idea how you’ve run into so many issues. People shit on Ubuntu here but I’ve always used it as a “Mac OS alternative” since the flavor feels similar. My wife uses it all the time and has very few issues. The only issue we run into is Bluetooth, but I have Bluetooth issues with every OS I’ve ever used: Android, MacOS, Windows, etc."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700580594 {#1585
        date: 2023-11-21 16:29:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@fatbeer@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1554 …}
      +nested: Doctrine\ORM\PersistentCollection {#1620 …}
      +votes: Doctrine\ORM\PersistentCollection {#1604 …}
      +reports: Doctrine\ORM\PersistentCollection {#1619 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 147176
      -bodyTs: "'altern':28 'alway':21 'android':66 'bluetooth':53,57 'etc':69 'ever':64 'everi':60 'feel':32 'flavor':31 'idea':4 'issu':12,45,48,58 'mac':26 'maco':67 'mani':11 'os':27,61 'peopl':13 'run':8,50 'shit':14 'similar':33 'sinc':29 'time':40 'ubuntu':16 'use':22,36,65 've':7,20,63 'wife':35 'window':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5479018"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700580594 {#1557
        date: 2023-11-21 16:29:54.0 +01:00
      }
      +"title": 147176
    }
  ]
  -id: 15028
  -titleTs: "'2024':2 'alia':1 'desktop':7 'echo':3 'year':4"
  -bodyTs: "'11':11 'buy':6 'edit':1 'enough':2 'money':3 'pc':8 'support':9 'window':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700649657
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8266846"
  +editedAt: DateTimeImmutable @1701024875 {#3118
    date: 2023-11-26 19:54:35.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700563257 {#3096
    date: 2023-11-21 11:40:57.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
173 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
174 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1556
    +user: Proxies\__CG__\App\Entity\User {#3137 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3139 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "alias-2024-echo-YEAR-OF-THE-DESKTOP"
    +title: "alias 2024='echo "YEAR OF THE DESKTOP"'"
    +url: "https://lemmy.ml/pictrs/image/b0a023c0-a626-474f-8cab-d6d1557d920c.jpeg"
    +body: "Edit: Enough money as in buying a PC supporting windows 11"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 123
    +favouriteCount: 308
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701309937 {#3132
      date: 2023-11-30 03:05:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3141 …}
    +votes: Doctrine\ORM\PersistentCollection {#3143 …}
    +reports: Doctrine\ORM\PersistentCollection {#3145 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
    +badges: Doctrine\ORM\PersistentCollection {#3151 …}
    +children: [
      App\Entity\EntryComment {#1555}
    ]
    -id: 15028
    -titleTs: "'2024':2 'alia':1 'desktop':7 'echo':3 'year':4"
    -bodyTs: "'11':11 'buy':6 'edit':1 'enough':2 'money':3 'pc':8 'support':9 'window':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700649657
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8266846"
    +editedAt: DateTimeImmutable @1701024875 {#3118
      date: 2023-11-26 19:54:35.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700563257 {#3096
      date: 2023-11-21 11:40:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +body: "I have no idea how you’ve run into so many issues. People shit on Ubuntu here but I’ve always used it as a “Mac OS alternative” since the flavor feels similar. My wife uses it all the time and has very few issues. The only issue we run into is Bluetooth, but I have Bluetooth issues with every OS I’ve ever used: Android, MacOS, Windows, etc."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700580594 {#1585
    date: 2023-11-21 16:29:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@fatbeer@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1554 …}
  +nested: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1604 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 147176
  -bodyTs: "'altern':28 'alway':21 'android':66 'bluetooth':53,57 'etc':69 'ever':64 'everi':60 'feel':32 'flavor':31 'idea':4 'issu':12,45,48,58 'mac':26 'maco':67 'mani':11 'os':27,61 'peopl':13 'run':8,50 'shit':14 'similar':33 'sinc':29 'time':40 'ubuntu':16 'use':22,36,65 've':7,20,63 'wife':35 'window':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5479018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700580594 {#1557
    date: 2023-11-21 16:29:54.0 +01:00
  }
  +"title": 147176
}
"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
175 DENIED edit
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1556
    +user: Proxies\__CG__\App\Entity\User {#3137 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3139 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "alias-2024-echo-YEAR-OF-THE-DESKTOP"
    +title: "alias 2024='echo "YEAR OF THE DESKTOP"'"
    +url: "https://lemmy.ml/pictrs/image/b0a023c0-a626-474f-8cab-d6d1557d920c.jpeg"
    +body: "Edit: Enough money as in buying a PC supporting windows 11"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 123
    +favouriteCount: 308
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701309937 {#3132
      date: 2023-11-30 03:05:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3141 …}
    +votes: Doctrine\ORM\PersistentCollection {#3143 …}
    +reports: Doctrine\ORM\PersistentCollection {#3145 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
    +badges: Doctrine\ORM\PersistentCollection {#3151 …}
    +children: [
      App\Entity\EntryComment {#1555}
    ]
    -id: 15028
    -titleTs: "'2024':2 'alia':1 'desktop':7 'echo':3 'year':4"
    -bodyTs: "'11':11 'buy':6 'edit':1 'enough':2 'money':3 'pc':8 'support':9 'window':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700649657
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8266846"
    +editedAt: DateTimeImmutable @1701024875 {#3118
      date: 2023-11-26 19:54:35.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700563257 {#3096
      date: 2023-11-21 11:40:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +body: "I have no idea how you’ve run into so many issues. People shit on Ubuntu here but I’ve always used it as a “Mac OS alternative” since the flavor feels similar. My wife uses it all the time and has very few issues. The only issue we run into is Bluetooth, but I have Bluetooth issues with every OS I’ve ever used: Android, MacOS, Windows, etc."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700580594 {#1585
    date: 2023-11-21 16:29:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@fatbeer@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1554 …}
  +nested: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1604 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 147176
  -bodyTs: "'altern':28 'alway':21 'android':66 'bluetooth':53,57 'etc':69 'ever':64 'everi':60 'feel':32 'flavor':31 'idea':4 'issu':12,45,48,58 'mac':26 'maco':67 'mani':11 'os':27,61 'peopl':13 'run':8,50 'shit':14 'similar':33 'sinc':29 'time':40 'ubuntu':16 'use':22,36,65 've':7,20,63 'wife':35 'window':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5479018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700580594 {#1557
    date: 2023-11-21 16:29:54.0 +01:00
  }
  +"title": 147176
}
"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
176 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1556
    +user: Proxies\__CG__\App\Entity\User {#3137 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3139 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3140 …}
    +slug: "alias-2024-echo-YEAR-OF-THE-DESKTOP"
    +title: "alias 2024='echo "YEAR OF THE DESKTOP"'"
    +url: "https://lemmy.ml/pictrs/image/b0a023c0-a626-474f-8cab-d6d1557d920c.jpeg"
    +body: "Edit: Enough money as in buying a PC supporting windows 11"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 123
    +favouriteCount: 308
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701309937 {#3132
      date: 2023-11-30 03:05:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3141 …}
    +votes: Doctrine\ORM\PersistentCollection {#3143 …}
    +reports: Doctrine\ORM\PersistentCollection {#3145 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
    +badges: Doctrine\ORM\PersistentCollection {#3151 …}
    +children: [
      App\Entity\EntryComment {#1555}
    ]
    -id: 15028
    -titleTs: "'2024':2 'alia':1 'desktop':7 'echo':3 'year':4"
    -bodyTs: "'11':11 'buy':6 'edit':1 'enough':2 'money':3 'pc':8 'support':9 'window':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700649657
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8266846"
    +editedAt: DateTimeImmutable @1701024875 {#3118
      date: 2023-11-26 19:54:35.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700563257 {#3096
      date: 2023-11-21 11:40:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1565 …}
  +body: "I have no idea how you’ve run into so many issues. People shit on Ubuntu here but I’ve always used it as a “Mac OS alternative” since the flavor feels similar. My wife uses it all the time and has very few issues. The only issue we run into is Bluetooth, but I have Bluetooth issues with every OS I’ve ever used: Android, MacOS, Windows, etc."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700580594 {#1585
    date: 2023-11-21 16:29:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@fatbeer@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1554 …}
  +nested: Doctrine\ORM\PersistentCollection {#1620 …}
  +votes: Doctrine\ORM\PersistentCollection {#1604 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 147176
  -bodyTs: "'altern':28 'alway':21 'android':66 'bluetooth':53,57 'etc':69 'ever':64 'everi':60 'feel':32 'flavor':31 'idea':4 'issu':12,45,48,58 'mac':26 'maco':67 'mani':11 'os':27,61 'peopl':13 'run':8,50 'shit':14 'similar':33 'sinc':29 'time':40 'ubuntu':16 'use':22,36,65 've':7,20,63 'wife':35 'window':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5479018"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700580594 {#1557
    date: 2023-11-21 16:29:54.0 +01:00
  }
  +"title": 147176
}
"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
177 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
178 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1575
  +user: Proxies\__CG__\App\Entity\User {#3006 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3117 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3119 …}
  +slug: "If-linux-distributions-were-tools"
  +title: "If linux distributions were tools."
  +url: "https://sh.itjust.works/pictrs/image/904349d7-c2f6-4414-85e9-0131bf97caac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 251
  +favouriteCount: 939
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700811508 {#3112
    date: 2023-11-24 08:38:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3120 …}
  +votes: Doctrine\ORM\PersistentCollection {#3122 …}
  +reports: Doctrine\ORM\PersistentCollection {#3124 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3126 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3128 …}
  +badges: Doctrine\ORM\PersistentCollection {#3130 …}
  +children: [
    App\Entity\EntryComment {#1639
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1575 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +body: "What’s wrong with Ubuntu in general?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699975320 {#1693
        date: 2023-11-14 16:22:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@feminalpanda@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1553 …}
      +nested: Doctrine\ORM\PersistentCollection {#1661 …}
      +votes: Doctrine\ORM\PersistentCollection {#1653 …}
      +reports: Doctrine\ORM\PersistentCollection {#1649 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
      -id: 123593
      -bodyTs: "'general':7 'ubuntu':5 'wrong':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5307058"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699975320 {#1696
        date: 2023-11-14 16:22:00.0 +01:00
      }
      +"title": 123593
    }
  ]
  -id: 12926
  -titleTs: "'distribut':3 'linux':2 'tool':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700056223
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9153368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699969823 {#3093
    date: 2023-11-14 14:50: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
179 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1575
  +user: Proxies\__CG__\App\Entity\User {#3006 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3117 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3119 …}
  +slug: "If-linux-distributions-were-tools"
  +title: "If linux distributions were tools."
  +url: "https://sh.itjust.works/pictrs/image/904349d7-c2f6-4414-85e9-0131bf97caac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 251
  +favouriteCount: 939
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700811508 {#3112
    date: 2023-11-24 08:38:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3120 …}
  +votes: Doctrine\ORM\PersistentCollection {#3122 …}
  +reports: Doctrine\ORM\PersistentCollection {#3124 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3126 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3128 …}
  +badges: Doctrine\ORM\PersistentCollection {#3130 …}
  +children: [
    App\Entity\EntryComment {#1639
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1575 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +body: "What’s wrong with Ubuntu in general?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699975320 {#1693
        date: 2023-11-14 16:22:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@feminalpanda@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1553 …}
      +nested: Doctrine\ORM\PersistentCollection {#1661 …}
      +votes: Doctrine\ORM\PersistentCollection {#1653 …}
      +reports: Doctrine\ORM\PersistentCollection {#1649 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
      -id: 123593
      -bodyTs: "'general':7 'ubuntu':5 'wrong':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5307058"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699975320 {#1696
        date: 2023-11-14 16:22:00.0 +01:00
      }
      +"title": 123593
    }
  ]
  -id: 12926
  -titleTs: "'distribut':3 'linux':2 'tool':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700056223
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9153368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699969823 {#3093
    date: 2023-11-14 14:50: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
180 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1575
  +user: Proxies\__CG__\App\Entity\User {#3006 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#3117 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3119 …}
  +slug: "If-linux-distributions-were-tools"
  +title: "If linux distributions were tools."
  +url: "https://sh.itjust.works/pictrs/image/904349d7-c2f6-4414-85e9-0131bf97caac.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 251
  +favouriteCount: 939
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700811508 {#3112
    date: 2023-11-24 08:38:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3120 …}
  +votes: Doctrine\ORM\PersistentCollection {#3122 …}
  +reports: Doctrine\ORM\PersistentCollection {#3124 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3126 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3128 …}
  +badges: Doctrine\ORM\PersistentCollection {#3130 …}
  +children: [
    App\Entity\EntryComment {#1639
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1575 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +body: "What’s wrong with Ubuntu in general?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699975320 {#1693
        date: 2023-11-14 16:22:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@feminalpanda@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1553 …}
      +nested: Doctrine\ORM\PersistentCollection {#1661 …}
      +votes: Doctrine\ORM\PersistentCollection {#1653 …}
      +reports: Doctrine\ORM\PersistentCollection {#1649 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
      -id: 123593
      -bodyTs: "'general':7 'ubuntu':5 'wrong':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5307058"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699975320 {#1696
        date: 2023-11-14 16:22:00.0 +01:00
      }
      +"title": 123593
    }
  ]
  -id: 12926
  -titleTs: "'distribut':3 'linux':2 'tool':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700056223
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9153368"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699969823 {#3093
    date: 2023-11-14 14:50: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
181 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
182 DENIED moderate
App\Entity\EntryComment {#1639
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1575
    +user: Proxies\__CG__\App\Entity\User {#3006 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3117 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3119 …}
    +slug: "If-linux-distributions-were-tools"
    +title: "If linux distributions were tools."
    +url: "https://sh.itjust.works/pictrs/image/904349d7-c2f6-4414-85e9-0131bf97caac.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 251
    +favouriteCount: 939
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700811508 {#3112
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3120 …}
    +votes: Doctrine\ORM\PersistentCollection {#3122 …}
    +reports: Doctrine\ORM\PersistentCollection {#3124 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3126 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3128 …}
    +badges: Doctrine\ORM\PersistentCollection {#3130 …}
    +children: [
      App\Entity\EntryComment {#1639}
    ]
    -id: 12926
    -titleTs: "'distribut':3 'linux':2 'tool':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700056223
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9153368"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699969823 {#3093
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +body: "What’s wrong with Ubuntu in general?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699975320 {#1693
    date: 2023-11-14 16:22:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@feminalpanda@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1553 …}
  +nested: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1653 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  -id: 123593
  -bodyTs: "'general':7 'ubuntu':5 'wrong':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5307058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699975320 {#1696
    date: 2023-11-14 16:22:00.0 +01:00
  }
  +"title": 123593
}
"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
183 DENIED edit
App\Entity\EntryComment {#1639
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1575
    +user: Proxies\__CG__\App\Entity\User {#3006 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3117 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3119 …}
    +slug: "If-linux-distributions-were-tools"
    +title: "If linux distributions were tools."
    +url: "https://sh.itjust.works/pictrs/image/904349d7-c2f6-4414-85e9-0131bf97caac.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 251
    +favouriteCount: 939
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700811508 {#3112
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3120 …}
    +votes: Doctrine\ORM\PersistentCollection {#3122 …}
    +reports: Doctrine\ORM\PersistentCollection {#3124 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3126 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3128 …}
    +badges: Doctrine\ORM\PersistentCollection {#3130 …}
    +children: [
      App\Entity\EntryComment {#1639}
    ]
    -id: 12926
    -titleTs: "'distribut':3 'linux':2 'tool':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700056223
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9153368"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699969823 {#3093
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +body: "What’s wrong with Ubuntu in general?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699975320 {#1693
    date: 2023-11-14 16:22:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@feminalpanda@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1553 …}
  +nested: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1653 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  -id: 123593
  -bodyTs: "'general':7 'ubuntu':5 'wrong':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5307058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699975320 {#1696
    date: 2023-11-14 16:22:00.0 +01:00
  }
  +"title": 123593
}
"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
184 DENIED moderate
App\Entity\EntryComment {#1639
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1575
    +user: Proxies\__CG__\App\Entity\User {#3006 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#3117 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3119 …}
    +slug: "If-linux-distributions-were-tools"
    +title: "If linux distributions were tools."
    +url: "https://sh.itjust.works/pictrs/image/904349d7-c2f6-4414-85e9-0131bf97caac.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 251
    +favouriteCount: 939
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700811508 {#3112
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3120 …}
    +votes: Doctrine\ORM\PersistentCollection {#3122 …}
    +reports: Doctrine\ORM\PersistentCollection {#3124 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3126 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3128 …}
    +badges: Doctrine\ORM\PersistentCollection {#3130 …}
    +children: [
      App\Entity\EntryComment {#1639}
    ]
    -id: 12926
    -titleTs: "'distribut':3 'linux':2 'tool':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700056223
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9153368"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699969823 {#3093
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +body: "What’s wrong with Ubuntu in general?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699975320 {#1693
    date: 2023-11-14 16:22:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@feminalpanda@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1553 …}
  +nested: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1653 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  -id: 123593
  -bodyTs: "'general':7 'ubuntu':5 'wrong':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5307058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699975320 {#1696
    date: 2023-11-14 16:22:00.0 +01:00
  }
  +"title": 123593
}
"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
185 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
186 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