GET https://kbin.spritesserver.nl/u/@SaltyIceteaMaker@lemmy.ml?p=1

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.25 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 {#2307
  +user: Proxies\__CG__\App\Entity\User {#2548 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
  +title: "How to see enabled services that have been stopped [systemd]"
  +url: null
  +body: """
    Someone tell me if there is a better way to do this, but I don’t see how.\n
    \n
    I needed a way to see which services I have *enabled* that I have manually stopped.\n
    \n
    There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
    \n
    `alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
    \n
    So now I can remember that I need to restart mariadb and nginx at some point:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sysstop\n
    </span><span style="color:#323232;">  UNIT                                 LOAD   ACTIVE   SUB    DESCRIPTION                                             \n
    </span><span style="color:#323232;">  blueman-mechanism.service            loaded inactive dead   Bluetooth management mechanism\n
    </span><span style="color:#323232;">  mariadb.service                      loaded inactive dead   MariaDB 11.2.2 database server\n
    </span><span style="color:#323232;">  NetworkManager-wait-online.service   loaded active   exited Network Manager Wait Online\n
    </span><span style="color:#323232;">  nginx.service                        loaded inactive dead   A high performance web server and a reverse proxy server\n
    </span><span style="color:#323232;">  systemd-homed-activate.service       loaded active   exited Home Area Activation\n
    </span><span style="color:#323232;">  systemd-networkd-wait-online.service loaded active   exited Wait for Network to be Configured\n
    </span>\n
    ```\n
    \n
    My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
    </span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
    </span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
    </span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
    </span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
    </span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
    </span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
    </span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701197013 {#3202
    date: 2023-11-28 19:43:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3207 …}
  +votes: Doctrine\ORM\PersistentCollection {#3210 …}
  +reports: Doctrine\ORM\PersistentCollection {#3212 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
  +badges: Doctrine\ORM\PersistentCollection {#3218 …}
  +children: [
    App\Entity\EntryComment {#2310
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2307 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can’t you do `systemctl status [service]` to check that?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701917858 {#2321
        date: 2023-12-07 03:57:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2306 …}
      +nested: Doctrine\ORM\PersistentCollection {#2305 …}
      +votes: Doctrine\ORM\PersistentCollection {#2303 …}
      +reports: Doctrine\ORM\PersistentCollection {#2317 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2313 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
      -id: 172785
      -bodyTs: "'check':9 'servic':7 'status':6 'systemctl':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186211"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154758 {#2312
        date: 2023-11-28 07:59:18.0 +01:00
      }
      +"title": 172785
    }
  ]
  -id: 17684
  -titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
  -bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701231232
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3837253"
  +editedAt: DateTimeImmutable @1701898679 {#3188
    date: 2023-12-06 22:37:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701144832 {#3165
    date: 2023-11-28 05:13: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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2307
  +user: Proxies\__CG__\App\Entity\User {#2548 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
  +title: "How to see enabled services that have been stopped [systemd]"
  +url: null
  +body: """
    Someone tell me if there is a better way to do this, but I don’t see how.\n
    \n
    I needed a way to see which services I have *enabled* that I have manually stopped.\n
    \n
    There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
    \n
    `alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
    \n
    So now I can remember that I need to restart mariadb and nginx at some point:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sysstop\n
    </span><span style="color:#323232;">  UNIT                                 LOAD   ACTIVE   SUB    DESCRIPTION                                             \n
    </span><span style="color:#323232;">  blueman-mechanism.service            loaded inactive dead   Bluetooth management mechanism\n
    </span><span style="color:#323232;">  mariadb.service                      loaded inactive dead   MariaDB 11.2.2 database server\n
    </span><span style="color:#323232;">  NetworkManager-wait-online.service   loaded active   exited Network Manager Wait Online\n
    </span><span style="color:#323232;">  nginx.service                        loaded inactive dead   A high performance web server and a reverse proxy server\n
    </span><span style="color:#323232;">  systemd-homed-activate.service       loaded active   exited Home Area Activation\n
    </span><span style="color:#323232;">  systemd-networkd-wait-online.service loaded active   exited Wait for Network to be Configured\n
    </span>\n
    ```\n
    \n
    My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
    </span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
    </span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
    </span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
    </span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
    </span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
    </span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
    </span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701197013 {#3202
    date: 2023-11-28 19:43:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3207 …}
  +votes: Doctrine\ORM\PersistentCollection {#3210 …}
  +reports: Doctrine\ORM\PersistentCollection {#3212 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
  +badges: Doctrine\ORM\PersistentCollection {#3218 …}
  +children: [
    App\Entity\EntryComment {#2310
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2307 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can’t you do `systemctl status [service]` to check that?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701917858 {#2321
        date: 2023-12-07 03:57:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2306 …}
      +nested: Doctrine\ORM\PersistentCollection {#2305 …}
      +votes: Doctrine\ORM\PersistentCollection {#2303 …}
      +reports: Doctrine\ORM\PersistentCollection {#2317 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2313 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
      -id: 172785
      -bodyTs: "'check':9 'servic':7 'status':6 'systemctl':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186211"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154758 {#2312
        date: 2023-11-28 07:59:18.0 +01:00
      }
      +"title": 172785
    }
  ]
  -id: 17684
  -titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
  -bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701231232
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3837253"
  +editedAt: DateTimeImmutable @1701898679 {#3188
    date: 2023-12-06 22:37:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701144832 {#3165
    date: 2023-11-28 05:13: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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2307
  +user: Proxies\__CG__\App\Entity\User {#2548 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
  +title: "How to see enabled services that have been stopped [systemd]"
  +url: null
  +body: """
    Someone tell me if there is a better way to do this, but I don’t see how.\n
    \n
    I needed a way to see which services I have *enabled* that I have manually stopped.\n
    \n
    There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
    \n
    `alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
    \n
    So now I can remember that I need to restart mariadb and nginx at some point:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sysstop\n
    </span><span style="color:#323232;">  UNIT                                 LOAD   ACTIVE   SUB    DESCRIPTION                                             \n
    </span><span style="color:#323232;">  blueman-mechanism.service            loaded inactive dead   Bluetooth management mechanism\n
    </span><span style="color:#323232;">  mariadb.service                      loaded inactive dead   MariaDB 11.2.2 database server\n
    </span><span style="color:#323232;">  NetworkManager-wait-online.service   loaded active   exited Network Manager Wait Online\n
    </span><span style="color:#323232;">  nginx.service                        loaded inactive dead   A high performance web server and a reverse proxy server\n
    </span><span style="color:#323232;">  systemd-homed-activate.service       loaded active   exited Home Area Activation\n
    </span><span style="color:#323232;">  systemd-networkd-wait-online.service loaded active   exited Wait for Network to be Configured\n
    </span>\n
    ```\n
    \n
    My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
    </span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
    </span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
    </span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
    </span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
    </span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
    </span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
    </span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701197013 {#3202
    date: 2023-11-28 19:43:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3207 …}
  +votes: Doctrine\ORM\PersistentCollection {#3210 …}
  +reports: Doctrine\ORM\PersistentCollection {#3212 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
  +badges: Doctrine\ORM\PersistentCollection {#3218 …}
  +children: [
    App\Entity\EntryComment {#2310
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2307 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can’t you do `systemctl status [service]` to check that?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1701917858 {#2321
        date: 2023-12-07 03:57:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2306 …}
      +nested: Doctrine\ORM\PersistentCollection {#2305 …}
      +votes: Doctrine\ORM\PersistentCollection {#2303 …}
      +reports: Doctrine\ORM\PersistentCollection {#2317 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2313 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
      -id: 172785
      -bodyTs: "'check':9 'servic':7 'status':6 'systemctl':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186211"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154758 {#2312
        date: 2023-11-28 07:59:18.0 +01:00
      }
      +"title": 172785
    }
  ]
  -id: 17684
  -titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
  -bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701231232
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3837253"
  +editedAt: DateTimeImmutable @1701898679 {#3188
    date: 2023-12-06 22:37:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701144832 {#3165
    date: 2023-11-28 05:13: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
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 {#2310
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2307
    +user: Proxies\__CG__\App\Entity\User {#2548 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
    +title: "How to see enabled services that have been stopped [systemd]"
    +url: null
    +body: """
      Someone tell me if there is a better way to do this, but I don’t see how.\n
      \n
      I needed a way to see which services I have *enabled* that I have manually stopped.\n
      \n
      There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
      \n
      `alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
      \n
      So now I can remember that I need to restart mariadb and nginx at some point:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">$ sysstop\n
      </span><span style="color:#323232;">  UNIT                                 LOAD   ACTIVE   SUB    DESCRIPTION                                             \n
      </span><span style="color:#323232;">  blueman-mechanism.service            loaded inactive dead   Bluetooth management mechanism\n
      </span><span style="color:#323232;">  mariadb.service                      loaded inactive dead   MariaDB 11.2.2 database server\n
      </span><span style="color:#323232;">  NetworkManager-wait-online.service   loaded active   exited Network Manager Wait Online\n
      </span><span style="color:#323232;">  nginx.service                        loaded inactive dead   A high performance web server and a reverse proxy server\n
      </span><span style="color:#323232;">  systemd-homed-activate.service       loaded active   exited Home Area Activation\n
      </span><span style="color:#323232;">  systemd-networkd-wait-online.service loaded active   exited Wait for Network to be Configured\n
      </span>\n
      ```\n
      \n
      My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
      \n
      ```\n
      \n
      <span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
      </span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
      </span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
      </span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
      </span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
      </span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
      </span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
      </span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701197013 {#3202
      date: 2023-11-28 19:43:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3207 …}
    +votes: Doctrine\ORM\PersistentCollection {#3210 …}
    +reports: Doctrine\ORM\PersistentCollection {#3212 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
    +badges: Doctrine\ORM\PersistentCollection {#3218 …}
    +children: [
      App\Entity\EntryComment {#2310}
    ]
    -id: 17684
    -titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
    -bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701231232
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3837253"
    +editedAt: DateTimeImmutable @1701898679 {#3188
      date: 2023-12-06 22:37:59.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701144832 {#3165
      date: 2023-11-28 05:13:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can’t you do `systemctl status [service]` to check that?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701917858 {#2321
    date: 2023-12-07 03:57:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2306 …}
  +nested: Doctrine\ORM\PersistentCollection {#2305 …}
  +votes: Doctrine\ORM\PersistentCollection {#2303 …}
  +reports: Doctrine\ORM\PersistentCollection {#2317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2313 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
  -id: 172785
  -bodyTs: "'check':9 'servic':7 'status':6 'systemctl':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154758 {#2312
    date: 2023-11-28 07:59:18.0 +01:00
  }
  +"title": 172785
}
"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 {#2310
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2307
    +user: Proxies\__CG__\App\Entity\User {#2548 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
    +title: "How to see enabled services that have been stopped [systemd]"
    +url: null
    +body: """
      Someone tell me if there is a better way to do this, but I don’t see how.\n
      \n
      I needed a way to see which services I have *enabled* that I have manually stopped.\n
      \n
      There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
      \n
      `alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
      \n
      So now I can remember that I need to restart mariadb and nginx at some point:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">$ sysstop\n
      </span><span style="color:#323232;">  UNIT                                 LOAD   ACTIVE   SUB    DESCRIPTION                                             \n
      </span><span style="color:#323232;">  blueman-mechanism.service            loaded inactive dead   Bluetooth management mechanism\n
      </span><span style="color:#323232;">  mariadb.service                      loaded inactive dead   MariaDB 11.2.2 database server\n
      </span><span style="color:#323232;">  NetworkManager-wait-online.service   loaded active   exited Network Manager Wait Online\n
      </span><span style="color:#323232;">  nginx.service                        loaded inactive dead   A high performance web server and a reverse proxy server\n
      </span><span style="color:#323232;">  systemd-homed-activate.service       loaded active   exited Home Area Activation\n
      </span><span style="color:#323232;">  systemd-networkd-wait-online.service loaded active   exited Wait for Network to be Configured\n
      </span>\n
      ```\n
      \n
      My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
      \n
      ```\n
      \n
      <span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
      </span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
      </span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
      </span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
      </span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
      </span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
      </span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
      </span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701197013 {#3202
      date: 2023-11-28 19:43:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3207 …}
    +votes: Doctrine\ORM\PersistentCollection {#3210 …}
    +reports: Doctrine\ORM\PersistentCollection {#3212 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
    +badges: Doctrine\ORM\PersistentCollection {#3218 …}
    +children: [
      App\Entity\EntryComment {#2310}
    ]
    -id: 17684
    -titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
    -bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701231232
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3837253"
    +editedAt: DateTimeImmutable @1701898679 {#3188
      date: 2023-12-06 22:37:59.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701144832 {#3165
      date: 2023-11-28 05:13:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can’t you do `systemctl status [service]` to check that?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701917858 {#2321
    date: 2023-12-07 03:57:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2306 …}
  +nested: Doctrine\ORM\PersistentCollection {#2305 …}
  +votes: Doctrine\ORM\PersistentCollection {#2303 …}
  +reports: Doctrine\ORM\PersistentCollection {#2317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2313 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
  -id: 172785
  -bodyTs: "'check':9 'servic':7 'status':6 'systemctl':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154758 {#2312
    date: 2023-11-28 07:59:18.0 +01:00
  }
  +"title": 172785
}
"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 {#2310
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2307
    +user: Proxies\__CG__\App\Entity\User {#2548 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "How-to-see-enabled-services-that-have-been-stopped-systemd"
    +title: "How to see enabled services that have been stopped [systemd]"
    +url: null
    +body: """
      Someone tell me if there is a better way to do this, but I don’t see how.\n
      \n
      I needed a way to see which services I have *enabled* that I have manually stopped.\n
      \n
      There oddly isn’t a way to do this in one command, so I had to take the output of list-unit-files ‘enabled’, and use that to filter for ‘list-units’. The command is here:\n
      \n
      `alias sysstop=‘systemctl list-units --state=failed,dead,exited $( systemctl list-unit-files --state=enabled --type=service | awk “/.*.service/ {print }” )’`\n
      \n
      So now I can remember that I need to restart mariadb and nginx at some point:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">$ sysstop\n
      </span><span style="color:#323232;">  UNIT                                 LOAD   ACTIVE   SUB    DESCRIPTION                                             \n
      </span><span style="color:#323232;">  blueman-mechanism.service            loaded inactive dead   Bluetooth management mechanism\n
      </span><span style="color:#323232;">  mariadb.service                      loaded inactive dead   MariaDB 11.2.2 database server\n
      </span><span style="color:#323232;">  NetworkManager-wait-online.service   loaded active   exited Network Manager Wait Online\n
      </span><span style="color:#323232;">  nginx.service                        loaded inactive dead   A high performance web server and a reverse proxy server\n
      </span><span style="color:#323232;">  systemd-homed-activate.service       loaded active   exited Home Area Activation\n
      </span><span style="color:#323232;">  systemd-networkd-wait-online.service loaded active   exited Wait for Network to be Configured\n
      </span>\n
      ```\n
      \n
      My other aliases are here, in case anyone finds these helpful. I use them frequently myself.\n
      \n
      ```\n
      \n
      <span style="color:#323232;">alias sysdis='systemctl list-unit-files --type=service --state=disabled'\n
      </span><span style="color:#323232;">alias sysdisuser='systemctl list-unit-files --type=service --state=disabled --user'\n
      </span><span style="color:#323232;">alias sysen='systemctl list-unit-files --type=service --state=enabled'\n
      </span><span style="color:#323232;">alias sysenuser='systemctl list-unit-files --type=service --state=enabled --user'\n
      </span><span style="color:#323232;">alias sysfail='systemctl list-units --type=service --state=failed'\n
      </span><span style="color:#323232;">alias sysrun='systemctl list-units --type=service --state=running'\n
      </span><span style="color:#323232;">alias sysrunuser='systemctl list-units --type=service --state=running --user'\n
      </span><span style="color:#323232;">alias sysstatic='systemctl list-units --type=service --state=static'\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701197013 {#3202
      date: 2023-11-28 19:43:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3207 …}
    +votes: Doctrine\ORM\PersistentCollection {#3210 …}
    +reports: Doctrine\ORM\PersistentCollection {#3212 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3214 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3216 …}
    +badges: Doctrine\ORM\PersistentCollection {#3218 …}
    +children: [
      App\Entity\EntryComment {#2310}
    ]
    -id: 17684
    -titleTs: "'enabl':4 'see':3 'servic':5 'stop':9 'systemd':10"
    -bodyTs: "'11.2.2':129 'activ':114,134,156,160,163 'alia':73,187,198,210,221,233,243,253,264 'alias':173 'anyon':178 'area':159 'awk':92 'better':8 'blueman-mechanism.service':117 'bluetooth':121 'case':177 'command':46,70 'configur':170 'databas':130 'dead':81,120,127,143 'descript':116 'disabl':197,208 'enabl':29,59,89,220,231 'exit':82,135,157,164 'fail':80,242 'file':58,87,193,204,216,227 'filter':64 'find':179 'frequent':185 'help':181 'high':145 'home':158 'inact':119,126,142 'isn':37 'list':56,67,77,85,191,202,214,225,237,247,257,268 'list-unit':66,76,236,246,256,267 'list-unit-fil':55,84,190,201,213,224 'load':113,118,125,133,141,155,162 'manag':122,137 'manual':33 'mariadb':105,128 'mariadb.service':124 'mechan':123 'need':20,102 'network':136,167 'networkmanager-wait-online.service':132 'nginx':107 'nginx.service':140 'odd':36 'one':45 'onlin':139 'output':53 'perform':146 'point':110 'print':94 'proxi':152 'rememb':99 'restart':104 'revers':151 'run':252,262 'see':17,24 'server':131,148,153 'servic':26,91,93,195,206,218,229,240,250,260,271 'someon':1 'state':79,88,196,207,219,230,241,251,261,272 'static':273 'stop':34 'sub':115 'sysdi':188 'sysdisus':199 'sysen':211 'sysenus':222 'sysfail':234 'sysrun':244 'sysrunus':254 'sysstat':265 'sysstop':74,111 'systemctl':75,83,189,200,212,223,235,245,255,266 'systemd-homed-activate.service':154 'systemd-networkd-wait-online.service':161 'take':51 'tell':2 'type':90,194,205,217,228,239,249,259,270 'unit':57,68,78,86,112,192,203,215,226,238,248,258,269 'use':61,183 'user':209,232,263 'wait':138,165 'way':9,22,40 'web':147"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701231232
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3837253"
    +editedAt: DateTimeImmutable @1701898679 {#3188
      date: 2023-12-06 22:37:59.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701144832 {#3165
      date: 2023-11-28 05:13:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can’t you do `systemctl status [service]` to check that?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701917858 {#2321
    date: 2023-12-07 03:57:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2306 …}
  +nested: Doctrine\ORM\PersistentCollection {#2305 …}
  +votes: Doctrine\ORM\PersistentCollection {#2303 …}
  +reports: Doctrine\ORM\PersistentCollection {#2317 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2313 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2292 …}
  -id: 172785
  -bodyTs: "'check':9 'servic':7 'status':6 'systemctl':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154758 {#2312
    date: 2023-11-28 07:59:18.0 +01:00
  }
  +"title": 172785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2122
  +user: Proxies\__CG__\App\Entity\User {#2962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3018 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
  +slug: "I-bet-the-rest-of-the-world-has-better-paper"
  +title: "I bet the rest of the world has better paper"
  +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 50
  +favouriteCount: 815
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701975434 {#3013
    date: 2023-12-07 19:57:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3020 …}
  +votes: Doctrine\ORM\PersistentCollection {#3022 …}
  +reports: Doctrine\ORM\PersistentCollection {#3024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
  +badges: Doctrine\ORM\PersistentCollection {#3030 …}
  +children: [
    1 => App\Entity\EntryComment {#2121
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1701145963 {#2118
        date: 2023-11-28 05:32:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Klaymore@sh.itjust.works"
        "@Arghblarg@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 172576
      -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6183700"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701145963 {#2117
        date: 2023-11-28 05:32:43.0 +01:00
      }
      +"title": 172576
    }
    0 => App\Entity\EntryComment {#2192
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "Is there a Systemd fork that is unix philosophy compliant?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701154655 {#2228
        date: 2023-11-28 07:57:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Klaymore@sh.itjust.works"
        "@Arghblarg@lemmy.ca"
        "@SaltyIceteaMaker@lemmy.ml"
        "@DoomBot5@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2299 …}
      +nested: Doctrine\ORM\PersistentCollection {#2298 …}
      +votes: Doctrine\ORM\PersistentCollection {#2291 …}
      +reports: Doctrine\ORM\PersistentCollection {#2301 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
      -id: 172781
      -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186188"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154655 {#2252
        date: 2023-11-28 07:57:35.0 +01:00
      }
      +"title": 172781
    }
  ]
  -id: 17603
  -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701225407
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9999942"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701139007 {#2999
    date: 2023-11-28 03:36: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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2122
  +user: Proxies\__CG__\App\Entity\User {#2962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3018 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
  +slug: "I-bet-the-rest-of-the-world-has-better-paper"
  +title: "I bet the rest of the world has better paper"
  +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 50
  +favouriteCount: 815
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701975434 {#3013
    date: 2023-12-07 19:57:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3020 …}
  +votes: Doctrine\ORM\PersistentCollection {#3022 …}
  +reports: Doctrine\ORM\PersistentCollection {#3024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
  +badges: Doctrine\ORM\PersistentCollection {#3030 …}
  +children: [
    1 => App\Entity\EntryComment {#2121
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1701145963 {#2118
        date: 2023-11-28 05:32:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Klaymore@sh.itjust.works"
        "@Arghblarg@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 172576
      -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6183700"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701145963 {#2117
        date: 2023-11-28 05:32:43.0 +01:00
      }
      +"title": 172576
    }
    0 => App\Entity\EntryComment {#2192
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "Is there a Systemd fork that is unix philosophy compliant?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701154655 {#2228
        date: 2023-11-28 07:57:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Klaymore@sh.itjust.works"
        "@Arghblarg@lemmy.ca"
        "@SaltyIceteaMaker@lemmy.ml"
        "@DoomBot5@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2299 …}
      +nested: Doctrine\ORM\PersistentCollection {#2298 …}
      +votes: Doctrine\ORM\PersistentCollection {#2291 …}
      +reports: Doctrine\ORM\PersistentCollection {#2301 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
      -id: 172781
      -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186188"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154655 {#2252
        date: 2023-11-28 07:57:35.0 +01:00
      }
      +"title": 172781
    }
  ]
  -id: 17603
  -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701225407
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9999942"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701139007 {#2999
    date: 2023-11-28 03:36: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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2122
  +user: Proxies\__CG__\App\Entity\User {#2962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3018 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
  +slug: "I-bet-the-rest-of-the-world-has-better-paper"
  +title: "I bet the rest of the world has better paper"
  +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 50
  +favouriteCount: 815
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701975434 {#3013
    date: 2023-12-07 19:57:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3020 …}
  +votes: Doctrine\ORM\PersistentCollection {#3022 …}
  +reports: Doctrine\ORM\PersistentCollection {#3024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
  +badges: Doctrine\ORM\PersistentCollection {#3030 …}
  +children: [
    1 => App\Entity\EntryComment {#2121
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1701145963 {#2118
        date: 2023-11-28 05:32:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Klaymore@sh.itjust.works"
        "@Arghblarg@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 172576
      -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6183700"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701145963 {#2117
        date: 2023-11-28 05:32:43.0 +01:00
      }
      +"title": 172576
    }
    0 => App\Entity\EntryComment {#2192
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "Is there a Systemd fork that is unix philosophy compliant?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701154655 {#2228
        date: 2023-11-28 07:57:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Klaymore@sh.itjust.works"
        "@Arghblarg@lemmy.ca"
        "@SaltyIceteaMaker@lemmy.ml"
        "@DoomBot5@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2299 …}
      +nested: Doctrine\ORM\PersistentCollection {#2298 …}
      +votes: Doctrine\ORM\PersistentCollection {#2291 …}
      +reports: Doctrine\ORM\PersistentCollection {#2301 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
      -id: 172781
      -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186188"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154655 {#2252
        date: 2023-11-28 07:57:35.0 +01:00
      }
      +"title": 172781
    }
  ]
  -id: 17603
  -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701225407
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9999942"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701139007 {#2999
    date: 2023-11-28 03:36: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
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2121
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2122
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3018 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +slug: "I-bet-the-rest-of-the-world-has-better-paper"
    +title: "I bet the rest of the world has better paper"
    +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 815
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701975434 {#3013
      date: 2023-12-07 19:57:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3020 …}
    +votes: Doctrine\ORM\PersistentCollection {#3022 …}
    +reports: Doctrine\ORM\PersistentCollection {#3024 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
    +badges: Doctrine\ORM\PersistentCollection {#3030 …}
    +children: [
      1 => App\Entity\EntryComment {#2121}
      0 => App\Entity\EntryComment {#2192
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "Is there a Systemd fork that is unix philosophy compliant?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701154655 {#2228
          date: 2023-11-28 07:57:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Klaymore@sh.itjust.works"
          "@Arghblarg@lemmy.ca"
          "@SaltyIceteaMaker@lemmy.ml"
          "@DoomBot5@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2299 …}
        +nested: Doctrine\ORM\PersistentCollection {#2298 …}
        +votes: Doctrine\ORM\PersistentCollection {#2291 …}
        +reports: Doctrine\ORM\PersistentCollection {#2301 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
        -id: 172781
        -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6186188"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701154655 {#2252
          date: 2023-11-28 07:57:35.0 +01:00
        }
        +"title": 172781
      }
    ]
    -id: 17603
    -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701225407
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9999942"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701139007 {#2999
      date: 2023-11-28 03:36:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701145963 {#2118
    date: 2023-11-28 05:32:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Klaymore@sh.itjust.works"
    "@Arghblarg@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 172576
  -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6183700"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701145963 {#2117
    date: 2023-11-28 05:32:43.0 +01:00
  }
  +"title": 172576
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#2121
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2122
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3018 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +slug: "I-bet-the-rest-of-the-world-has-better-paper"
    +title: "I bet the rest of the world has better paper"
    +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 815
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701975434 {#3013
      date: 2023-12-07 19:57:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3020 …}
    +votes: Doctrine\ORM\PersistentCollection {#3022 …}
    +reports: Doctrine\ORM\PersistentCollection {#3024 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
    +badges: Doctrine\ORM\PersistentCollection {#3030 …}
    +children: [
      1 => App\Entity\EntryComment {#2121}
      0 => App\Entity\EntryComment {#2192
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "Is there a Systemd fork that is unix philosophy compliant?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701154655 {#2228
          date: 2023-11-28 07:57:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Klaymore@sh.itjust.works"
          "@Arghblarg@lemmy.ca"
          "@SaltyIceteaMaker@lemmy.ml"
          "@DoomBot5@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2299 …}
        +nested: Doctrine\ORM\PersistentCollection {#2298 …}
        +votes: Doctrine\ORM\PersistentCollection {#2291 …}
        +reports: Doctrine\ORM\PersistentCollection {#2301 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
        -id: 172781
        -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6186188"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701154655 {#2252
          date: 2023-11-28 07:57:35.0 +01:00
        }
        +"title": 172781
      }
    ]
    -id: 17603
    -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701225407
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9999942"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701139007 {#2999
      date: 2023-11-28 03:36:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701145963 {#2118
    date: 2023-11-28 05:32:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Klaymore@sh.itjust.works"
    "@Arghblarg@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 172576
  -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6183700"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701145963 {#2117
    date: 2023-11-28 05:32:43.0 +01:00
  }
  +"title": 172576
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#2121
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2122
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3018 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +slug: "I-bet-the-rest-of-the-world-has-better-paper"
    +title: "I bet the rest of the world has better paper"
    +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 815
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701975434 {#3013
      date: 2023-12-07 19:57:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3020 …}
    +votes: Doctrine\ORM\PersistentCollection {#3022 …}
    +reports: Doctrine\ORM\PersistentCollection {#3024 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
    +badges: Doctrine\ORM\PersistentCollection {#3030 …}
    +children: [
      1 => App\Entity\EntryComment {#2121}
      0 => App\Entity\EntryComment {#2192
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "Is there a Systemd fork that is unix philosophy compliant?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701154655 {#2228
          date: 2023-11-28 07:57:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Klaymore@sh.itjust.works"
          "@Arghblarg@lemmy.ca"
          "@SaltyIceteaMaker@lemmy.ml"
          "@DoomBot5@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2299 …}
        +nested: Doctrine\ORM\PersistentCollection {#2298 …}
        +votes: Doctrine\ORM\PersistentCollection {#2291 …}
        +reports: Doctrine\ORM\PersistentCollection {#2301 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
        -id: 172781
        -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6186188"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701154655 {#2252
          date: 2023-11-28 07:57:35.0 +01:00
        }
        +"title": 172781
      }
    ]
    -id: 17603
    -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701225407
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9999942"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701139007 {#2999
      date: 2023-11-28 03:36:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1701145963 {#2118
    date: 2023-11-28 05:32:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Klaymore@sh.itjust.works"
    "@Arghblarg@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 172576
  -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6183700"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701145963 {#2117
    date: 2023-11-28 05:32:43.0 +01:00
  }
  +"title": 172576
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2192
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2122
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3018 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +slug: "I-bet-the-rest-of-the-world-has-better-paper"
    +title: "I bet the rest of the world has better paper"
    +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 815
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701975434 {#3013
      date: 2023-12-07 19:57:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3020 …}
    +votes: Doctrine\ORM\PersistentCollection {#3022 …}
    +reports: Doctrine\ORM\PersistentCollection {#3024 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
    +badges: Doctrine\ORM\PersistentCollection {#3030 …}
    +children: [
      1 => App\Entity\EntryComment {#2121
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1701145963 {#2118
          date: 2023-11-28 05:32:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Klaymore@sh.itjust.works"
          "@Arghblarg@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 172576
        -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6183700"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701145963 {#2117
          date: 2023-11-28 05:32:43.0 +01:00
        }
        +"title": 172576
      }
      0 => App\Entity\EntryComment {#2192}
    ]
    -id: 17603
    -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701225407
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9999942"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701139007 {#2999
      date: 2023-11-28 03:36:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "Is there a Systemd fork that is unix philosophy compliant?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701154655 {#2228
    date: 2023-11-28 07:57:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Klaymore@sh.itjust.works"
    "@Arghblarg@lemmy.ca"
    "@SaltyIceteaMaker@lemmy.ml"
    "@DoomBot5@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2299 …}
  +nested: Doctrine\ORM\PersistentCollection {#2298 …}
  +votes: Doctrine\ORM\PersistentCollection {#2291 …}
  +reports: Doctrine\ORM\PersistentCollection {#2301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
  -id: 172781
  -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154655 {#2252
    date: 2023-11-28 07:57:35.0 +01:00
  }
  +"title": 172781
}
"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 {#2192
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2122
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3018 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +slug: "I-bet-the-rest-of-the-world-has-better-paper"
    +title: "I bet the rest of the world has better paper"
    +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 815
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701975434 {#3013
      date: 2023-12-07 19:57:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3020 …}
    +votes: Doctrine\ORM\PersistentCollection {#3022 …}
    +reports: Doctrine\ORM\PersistentCollection {#3024 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
    +badges: Doctrine\ORM\PersistentCollection {#3030 …}
    +children: [
      1 => App\Entity\EntryComment {#2121
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1701145963 {#2118
          date: 2023-11-28 05:32:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Klaymore@sh.itjust.works"
          "@Arghblarg@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 172576
        -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6183700"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701145963 {#2117
          date: 2023-11-28 05:32:43.0 +01:00
        }
        +"title": 172576
      }
      0 => App\Entity\EntryComment {#2192}
    ]
    -id: 17603
    -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701225407
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9999942"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701139007 {#2999
      date: 2023-11-28 03:36:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "Is there a Systemd fork that is unix philosophy compliant?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701154655 {#2228
    date: 2023-11-28 07:57:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Klaymore@sh.itjust.works"
    "@Arghblarg@lemmy.ca"
    "@SaltyIceteaMaker@lemmy.ml"
    "@DoomBot5@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2299 …}
  +nested: Doctrine\ORM\PersistentCollection {#2298 …}
  +votes: Doctrine\ORM\PersistentCollection {#2291 …}
  +reports: Doctrine\ORM\PersistentCollection {#2301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
  -id: 172781
  -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154655 {#2252
    date: 2023-11-28 07:57:35.0 +01:00
  }
  +"title": 172781
}
"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 {#2192
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2122
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3018 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +slug: "I-bet-the-rest-of-the-world-has-better-paper"
    +title: "I bet the rest of the world has better paper"
    +url: "https://sh.itjust.works/pictrs/image/0732a86a-4a4f-44f9-9bea-651a0302c448.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 50
    +favouriteCount: 815
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701975434 {#3013
      date: 2023-12-07 19:57:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3020 …}
    +votes: Doctrine\ORM\PersistentCollection {#3022 …}
    +reports: Doctrine\ORM\PersistentCollection {#3024 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3026 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3028 …}
    +badges: Doctrine\ORM\PersistentCollection {#3030 …}
    +children: [
      1 => App\Entity\EntryComment {#2121
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2122 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 12
        +score: 0
        +lastActive: DateTime @1701145963 {#2118
          date: 2023-11-28 05:32:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Klaymore@sh.itjust.works"
          "@Arghblarg@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 172576
        -bodyTs: "'actual':2 'applic':16 'bug':27 'caus':17 'discord':15 'except':12 'fix':23 'lazi':21 'like':4 'problem':11 'quit':3 'record':26 'screen':25 'wayland':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/6183700"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701145963 {#2117
          date: 2023-11-28 05:32:43.0 +01:00
        }
        +"title": 172576
      }
      0 => App\Entity\EntryComment {#2192}
    ]
    -id: 17603
    -titleTs: "'bet':2 'better':9 'paper':10 'rest':4 'world':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701225407
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9999942"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701139007 {#2999
      date: 2023-11-28 03:36:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "Is there a Systemd fork that is unix philosophy compliant?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701154655 {#2228
    date: 2023-11-28 07:57:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Klaymore@sh.itjust.works"
    "@Arghblarg@lemmy.ca"
    "@SaltyIceteaMaker@lemmy.ml"
    "@DoomBot5@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2299 …}
  +nested: Doctrine\ORM\PersistentCollection {#2298 …}
  +votes: Doctrine\ORM\PersistentCollection {#2291 …}
  +reports: Doctrine\ORM\PersistentCollection {#2301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2297 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2315 …}
  -id: 172781
  -bodyTs: "'compliant':10 'fork':5 'philosophi':9 'systemd':4 'unix':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154655 {#2252
    date: 2023-11-28 07:57:35.0 +01:00
  }
  +"title": 172781
}
"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 {#2215
  +user: Proxies\__CG__\App\Entity\User {#2548 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "FOUND-file-in-device-by-hex-content-using-wxHexEditor"
  +title: "FOUND file in device by hex content using wxHexEditor"
  +url: null
  +body: """
    Just having a play around, this turned out to be not as clear cut as expected.\n
    \n
    so I created a file and entered some text, used xxd to get the hex values, and then opened the device /dev/sdb1 in wxhexeditor and tried to find my file, but it’s not finding it. Inode is 19, so it should be right at the start of the first block group, but after several minutes, no joy. (drive is ext4.)\n
    \n
    I thought this was going to be an easy task, just multiply the inode by the block size, open the device with wxhexeditor, and scroll to the line corresponding to the calculated byte, copy out the hex values and convert to ascii and voila, there’s the ‘hello world’… except no.\n
    \n
    What am I missing here? Drive isn’t encrypted, nothing silly like that.\n
    \n
    Ok, I managed to do it with dd:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">sudo dd if=/dev/sdb1 bs=8M skip=$((4660742*4096)) iflag=skip_bytes | head -c 4096\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">hello\n
    </span>\n
    ```\n
    \n
    but why can I not find it using wxhexeditor??\n
    \n
    EDIT:\n
    \n
    Duh, I didn’t click that offset needed to be multiplied by the block size.\n
    \n
    If I go to offset 4660742*4096=19090399232 in wxhexeditor, indeed I see the file contents:\n
    \n
    ![](https://files.catbox.moe/6zvhx0.png)\n
    \n
    Final conclusion:\n
    \n
    After some more testing, I have concluded: you cannot easily calculate the offset using the inode. Finding files across the disk requires using the inode tables to get the offset and actual file location. So an inode does not correlate with a physical/logical sequential disk location.\n
    \n
    I created a new file, it received inode 21, but the offset was smaller than inode 19.\n
    \n
    Was that a good use of 3 hours of my life? Well… I still have no idea what’s up with the Kardashians, so… I guess?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701250420 {#3032
    date: 2023-11-29 10:33:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3040 …}
  +reports: Doctrine\ORM\PersistentCollection {#3042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3044 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3046 …}
  +badges: Doctrine\ORM\PersistentCollection {#3048 …}
  +children: [
    App\Entity\EntryComment {#2139
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2215 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "Of course that was worth 3 hours. Every tinkering/experimenting is worth it. In the worst case you gain experience"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701917806 {#2126
        date: 2023-12-07 03:56:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2224 …}
      +nested: Doctrine\ORM\PersistentCollection {#2223 …}
      +votes: Doctrine\ORM\PersistentCollection {#2216 …}
      +reports: Doctrine\ORM\PersistentCollection {#2213 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2230 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
      -id: 172779
      -bodyTs: "'3':6 'case':16 'cours':2 'everi':8 'experi':19 'gain':18 'hour':7 'tinkering/experimenting':9 'worst':15 'worth':5,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186168"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154565 {#2043
        date: 2023-11-28 07:56:05.0 +01:00
      }
      +"title": 172779
    }
  ]
  -id: 17506
  -titleTs: "'content':7 'devic':4 'file':2 'found':1 'hex':6 'use':8 'wxhexeditor':9"
  -bodyTs: "'/6zvhx0.png)':209 '/dev/sdb1':38,153 '19':55,274 '19090399232':198 '21':266 '3':281 '4096':158,164,197 '4660742':157,196 '8m':155 'across':230 'actual':243 'around':5 'ascii':119 'block':67,94,189 'bs':154 'byte':110,161 'c':163 'calcul':109,222 'cannot':220 'clear':13 'click':180 'conclud':218 'conclus':211 'content':206 'convert':117 'copi':111 'correl':251 'correspond':106 'creat':19,259 'cut':14 'dd':149,151 'devic':37,98 'didn':178 'disk':232,256 'drive':75,134 'duh':176 'easi':86 'easili':221 'edit':175 'encrypt':137 'enter':23 'except':127 'expect':16 'ext4':77 'file':21,46,205,229,244,262 'files.catbox.moe':208 'files.catbox.moe/6zvhx0.png)':207 'final':210 'find':44,51,171,228 'first':66 'get':29,239 'go':82,193 'good':278 'group':68 'guess':300 'head':162 'hello':125,165 'hex':31,114 'hour':282 'idea':291 'iflag':159 'inde':201 'inod':53,91,227,236,248,265,273 'isn':135 'joy':74 'kardashian':297 'life':285 'like':140 'line':105 'locat':245,257 'manag':144 'minut':72 'miss':132 'multipli':89,186 'need':183 'new':261 'noth':138 'offset':182,195,224,241,269 'ok':142 'open':35,96 'physical/logical':254 'play':4 'receiv':264 'requir':233 'right':60 'scroll':102 'see':203 'sequenti':255 'sever':71 'silli':139 'size':95,190 'skip':156,160 'smaller':271 'start':63 'still':288 'sudo':150 'tabl':237 'task':87 'test':215 'text':25 'thought':79 'tri':42 'turn':7 'use':26,173,225,234,279 'valu':32,115 'voila':121 'well':286 'world':126 'wxhexeditor':40,100,174,200 'xxd':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701203579
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3824501"
  +editedAt: DateTimeImmutable @1701860652 {#3019
    date: 2023-12-06 12:04:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701117179 {#2996
    date: 2023-11-27 21:32:59.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 {#2215
  +user: Proxies\__CG__\App\Entity\User {#2548 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "FOUND-file-in-device-by-hex-content-using-wxHexEditor"
  +title: "FOUND file in device by hex content using wxHexEditor"
  +url: null
  +body: """
    Just having a play around, this turned out to be not as clear cut as expected.\n
    \n
    so I created a file and entered some text, used xxd to get the hex values, and then opened the device /dev/sdb1 in wxhexeditor and tried to find my file, but it’s not finding it. Inode is 19, so it should be right at the start of the first block group, but after several minutes, no joy. (drive is ext4.)\n
    \n
    I thought this was going to be an easy task, just multiply the inode by the block size, open the device with wxhexeditor, and scroll to the line corresponding to the calculated byte, copy out the hex values and convert to ascii and voila, there’s the ‘hello world’… except no.\n
    \n
    What am I missing here? Drive isn’t encrypted, nothing silly like that.\n
    \n
    Ok, I managed to do it with dd:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">sudo dd if=/dev/sdb1 bs=8M skip=$((4660742*4096)) iflag=skip_bytes | head -c 4096\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">hello\n
    </span>\n
    ```\n
    \n
    but why can I not find it using wxhexeditor??\n
    \n
    EDIT:\n
    \n
    Duh, I didn’t click that offset needed to be multiplied by the block size.\n
    \n
    If I go to offset 4660742*4096=19090399232 in wxhexeditor, indeed I see the file contents:\n
    \n
    ![](https://files.catbox.moe/6zvhx0.png)\n
    \n
    Final conclusion:\n
    \n
    After some more testing, I have concluded: you cannot easily calculate the offset using the inode. Finding files across the disk requires using the inode tables to get the offset and actual file location. So an inode does not correlate with a physical/logical sequential disk location.\n
    \n
    I created a new file, it received inode 21, but the offset was smaller than inode 19.\n
    \n
    Was that a good use of 3 hours of my life? Well… I still have no idea what’s up with the Kardashians, so… I guess?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701250420 {#3032
    date: 2023-11-29 10:33:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3040 …}
  +reports: Doctrine\ORM\PersistentCollection {#3042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3044 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3046 …}
  +badges: Doctrine\ORM\PersistentCollection {#3048 …}
  +children: [
    App\Entity\EntryComment {#2139
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2215 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "Of course that was worth 3 hours. Every tinkering/experimenting is worth it. In the worst case you gain experience"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701917806 {#2126
        date: 2023-12-07 03:56:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2224 …}
      +nested: Doctrine\ORM\PersistentCollection {#2223 …}
      +votes: Doctrine\ORM\PersistentCollection {#2216 …}
      +reports: Doctrine\ORM\PersistentCollection {#2213 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2230 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
      -id: 172779
      -bodyTs: "'3':6 'case':16 'cours':2 'everi':8 'experi':19 'gain':18 'hour':7 'tinkering/experimenting':9 'worst':15 'worth':5,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186168"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154565 {#2043
        date: 2023-11-28 07:56:05.0 +01:00
      }
      +"title": 172779
    }
  ]
  -id: 17506
  -titleTs: "'content':7 'devic':4 'file':2 'found':1 'hex':6 'use':8 'wxhexeditor':9"
  -bodyTs: "'/6zvhx0.png)':209 '/dev/sdb1':38,153 '19':55,274 '19090399232':198 '21':266 '3':281 '4096':158,164,197 '4660742':157,196 '8m':155 'across':230 'actual':243 'around':5 'ascii':119 'block':67,94,189 'bs':154 'byte':110,161 'c':163 'calcul':109,222 'cannot':220 'clear':13 'click':180 'conclud':218 'conclus':211 'content':206 'convert':117 'copi':111 'correl':251 'correspond':106 'creat':19,259 'cut':14 'dd':149,151 'devic':37,98 'didn':178 'disk':232,256 'drive':75,134 'duh':176 'easi':86 'easili':221 'edit':175 'encrypt':137 'enter':23 'except':127 'expect':16 'ext4':77 'file':21,46,205,229,244,262 'files.catbox.moe':208 'files.catbox.moe/6zvhx0.png)':207 'final':210 'find':44,51,171,228 'first':66 'get':29,239 'go':82,193 'good':278 'group':68 'guess':300 'head':162 'hello':125,165 'hex':31,114 'hour':282 'idea':291 'iflag':159 'inde':201 'inod':53,91,227,236,248,265,273 'isn':135 'joy':74 'kardashian':297 'life':285 'like':140 'line':105 'locat':245,257 'manag':144 'minut':72 'miss':132 'multipli':89,186 'need':183 'new':261 'noth':138 'offset':182,195,224,241,269 'ok':142 'open':35,96 'physical/logical':254 'play':4 'receiv':264 'requir':233 'right':60 'scroll':102 'see':203 'sequenti':255 'sever':71 'silli':139 'size':95,190 'skip':156,160 'smaller':271 'start':63 'still':288 'sudo':150 'tabl':237 'task':87 'test':215 'text':25 'thought':79 'tri':42 'turn':7 'use':26,173,225,234,279 'valu':32,115 'voila':121 'well':286 'world':126 'wxhexeditor':40,100,174,200 'xxd':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701203579
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3824501"
  +editedAt: DateTimeImmutable @1701860652 {#3019
    date: 2023-12-06 12:04:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701117179 {#2996
    date: 2023-11-27 21:32:59.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 {#2215
  +user: Proxies\__CG__\App\Entity\User {#2548 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "FOUND-file-in-device-by-hex-content-using-wxHexEditor"
  +title: "FOUND file in device by hex content using wxHexEditor"
  +url: null
  +body: """
    Just having a play around, this turned out to be not as clear cut as expected.\n
    \n
    so I created a file and entered some text, used xxd to get the hex values, and then opened the device /dev/sdb1 in wxhexeditor and tried to find my file, but it’s not finding it. Inode is 19, so it should be right at the start of the first block group, but after several minutes, no joy. (drive is ext4.)\n
    \n
    I thought this was going to be an easy task, just multiply the inode by the block size, open the device with wxhexeditor, and scroll to the line corresponding to the calculated byte, copy out the hex values and convert to ascii and voila, there’s the ‘hello world’… except no.\n
    \n
    What am I missing here? Drive isn’t encrypted, nothing silly like that.\n
    \n
    Ok, I managed to do it with dd:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">sudo dd if=/dev/sdb1 bs=8M skip=$((4660742*4096)) iflag=skip_bytes | head -c 4096\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">hello\n
    </span>\n
    ```\n
    \n
    but why can I not find it using wxhexeditor??\n
    \n
    EDIT:\n
    \n
    Duh, I didn’t click that offset needed to be multiplied by the block size.\n
    \n
    If I go to offset 4660742*4096=19090399232 in wxhexeditor, indeed I see the file contents:\n
    \n
    ![](https://files.catbox.moe/6zvhx0.png)\n
    \n
    Final conclusion:\n
    \n
    After some more testing, I have concluded: you cannot easily calculate the offset using the inode. Finding files across the disk requires using the inode tables to get the offset and actual file location. So an inode does not correlate with a physical/logical sequential disk location.\n
    \n
    I created a new file, it received inode 21, but the offset was smaller than inode 19.\n
    \n
    Was that a good use of 3 hours of my life? Well… I still have no idea what’s up with the Kardashians, so… I guess?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701250420 {#3032
    date: 2023-11-29 10:33:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3040 …}
  +reports: Doctrine\ORM\PersistentCollection {#3042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3044 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3046 …}
  +badges: Doctrine\ORM\PersistentCollection {#3048 …}
  +children: [
    App\Entity\EntryComment {#2139
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2215 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "Of course that was worth 3 hours. Every tinkering/experimenting is worth it. In the worst case you gain experience"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701917806 {#2126
        date: 2023-12-07 03:56:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2224 …}
      +nested: Doctrine\ORM\PersistentCollection {#2223 …}
      +votes: Doctrine\ORM\PersistentCollection {#2216 …}
      +reports: Doctrine\ORM\PersistentCollection {#2213 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2230 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
      -id: 172779
      -bodyTs: "'3':6 'case':16 'cours':2 'everi':8 'experi':19 'gain':18 'hour':7 'tinkering/experimenting':9 'worst':15 'worth':5,11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186168"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701154565 {#2043
        date: 2023-11-28 07:56:05.0 +01:00
      }
      +"title": 172779
    }
  ]
  -id: 17506
  -titleTs: "'content':7 'devic':4 'file':2 'found':1 'hex':6 'use':8 'wxhexeditor':9"
  -bodyTs: "'/6zvhx0.png)':209 '/dev/sdb1':38,153 '19':55,274 '19090399232':198 '21':266 '3':281 '4096':158,164,197 '4660742':157,196 '8m':155 'across':230 'actual':243 'around':5 'ascii':119 'block':67,94,189 'bs':154 'byte':110,161 'c':163 'calcul':109,222 'cannot':220 'clear':13 'click':180 'conclud':218 'conclus':211 'content':206 'convert':117 'copi':111 'correl':251 'correspond':106 'creat':19,259 'cut':14 'dd':149,151 'devic':37,98 'didn':178 'disk':232,256 'drive':75,134 'duh':176 'easi':86 'easili':221 'edit':175 'encrypt':137 'enter':23 'except':127 'expect':16 'ext4':77 'file':21,46,205,229,244,262 'files.catbox.moe':208 'files.catbox.moe/6zvhx0.png)':207 'final':210 'find':44,51,171,228 'first':66 'get':29,239 'go':82,193 'good':278 'group':68 'guess':300 'head':162 'hello':125,165 'hex':31,114 'hour':282 'idea':291 'iflag':159 'inde':201 'inod':53,91,227,236,248,265,273 'isn':135 'joy':74 'kardashian':297 'life':285 'like':140 'line':105 'locat':245,257 'manag':144 'minut':72 'miss':132 'multipli':89,186 'need':183 'new':261 'noth':138 'offset':182,195,224,241,269 'ok':142 'open':35,96 'physical/logical':254 'play':4 'receiv':264 'requir':233 'right':60 'scroll':102 'see':203 'sequenti':255 'sever':71 'silli':139 'size':95,190 'skip':156,160 'smaller':271 'start':63 'still':288 'sudo':150 'tabl':237 'task':87 'test':215 'text':25 'thought':79 'tri':42 'turn':7 'use':26,173,225,234,279 'valu':32,115 'voila':121 'well':286 'world':126 'wxhexeditor':40,100,174,200 'xxd':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701203579
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3824501"
  +editedAt: DateTimeImmutable @1701860652 {#3019
    date: 2023-12-06 12:04:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701117179 {#2996
    date: 2023-11-27 21:32:59.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 {#2139
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2215
    +user: Proxies\__CG__\App\Entity\User {#2548 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "FOUND-file-in-device-by-hex-content-using-wxHexEditor"
    +title: "FOUND file in device by hex content using wxHexEditor"
    +url: null
    +body: """
      Just having a play around, this turned out to be not as clear cut as expected.\n
      \n
      so I created a file and entered some text, used xxd to get the hex values, and then opened the device /dev/sdb1 in wxhexeditor and tried to find my file, but it’s not finding it. Inode is 19, so it should be right at the start of the first block group, but after several minutes, no joy. (drive is ext4.)\n
      \n
      I thought this was going to be an easy task, just multiply the inode by the block size, open the device with wxhexeditor, and scroll to the line corresponding to the calculated byte, copy out the hex values and convert to ascii and voila, there’s the ‘hello world’… except no.\n
      \n
      What am I missing here? Drive isn’t encrypted, nothing silly like that.\n
      \n
      Ok, I managed to do it with dd:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">sudo dd if=/dev/sdb1 bs=8M skip=$((4660742*4096)) iflag=skip_bytes | head -c 4096\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">hello\n
      </span>\n
      ```\n
      \n
      but why can I not find it using wxhexeditor??\n
      \n
      EDIT:\n
      \n
      Duh, I didn’t click that offset needed to be multiplied by the block size.\n
      \n
      If I go to offset 4660742*4096=19090399232 in wxhexeditor, indeed I see the file contents:\n
      \n
      ![](https://files.catbox.moe/6zvhx0.png)\n
      \n
      Final conclusion:\n
      \n
      After some more testing, I have concluded: you cannot easily calculate the offset using the inode. Finding files across the disk requires using the inode tables to get the offset and actual file location. So an inode does not correlate with a physical/logical sequential disk location.\n
      \n
      I created a new file, it received inode 21, but the offset was smaller than inode 19.\n
      \n
      Was that a good use of 3 hours of my life? Well… I still have no idea what’s up with the Kardashians, so… I guess?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701250420 {#3032
      date: 2023-11-29 10:33:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3040 …}
    +reports: Doctrine\ORM\PersistentCollection {#3042 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3044 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3046 …}
    +badges: Doctrine\ORM\PersistentCollection {#3048 …}
    +children: [
      App\Entity\EntryComment {#2139}
    ]
    -id: 17506
    -titleTs: "'content':7 'devic':4 'file':2 'found':1 'hex':6 'use':8 'wxhexeditor':9"
    -bodyTs: "'/6zvhx0.png)':209 '/dev/sdb1':38,153 '19':55,274 '19090399232':198 '21':266 '3':281 '4096':158,164,197 '4660742':157,196 '8m':155 'across':230 'actual':243 'around':5 'ascii':119 'block':67,94,189 'bs':154 'byte':110,161 'c':163 'calcul':109,222 'cannot':220 'clear':13 'click':180 'conclud':218 'conclus':211 'content':206 'convert':117 'copi':111 'correl':251 'correspond':106 'creat':19,259 'cut':14 'dd':149,151 'devic':37,98 'didn':178 'disk':232,256 'drive':75,134 'duh':176 'easi':86 'easili':221 'edit':175 'encrypt':137 'enter':23 'except':127 'expect':16 'ext4':77 'file':21,46,205,229,244,262 'files.catbox.moe':208 'files.catbox.moe/6zvhx0.png)':207 'final':210 'find':44,51,171,228 'first':66 'get':29,239 'go':82,193 'good':278 'group':68 'guess':300 'head':162 'hello':125,165 'hex':31,114 'hour':282 'idea':291 'iflag':159 'inde':201 'inod':53,91,227,236,248,265,273 'isn':135 'joy':74 'kardashian':297 'life':285 'like':140 'line':105 'locat':245,257 'manag':144 'minut':72 'miss':132 'multipli':89,186 'need':183 'new':261 'noth':138 'offset':182,195,224,241,269 'ok':142 'open':35,96 'physical/logical':254 'play':4 'receiv':264 'requir':233 'right':60 'scroll':102 'see':203 'sequenti':255 'sever':71 'silli':139 'size':95,190 'skip':156,160 'smaller':271 'start':63 'still':288 'sudo':150 'tabl':237 'task':87 'test':215 'text':25 'thought':79 'tri':42 'turn':7 'use':26,173,225,234,279 'valu':32,115 'voila':121 'well':286 'world':126 'wxhexeditor':40,100,174,200 'xxd':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701203579
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3824501"
    +editedAt: DateTimeImmutable @1701860652 {#3019
      date: 2023-12-06 12:04:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701117179 {#2996
      date: 2023-11-27 21:32:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "Of course that was worth 3 hours. Every tinkering/experimenting is worth it. In the worst case you gain experience"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701917806 {#2126
    date: 2023-12-07 03:56:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2224 …}
  +nested: Doctrine\ORM\PersistentCollection {#2223 …}
  +votes: Doctrine\ORM\PersistentCollection {#2216 …}
  +reports: Doctrine\ORM\PersistentCollection {#2213 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2230 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
  -id: 172779
  -bodyTs: "'3':6 'case':16 'cours':2 'everi':8 'experi':19 'gain':18 'hour':7 'tinkering/experimenting':9 'worst':15 'worth':5,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186168"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154565 {#2043
    date: 2023-11-28 07:56:05.0 +01:00
  }
  +"title": 172779
}
"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 {#2139
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2215
    +user: Proxies\__CG__\App\Entity\User {#2548 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "FOUND-file-in-device-by-hex-content-using-wxHexEditor"
    +title: "FOUND file in device by hex content using wxHexEditor"
    +url: null
    +body: """
      Just having a play around, this turned out to be not as clear cut as expected.\n
      \n
      so I created a file and entered some text, used xxd to get the hex values, and then opened the device /dev/sdb1 in wxhexeditor and tried to find my file, but it’s not finding it. Inode is 19, so it should be right at the start of the first block group, but after several minutes, no joy. (drive is ext4.)\n
      \n
      I thought this was going to be an easy task, just multiply the inode by the block size, open the device with wxhexeditor, and scroll to the line corresponding to the calculated byte, copy out the hex values and convert to ascii and voila, there’s the ‘hello world’… except no.\n
      \n
      What am I missing here? Drive isn’t encrypted, nothing silly like that.\n
      \n
      Ok, I managed to do it with dd:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">sudo dd if=/dev/sdb1 bs=8M skip=$((4660742*4096)) iflag=skip_bytes | head -c 4096\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">hello\n
      </span>\n
      ```\n
      \n
      but why can I not find it using wxhexeditor??\n
      \n
      EDIT:\n
      \n
      Duh, I didn’t click that offset needed to be multiplied by the block size.\n
      \n
      If I go to offset 4660742*4096=19090399232 in wxhexeditor, indeed I see the file contents:\n
      \n
      ![](https://files.catbox.moe/6zvhx0.png)\n
      \n
      Final conclusion:\n
      \n
      After some more testing, I have concluded: you cannot easily calculate the offset using the inode. Finding files across the disk requires using the inode tables to get the offset and actual file location. So an inode does not correlate with a physical/logical sequential disk location.\n
      \n
      I created a new file, it received inode 21, but the offset was smaller than inode 19.\n
      \n
      Was that a good use of 3 hours of my life? Well… I still have no idea what’s up with the Kardashians, so… I guess?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701250420 {#3032
      date: 2023-11-29 10:33:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3040 …}
    +reports: Doctrine\ORM\PersistentCollection {#3042 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3044 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3046 …}
    +badges: Doctrine\ORM\PersistentCollection {#3048 …}
    +children: [
      App\Entity\EntryComment {#2139}
    ]
    -id: 17506
    -titleTs: "'content':7 'devic':4 'file':2 'found':1 'hex':6 'use':8 'wxhexeditor':9"
    -bodyTs: "'/6zvhx0.png)':209 '/dev/sdb1':38,153 '19':55,274 '19090399232':198 '21':266 '3':281 '4096':158,164,197 '4660742':157,196 '8m':155 'across':230 'actual':243 'around':5 'ascii':119 'block':67,94,189 'bs':154 'byte':110,161 'c':163 'calcul':109,222 'cannot':220 'clear':13 'click':180 'conclud':218 'conclus':211 'content':206 'convert':117 'copi':111 'correl':251 'correspond':106 'creat':19,259 'cut':14 'dd':149,151 'devic':37,98 'didn':178 'disk':232,256 'drive':75,134 'duh':176 'easi':86 'easili':221 'edit':175 'encrypt':137 'enter':23 'except':127 'expect':16 'ext4':77 'file':21,46,205,229,244,262 'files.catbox.moe':208 'files.catbox.moe/6zvhx0.png)':207 'final':210 'find':44,51,171,228 'first':66 'get':29,239 'go':82,193 'good':278 'group':68 'guess':300 'head':162 'hello':125,165 'hex':31,114 'hour':282 'idea':291 'iflag':159 'inde':201 'inod':53,91,227,236,248,265,273 'isn':135 'joy':74 'kardashian':297 'life':285 'like':140 'line':105 'locat':245,257 'manag':144 'minut':72 'miss':132 'multipli':89,186 'need':183 'new':261 'noth':138 'offset':182,195,224,241,269 'ok':142 'open':35,96 'physical/logical':254 'play':4 'receiv':264 'requir':233 'right':60 'scroll':102 'see':203 'sequenti':255 'sever':71 'silli':139 'size':95,190 'skip':156,160 'smaller':271 'start':63 'still':288 'sudo':150 'tabl':237 'task':87 'test':215 'text':25 'thought':79 'tri':42 'turn':7 'use':26,173,225,234,279 'valu':32,115 'voila':121 'well':286 'world':126 'wxhexeditor':40,100,174,200 'xxd':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701203579
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3824501"
    +editedAt: DateTimeImmutable @1701860652 {#3019
      date: 2023-12-06 12:04:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701117179 {#2996
      date: 2023-11-27 21:32:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "Of course that was worth 3 hours. Every tinkering/experimenting is worth it. In the worst case you gain experience"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701917806 {#2126
    date: 2023-12-07 03:56:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2224 …}
  +nested: Doctrine\ORM\PersistentCollection {#2223 …}
  +votes: Doctrine\ORM\PersistentCollection {#2216 …}
  +reports: Doctrine\ORM\PersistentCollection {#2213 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2230 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
  -id: 172779
  -bodyTs: "'3':6 'case':16 'cours':2 'everi':8 'experi':19 'gain':18 'hour':7 'tinkering/experimenting':9 'worst':15 'worth':5,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186168"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154565 {#2043
    date: 2023-11-28 07:56:05.0 +01:00
  }
  +"title": 172779
}
"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 {#2139
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2215
    +user: Proxies\__CG__\App\Entity\User {#2548 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "FOUND-file-in-device-by-hex-content-using-wxHexEditor"
    +title: "FOUND file in device by hex content using wxHexEditor"
    +url: null
    +body: """
      Just having a play around, this turned out to be not as clear cut as expected.\n
      \n
      so I created a file and entered some text, used xxd to get the hex values, and then opened the device /dev/sdb1 in wxhexeditor and tried to find my file, but it’s not finding it. Inode is 19, so it should be right at the start of the first block group, but after several minutes, no joy. (drive is ext4.)\n
      \n
      I thought this was going to be an easy task, just multiply the inode by the block size, open the device with wxhexeditor, and scroll to the line corresponding to the calculated byte, copy out the hex values and convert to ascii and voila, there’s the ‘hello world’… except no.\n
      \n
      What am I missing here? Drive isn’t encrypted, nothing silly like that.\n
      \n
      Ok, I managed to do it with dd:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">sudo dd if=/dev/sdb1 bs=8M skip=$((4660742*4096)) iflag=skip_bytes | head -c 4096\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">hello\n
      </span>\n
      ```\n
      \n
      but why can I not find it using wxhexeditor??\n
      \n
      EDIT:\n
      \n
      Duh, I didn’t click that offset needed to be multiplied by the block size.\n
      \n
      If I go to offset 4660742*4096=19090399232 in wxhexeditor, indeed I see the file contents:\n
      \n
      ![](https://files.catbox.moe/6zvhx0.png)\n
      \n
      Final conclusion:\n
      \n
      After some more testing, I have concluded: you cannot easily calculate the offset using the inode. Finding files across the disk requires using the inode tables to get the offset and actual file location. So an inode does not correlate with a physical/logical sequential disk location.\n
      \n
      I created a new file, it received inode 21, but the offset was smaller than inode 19.\n
      \n
      Was that a good use of 3 hours of my life? Well… I still have no idea what’s up with the Kardashians, so… I guess?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701250420 {#3032
      date: 2023-11-29 10:33:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3040 …}
    +reports: Doctrine\ORM\PersistentCollection {#3042 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3044 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3046 …}
    +badges: Doctrine\ORM\PersistentCollection {#3048 …}
    +children: [
      App\Entity\EntryComment {#2139}
    ]
    -id: 17506
    -titleTs: "'content':7 'devic':4 'file':2 'found':1 'hex':6 'use':8 'wxhexeditor':9"
    -bodyTs: "'/6zvhx0.png)':209 '/dev/sdb1':38,153 '19':55,274 '19090399232':198 '21':266 '3':281 '4096':158,164,197 '4660742':157,196 '8m':155 'across':230 'actual':243 'around':5 'ascii':119 'block':67,94,189 'bs':154 'byte':110,161 'c':163 'calcul':109,222 'cannot':220 'clear':13 'click':180 'conclud':218 'conclus':211 'content':206 'convert':117 'copi':111 'correl':251 'correspond':106 'creat':19,259 'cut':14 'dd':149,151 'devic':37,98 'didn':178 'disk':232,256 'drive':75,134 'duh':176 'easi':86 'easili':221 'edit':175 'encrypt':137 'enter':23 'except':127 'expect':16 'ext4':77 'file':21,46,205,229,244,262 'files.catbox.moe':208 'files.catbox.moe/6zvhx0.png)':207 'final':210 'find':44,51,171,228 'first':66 'get':29,239 'go':82,193 'good':278 'group':68 'guess':300 'head':162 'hello':125,165 'hex':31,114 'hour':282 'idea':291 'iflag':159 'inde':201 'inod':53,91,227,236,248,265,273 'isn':135 'joy':74 'kardashian':297 'life':285 'like':140 'line':105 'locat':245,257 'manag':144 'minut':72 'miss':132 'multipli':89,186 'need':183 'new':261 'noth':138 'offset':182,195,224,241,269 'ok':142 'open':35,96 'physical/logical':254 'play':4 'receiv':264 'requir':233 'right':60 'scroll':102 'see':203 'sequenti':255 'sever':71 'silli':139 'size':95,190 'skip':156,160 'smaller':271 'start':63 'still':288 'sudo':150 'tabl':237 'task':87 'test':215 'text':25 'thought':79 'tri':42 'turn':7 'use':26,173,225,234,279 'valu':32,115 'voila':121 'well':286 'world':126 'wxhexeditor':40,100,174,200 'xxd':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701203579
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3824501"
    +editedAt: DateTimeImmutable @1701860652 {#3019
      date: 2023-12-06 12:04:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701117179 {#2996
      date: 2023-11-27 21:32:59.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "Of course that was worth 3 hours. Every tinkering/experimenting is worth it. In the worst case you gain experience"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701917806 {#2126
    date: 2023-12-07 03:56:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2224 …}
  +nested: Doctrine\ORM\PersistentCollection {#2223 …}
  +votes: Doctrine\ORM\PersistentCollection {#2216 …}
  +reports: Doctrine\ORM\PersistentCollection {#2213 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2230 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2232 …}
  -id: 172779
  -bodyTs: "'3':6 'case':16 'cours':2 'everi':8 'experi':19 'gain':18 'hour':7 'tinkering/experimenting':9 'worst':15 'worth':5,11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186168"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701154565 {#2043
    date: 2023-11-28 07:56:05.0 +01:00
  }
  +"title": 172779
}
"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 {#2281
  +user: Proxies\__CG__\App\Entity\User {#2830 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "what-caused-you-to-get-into-Linux"
  +title: "what caused you to get into Linux?"
  +url: null
  +body: "What caused you to get into it, are you an evangel and are you obsessed?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 294
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702621959 {#2835
    date: 2023-12-15 07:32:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2912 …}
  +votes: Doctrine\ORM\PersistentCollection {#2910 …}
  +reports: Doctrine\ORM\PersistentCollection {#2907 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2941 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2937 …}
  +badges: Doctrine\ORM\PersistentCollection {#2954 …}
  +children: [
    App\Entity\EntryComment {#2295
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2281 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "I actually don’t know how that happened. It was either a youtube video: [when linux met r/unixporn](https://youtu.be/upCemv2UaLc?si=ktaX96_1lw3l2nqO) or my privacy &amp; freedom concerns that suddenly appeared in like the span of a week"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701155005 {#2290
        date: 2023-11-28 08:03:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Altomes@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2283 …}
      +nested: Doctrine\ORM\PersistentCollection {#2282 …}
      +votes: Doctrine\ORM\PersistentCollection {#2276 …}
      +reports: Doctrine\ORM\PersistentCollection {#2275 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2261 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2218 …}
      -id: 172791
      -bodyTs: "'/upcemv2ualc?si=ktax96_1lw3l2nqo)':21 'actual':2 'appear':29 'concern':26 'either':11 'freedom':25 'happen':8 'know':5 'like':31 'linux':16 'met':17 'privaci':24 'r/unixporn':18 'span':33 'sudden':28 'video':14 'week':36 'youtu.be':20 'youtu.be/upcemv2ualc?si=ktax96_1lw3l2nqo)':19 'youtub':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186253"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701155005 {#2296
        date: 2023-11-28 08:03:25.0 +01:00
      }
      +"title": 172791
    }
  ]
  -id: 17077
  -titleTs: "'caus':2 'get':5 'linux':7"
  -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701110283
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16098493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701023883 {#2829
    date: 2023-11-26 19:38: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 {#2281
  +user: Proxies\__CG__\App\Entity\User {#2830 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "what-caused-you-to-get-into-Linux"
  +title: "what caused you to get into Linux?"
  +url: null
  +body: "What caused you to get into it, are you an evangel and are you obsessed?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 294
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702621959 {#2835
    date: 2023-12-15 07:32:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2912 …}
  +votes: Doctrine\ORM\PersistentCollection {#2910 …}
  +reports: Doctrine\ORM\PersistentCollection {#2907 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2941 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2937 …}
  +badges: Doctrine\ORM\PersistentCollection {#2954 …}
  +children: [
    App\Entity\EntryComment {#2295
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2281 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "I actually don’t know how that happened. It was either a youtube video: [when linux met r/unixporn](https://youtu.be/upCemv2UaLc?si=ktaX96_1lw3l2nqO) or my privacy &amp; freedom concerns that suddenly appeared in like the span of a week"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701155005 {#2290
        date: 2023-11-28 08:03:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Altomes@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2283 …}
      +nested: Doctrine\ORM\PersistentCollection {#2282 …}
      +votes: Doctrine\ORM\PersistentCollection {#2276 …}
      +reports: Doctrine\ORM\PersistentCollection {#2275 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2261 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2218 …}
      -id: 172791
      -bodyTs: "'/upcemv2ualc?si=ktax96_1lw3l2nqo)':21 'actual':2 'appear':29 'concern':26 'either':11 'freedom':25 'happen':8 'know':5 'like':31 'linux':16 'met':17 'privaci':24 'r/unixporn':18 'span':33 'sudden':28 'video':14 'week':36 'youtu.be':20 'youtu.be/upcemv2ualc?si=ktax96_1lw3l2nqo)':19 'youtub':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186253"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701155005 {#2296
        date: 2023-11-28 08:03:25.0 +01:00
      }
      +"title": 172791
    }
  ]
  -id: 17077
  -titleTs: "'caus':2 'get':5 'linux':7"
  -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701110283
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16098493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701023883 {#2829
    date: 2023-11-26 19:38: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 {#2281
  +user: Proxies\__CG__\App\Entity\User {#2830 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
  +slug: "what-caused-you-to-get-into-Linux"
  +title: "what caused you to get into Linux?"
  +url: null
  +body: "What caused you to get into it, are you an evangel and are you obsessed?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 294
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702621959 {#2835
    date: 2023-12-15 07:32:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2912 …}
  +votes: Doctrine\ORM\PersistentCollection {#2910 …}
  +reports: Doctrine\ORM\PersistentCollection {#2907 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2941 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2937 …}
  +badges: Doctrine\ORM\PersistentCollection {#2954 …}
  +children: [
    App\Entity\EntryComment {#2295
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2281 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: null
      +root: null
      +body: "I actually don’t know how that happened. It was either a youtube video: [when linux met r/unixporn](https://youtu.be/upCemv2UaLc?si=ktaX96_1lw3l2nqO) or my privacy &amp; freedom concerns that suddenly appeared in like the span of a week"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701155005 {#2290
        date: 2023-11-28 08:03:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Altomes@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2283 …}
      +nested: Doctrine\ORM\PersistentCollection {#2282 …}
      +votes: Doctrine\ORM\PersistentCollection {#2276 …}
      +reports: Doctrine\ORM\PersistentCollection {#2275 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2261 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2218 …}
      -id: 172791
      -bodyTs: "'/upcemv2ualc?si=ktax96_1lw3l2nqo)':21 'actual':2 'appear':29 'concern':26 'either':11 'freedom':25 'happen':8 'know':5 'like':31 'linux':16 'met':17 'privaci':24 'r/unixporn':18 'span':33 'sudden':28 'video':14 'week':36 'youtu.be':20 'youtu.be/upcemv2ualc?si=ktax96_1lw3l2nqo)':19 'youtub':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6186253"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701155005 {#2296
        date: 2023-11-28 08:03:25.0 +01:00
      }
      +"title": 172791
    }
  ]
  -id: 17077
  -titleTs: "'caus':2 'get':5 'linux':7"
  -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701110283
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16098493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701023883 {#2829
    date: 2023-11-26 19:38: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 {#2295
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2281
    +user: Proxies\__CG__\App\Entity\User {#2830 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "what-caused-you-to-get-into-Linux"
    +title: "what caused you to get into Linux?"
    +url: null
    +body: "What caused you to get into it, are you an evangel and are you obsessed?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 294
    +favouriteCount: 241
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702621959 {#2835
      date: 2023-12-15 07:32:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2912 …}
    +votes: Doctrine\ORM\PersistentCollection {#2910 …}
    +reports: Doctrine\ORM\PersistentCollection {#2907 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2941 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2937 …}
    +badges: Doctrine\ORM\PersistentCollection {#2954 …}
    +children: [
      App\Entity\EntryComment {#2295}
    ]
    -id: 17077
    -titleTs: "'caus':2 'get':5 'linux':7"
    -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701110283
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16098493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701023883 {#2829
      date: 2023-11-26 19:38:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "I actually don’t know how that happened. It was either a youtube video: [when linux met r/unixporn](https://youtu.be/upCemv2UaLc?si=ktaX96_1lw3l2nqO) or my privacy &amp; freedom concerns that suddenly appeared in like the span of a week"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701155005 {#2290
    date: 2023-11-28 08:03:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Altomes@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2283 …}
  +nested: Doctrine\ORM\PersistentCollection {#2282 …}
  +votes: Doctrine\ORM\PersistentCollection {#2276 …}
  +reports: Doctrine\ORM\PersistentCollection {#2275 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2261 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2218 …}
  -id: 172791
  -bodyTs: "'/upcemv2ualc?si=ktax96_1lw3l2nqo)':21 'actual':2 'appear':29 'concern':26 'either':11 'freedom':25 'happen':8 'know':5 'like':31 'linux':16 'met':17 'privaci':24 'r/unixporn':18 'span':33 'sudden':28 'video':14 'week':36 'youtu.be':20 'youtu.be/upcemv2ualc?si=ktax96_1lw3l2nqo)':19 'youtub':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701155005 {#2296
    date: 2023-11-28 08:03:25.0 +01:00
  }
  +"title": 172791
}
"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 {#2295
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2281
    +user: Proxies\__CG__\App\Entity\User {#2830 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "what-caused-you-to-get-into-Linux"
    +title: "what caused you to get into Linux?"
    +url: null
    +body: "What caused you to get into it, are you an evangel and are you obsessed?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 294
    +favouriteCount: 241
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702621959 {#2835
      date: 2023-12-15 07:32:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2912 …}
    +votes: Doctrine\ORM\PersistentCollection {#2910 …}
    +reports: Doctrine\ORM\PersistentCollection {#2907 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2941 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2937 …}
    +badges: Doctrine\ORM\PersistentCollection {#2954 …}
    +children: [
      App\Entity\EntryComment {#2295}
    ]
    -id: 17077
    -titleTs: "'caus':2 'get':5 'linux':7"
    -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701110283
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16098493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701023883 {#2829
      date: 2023-11-26 19:38:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "I actually don’t know how that happened. It was either a youtube video: [when linux met r/unixporn](https://youtu.be/upCemv2UaLc?si=ktaX96_1lw3l2nqO) or my privacy &amp; freedom concerns that suddenly appeared in like the span of a week"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701155005 {#2290
    date: 2023-11-28 08:03:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Altomes@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2283 …}
  +nested: Doctrine\ORM\PersistentCollection {#2282 …}
  +votes: Doctrine\ORM\PersistentCollection {#2276 …}
  +reports: Doctrine\ORM\PersistentCollection {#2275 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2261 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2218 …}
  -id: 172791
  -bodyTs: "'/upcemv2ualc?si=ktax96_1lw3l2nqo)':21 'actual':2 'appear':29 'concern':26 'either':11 'freedom':25 'happen':8 'know':5 'like':31 'linux':16 'met':17 'privaci':24 'r/unixporn':18 'span':33 'sudden':28 'video':14 'week':36 'youtu.be':20 'youtu.be/upcemv2ualc?si=ktax96_1lw3l2nqo)':19 'youtub':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701155005 {#2296
    date: 2023-11-28 08:03:25.0 +01:00
  }
  +"title": 172791
}
"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 {#2295
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2281
    +user: Proxies\__CG__\App\Entity\User {#2830 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2913 …}
    +slug: "what-caused-you-to-get-into-Linux"
    +title: "what caused you to get into Linux?"
    +url: null
    +body: "What caused you to get into it, are you an evangel and are you obsessed?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 294
    +favouriteCount: 241
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702621959 {#2835
      date: 2023-12-15 07:32:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2912 …}
    +votes: Doctrine\ORM\PersistentCollection {#2910 …}
    +reports: Doctrine\ORM\PersistentCollection {#2907 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2941 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2937 …}
    +badges: Doctrine\ORM\PersistentCollection {#2954 …}
    +children: [
      App\Entity\EntryComment {#2295}
    ]
    -id: 17077
    -titleTs: "'caus':2 'get':5 'linux':7"
    -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701110283
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16098493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701023883 {#2829
      date: 2023-11-26 19:38:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: "I actually don’t know how that happened. It was either a youtube video: [when linux met r/unixporn](https://youtu.be/upCemv2UaLc?si=ktaX96_1lw3l2nqO) or my privacy &amp; freedom concerns that suddenly appeared in like the span of a week"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701155005 {#2290
    date: 2023-11-28 08:03:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Altomes@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2283 …}
  +nested: Doctrine\ORM\PersistentCollection {#2282 …}
  +votes: Doctrine\ORM\PersistentCollection {#2276 …}
  +reports: Doctrine\ORM\PersistentCollection {#2275 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2261 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2218 …}
  -id: 172791
  -bodyTs: "'/upcemv2ualc?si=ktax96_1lw3l2nqo)':21 'actual':2 'appear':29 'concern':26 'either':11 'freedom':25 'happen':8 'know':5 'like':31 'linux':16 'met':17 'privaci':24 'r/unixporn':18 'span':33 'sudden':28 'video':14 'week':36 'youtu.be':20 'youtu.be/upcemv2ualc?si=ktax96_1lw3l2nqo)':19 'youtub':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6186253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701155005 {#2296
    date: 2023-11-28 08:03:25.0 +01:00
  }
  +"title": 172791
}
"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
Proxies\__CG__\App\Entity\Post {#2812
  +user: Proxies\__CG__\App\Entity\User {#2828 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
  +image: Proxies\__CG__\App\Entity\Image {#3055 …}
  +slug: "YouTube-is-making-the-watching-experience-worse-on-Firefox-and"
  +body: """
    **#YouTube is making the watching experience worse on #Firefox and Microsoft Edge.**\n
    \n
    I didn't believe it the first time I heard abt it, since it sounded more like a conspiracy theory than a actual thing, but it's true. Google does add 5s timeout specifically to Firefox and Edge users when they try to watch a video on YT. If you want to know more about it, Mental Outlaw make a very good video abt it (Link: <https://youtu.be/v4gXhmzQztE> ). I think Google did this, to get people moving to Chrome since the majority will think this is a browser issue, nobody would expect YouTube to purposely doing this. In the attached Screenshot you can see that YouTube checks the user agent of browsers to see if it's Edge, Firefox or not. You can bypass this by changing your User agent to chrome.\n
    \n
    **Edit:** Due a lot of people saying a lot of different things abt it, I want to say that I'm not 100% sure abt how exactly this works, there is a inbuild delay by Google, but who is actually affected, there are a lot of different opinions abt it. I wasn't able to verify this myself in LibreWolf, but this could be the case due my intensive hardening I did and this is just a result of what I found in the code and what Mental Outlaw and others shared across social media, if you got different or additional infos abt this feel free to comment and I suggest everyone ti also check the comment section.\n
    \n
    #privacy #youtube #google #dataprotection #firefox #msedge #browser @privacy@lemmy.ml
    """
  +lang: "en"
  +commentCount: 32
  +favouriteCount: 243
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700872010 {#3050
    date: 2023-11-25 01:26:50.0 +01:00
  }
  +ip: null
  +tags: [
    0 => "youtube"
    1 => "firefox"
    2 => "privacy"
    4 => "google"
    5 => "dataprotection"
    7 => "msedge"
    8 => "browser"
  ]
  +mentions: [
    "@privacy@lemmy.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3057 …}
  +votes: Doctrine\ORM\PersistentCollection {#3059 …}
  +reports: Doctrine\ORM\PersistentCollection {#3061 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
  +children: [
    App\Entity\PostComment {#2773
      +user: App\Entity\User {#261 …}
      +post: Proxies\__CG__\App\Entity\Post {#2812 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
      +parent: null
      +root: null
      +image: null
      +body: "I have never experienced that… Maybe ublock blocks that? I for sure haven’t changed my user agent"
      +lang: "en"
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1700830373 {#2723
        date: 2023-11-24 13:52:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@privacy@lemmy.ml"
        "@voxel@infosec.exchange"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2810 …}
      +nested: Doctrine\ORM\PersistentCollection {#2808 …}
      +votes: Doctrine\ORM\PersistentCollection {#2806 …}
      +reports: Doctrine\ORM\PersistentCollection {#2804 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2813 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
      -id: 758
      -bodyTs: "'agent':18 'block':8 'chang':15 'experienc':4 'haven':13 'mayb':6 'never':3 'sure':12 'ublock':7 'user':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6078742"
      +editedAt: DateTimeImmutable @1701355808 {#2620
        date: 2023-11-30 15:50:08.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700830373 {#2609
        date: 2023-11-24 13:52:53.0 +01:00
      }
      +"title": 758
    }
  ]
  -id: 302
  -bodyTs: "'/v4gxhmzqzte':81 '100':168 '5s':44 'abl':199 'abt':23,76,158,170,194,248 'across':238 'actual':35,185 'add':43 'addit':246 'affect':186 'agent':123,143 'also':259 'attach':113 'believ':16 'browser':101,125,270 'bypass':137 'case':211 'chang':140 'check':120,260 'chrome':92,145 'code':230 'comment':253,262 'conspiraci':31 'could':208 'dataprotect':267 'delay':179 'didn':14 'differ':156,192,244 'due':147,212 'edg':12,50,131 'edit':146 'everyon':257 'exact':172 'expect':105 'experi':6 'feel':250 'firefox':9,48,132,268 'first':19 'found':227 'free':251 'get':88 'good':74 'googl':41,84,181,266 'got':243 'harden':215 'heard':22 'inbuild':178 'info':247 'intens':214 'issu':102 'know':65 'librewolf':205 'like':29 'link':78 'lot':149,154,190 'm':166 'major':95 'make':3,71 'media':240 'mental':69,233 'microsoft':11 'move':90 'msedg':269 'nobodi':103 'opinion':193 'other':236 'outlaw':70,234 'peopl':89,151 'privaci':264 'privacy@lemmy.ml':271 'purpos':108 'result':223 'say':152,163 'screenshot':114 'section':263 'see':117,127 'share':237 'sinc':25,93 'social':239 'sound':27 'specif':46 'suggest':256 'sure':169 'theori':32 'thing':36,157 'think':83,97 'ti':258 'time':20 'timeout':45 'tri':54 'true':40 'user':51,122,142 'verifi':201 'video':58,75 'want':63,161 'wasn':197 'watch':5,56 'work':174 'wors':7 'would':104 'youtu.be':80 'youtu.be/v4gxhmzqzte':79 'youtub':1,106,119,265 'yt':60"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700915614
  +visibility: "visible             "
  +apId: "https://infosec.exchange/users/voxel/statuses/111465543390759224"
  +editedAt: DateTimeImmutable @1701416281 {#3038
    date: 2023-12-01 08:38:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700829214 {#3016
    date: 2023-11-24 13:33:34.0 +01:00
  }
  +__isInitialized__: true
  +"title": 302
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
Proxies\__CG__\App\Entity\Post {#2812
  +user: Proxies\__CG__\App\Entity\User {#2828 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
  +image: Proxies\__CG__\App\Entity\Image {#3055 …}
  +slug: "YouTube-is-making-the-watching-experience-worse-on-Firefox-and"
  +body: """
    **#YouTube is making the watching experience worse on #Firefox and Microsoft Edge.**\n
    \n
    I didn't believe it the first time I heard abt it, since it sounded more like a conspiracy theory than a actual thing, but it's true. Google does add 5s timeout specifically to Firefox and Edge users when they try to watch a video on YT. If you want to know more about it, Mental Outlaw make a very good video abt it (Link: <https://youtu.be/v4gXhmzQztE> ). I think Google did this, to get people moving to Chrome since the majority will think this is a browser issue, nobody would expect YouTube to purposely doing this. In the attached Screenshot you can see that YouTube checks the user agent of browsers to see if it's Edge, Firefox or not. You can bypass this by changing your User agent to chrome.\n
    \n
    **Edit:** Due a lot of people saying a lot of different things abt it, I want to say that I'm not 100% sure abt how exactly this works, there is a inbuild delay by Google, but who is actually affected, there are a lot of different opinions abt it. I wasn't able to verify this myself in LibreWolf, but this could be the case due my intensive hardening I did and this is just a result of what I found in the code and what Mental Outlaw and others shared across social media, if you got different or additional infos abt this feel free to comment and I suggest everyone ti also check the comment section.\n
    \n
    #privacy #youtube #google #dataprotection #firefox #msedge #browser @privacy@lemmy.ml
    """
  +lang: "en"
  +commentCount: 32
  +favouriteCount: 243
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700872010 {#3050
    date: 2023-11-25 01:26:50.0 +01:00
  }
  +ip: null
  +tags: [
    0 => "youtube"
    1 => "firefox"
    2 => "privacy"
    4 => "google"
    5 => "dataprotection"
    7 => "msedge"
    8 => "browser"
  ]
  +mentions: [
    "@privacy@lemmy.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3057 …}
  +votes: Doctrine\ORM\PersistentCollection {#3059 …}
  +reports: Doctrine\ORM\PersistentCollection {#3061 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
  +children: [
    App\Entity\PostComment {#2773
      +user: App\Entity\User {#261 …}
      +post: Proxies\__CG__\App\Entity\Post {#2812 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
      +parent: null
      +root: null
      +image: null
      +body: "I have never experienced that… Maybe ublock blocks that? I for sure haven’t changed my user agent"
      +lang: "en"
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1700830373 {#2723
        date: 2023-11-24 13:52:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@privacy@lemmy.ml"
        "@voxel@infosec.exchange"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2810 …}
      +nested: Doctrine\ORM\PersistentCollection {#2808 …}
      +votes: Doctrine\ORM\PersistentCollection {#2806 …}
      +reports: Doctrine\ORM\PersistentCollection {#2804 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2813 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
      -id: 758
      -bodyTs: "'agent':18 'block':8 'chang':15 'experienc':4 'haven':13 'mayb':6 'never':3 'sure':12 'ublock':7 'user':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6078742"
      +editedAt: DateTimeImmutable @1701355808 {#2620
        date: 2023-11-30 15:50:08.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700830373 {#2609
        date: 2023-11-24 13:52:53.0 +01:00
      }
      +"title": 758
    }
  ]
  -id: 302
  -bodyTs: "'/v4gxhmzqzte':81 '100':168 '5s':44 'abl':199 'abt':23,76,158,170,194,248 'across':238 'actual':35,185 'add':43 'addit':246 'affect':186 'agent':123,143 'also':259 'attach':113 'believ':16 'browser':101,125,270 'bypass':137 'case':211 'chang':140 'check':120,260 'chrome':92,145 'code':230 'comment':253,262 'conspiraci':31 'could':208 'dataprotect':267 'delay':179 'didn':14 'differ':156,192,244 'due':147,212 'edg':12,50,131 'edit':146 'everyon':257 'exact':172 'expect':105 'experi':6 'feel':250 'firefox':9,48,132,268 'first':19 'found':227 'free':251 'get':88 'good':74 'googl':41,84,181,266 'got':243 'harden':215 'heard':22 'inbuild':178 'info':247 'intens':214 'issu':102 'know':65 'librewolf':205 'like':29 'link':78 'lot':149,154,190 'm':166 'major':95 'make':3,71 'media':240 'mental':69,233 'microsoft':11 'move':90 'msedg':269 'nobodi':103 'opinion':193 'other':236 'outlaw':70,234 'peopl':89,151 'privaci':264 'privacy@lemmy.ml':271 'purpos':108 'result':223 'say':152,163 'screenshot':114 'section':263 'see':117,127 'share':237 'sinc':25,93 'social':239 'sound':27 'specif':46 'suggest':256 'sure':169 'theori':32 'thing':36,157 'think':83,97 'ti':258 'time':20 'timeout':45 'tri':54 'true':40 'user':51,122,142 'verifi':201 'video':58,75 'want':63,161 'wasn':197 'watch':5,56 'work':174 'wors':7 'would':104 'youtu.be':80 'youtu.be/v4gxhmzqzte':79 'youtub':1,106,119,265 'yt':60"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700915614
  +visibility: "visible             "
  +apId: "https://infosec.exchange/users/voxel/statuses/111465543390759224"
  +editedAt: DateTimeImmutable @1701416281 {#3038
    date: 2023-12-01 08:38:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700829214 {#3016
    date: 2023-11-24 13:33:34.0 +01:00
  }
  +__isInitialized__: true
  +"title": 302
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2812
  +user: Proxies\__CG__\App\Entity\User {#2828 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
  +image: Proxies\__CG__\App\Entity\Image {#3055 …}
  +slug: "YouTube-is-making-the-watching-experience-worse-on-Firefox-and"
  +body: """
    **#YouTube is making the watching experience worse on #Firefox and Microsoft Edge.**\n
    \n
    I didn't believe it the first time I heard abt it, since it sounded more like a conspiracy theory than a actual thing, but it's true. Google does add 5s timeout specifically to Firefox and Edge users when they try to watch a video on YT. If you want to know more about it, Mental Outlaw make a very good video abt it (Link: <https://youtu.be/v4gXhmzQztE> ). I think Google did this, to get people moving to Chrome since the majority will think this is a browser issue, nobody would expect YouTube to purposely doing this. In the attached Screenshot you can see that YouTube checks the user agent of browsers to see if it's Edge, Firefox or not. You can bypass this by changing your User agent to chrome.\n
    \n
    **Edit:** Due a lot of people saying a lot of different things abt it, I want to say that I'm not 100% sure abt how exactly this works, there is a inbuild delay by Google, but who is actually affected, there are a lot of different opinions abt it. I wasn't able to verify this myself in LibreWolf, but this could be the case due my intensive hardening I did and this is just a result of what I found in the code and what Mental Outlaw and others shared across social media, if you got different or additional infos abt this feel free to comment and I suggest everyone ti also check the comment section.\n
    \n
    #privacy #youtube #google #dataprotection #firefox #msedge #browser @privacy@lemmy.ml
    """
  +lang: "en"
  +commentCount: 32
  +favouriteCount: 243
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700872010 {#3050
    date: 2023-11-25 01:26:50.0 +01:00
  }
  +ip: null
  +tags: [
    0 => "youtube"
    1 => "firefox"
    2 => "privacy"
    4 => "google"
    5 => "dataprotection"
    7 => "msedge"
    8 => "browser"
  ]
  +mentions: [
    "@privacy@lemmy.ml"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3057 …}
  +votes: Doctrine\ORM\PersistentCollection {#3059 …}
  +reports: Doctrine\ORM\PersistentCollection {#3061 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
  +children: [
    App\Entity\PostComment {#2773
      +user: App\Entity\User {#261 …}
      +post: Proxies\__CG__\App\Entity\Post {#2812 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
      +parent: null
      +root: null
      +image: null
      +body: "I have never experienced that… Maybe ublock blocks that? I for sure haven’t changed my user agent"
      +lang: "en"
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1700830373 {#2723
        date: 2023-11-24 13:52:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@privacy@lemmy.ml"
        "@voxel@infosec.exchange"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2810 …}
      +nested: Doctrine\ORM\PersistentCollection {#2808 …}
      +votes: Doctrine\ORM\PersistentCollection {#2806 …}
      +reports: Doctrine\ORM\PersistentCollection {#2804 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2813 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
      -id: 758
      -bodyTs: "'agent':18 'block':8 'chang':15 'experienc':4 'haven':13 'mayb':6 'never':3 'sure':12 'ublock':7 'user':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6078742"
      +editedAt: DateTimeImmutable @1701355808 {#2620
        date: 2023-11-30 15:50:08.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700830373 {#2609
        date: 2023-11-24 13:52:53.0 +01:00
      }
      +"title": 758
    }
  ]
  -id: 302
  -bodyTs: "'/v4gxhmzqzte':81 '100':168 '5s':44 'abl':199 'abt':23,76,158,170,194,248 'across':238 'actual':35,185 'add':43 'addit':246 'affect':186 'agent':123,143 'also':259 'attach':113 'believ':16 'browser':101,125,270 'bypass':137 'case':211 'chang':140 'check':120,260 'chrome':92,145 'code':230 'comment':253,262 'conspiraci':31 'could':208 'dataprotect':267 'delay':179 'didn':14 'differ':156,192,244 'due':147,212 'edg':12,50,131 'edit':146 'everyon':257 'exact':172 'expect':105 'experi':6 'feel':250 'firefox':9,48,132,268 'first':19 'found':227 'free':251 'get':88 'good':74 'googl':41,84,181,266 'got':243 'harden':215 'heard':22 'inbuild':178 'info':247 'intens':214 'issu':102 'know':65 'librewolf':205 'like':29 'link':78 'lot':149,154,190 'm':166 'major':95 'make':3,71 'media':240 'mental':69,233 'microsoft':11 'move':90 'msedg':269 'nobodi':103 'opinion':193 'other':236 'outlaw':70,234 'peopl':89,151 'privaci':264 'privacy@lemmy.ml':271 'purpos':108 'result':223 'say':152,163 'screenshot':114 'section':263 'see':117,127 'share':237 'sinc':25,93 'social':239 'sound':27 'specif':46 'suggest':256 'sure':169 'theori':32 'thing':36,157 'think':83,97 'ti':258 'time':20 'timeout':45 'tri':54 'true':40 'user':51,122,142 'verifi':201 'video':58,75 'want':63,161 'wasn':197 'watch':5,56 'work':174 'wors':7 'would':104 'youtu.be':80 'youtu.be/v4gxhmzqzte':79 'youtub':1,106,119,265 'yt':60"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700915614
  +visibility: "visible             "
  +apId: "https://infosec.exchange/users/voxel/statuses/111465543390759224"
  +editedAt: DateTimeImmutable @1701416281 {#3038
    date: 2023-12-01 08:38:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700829214 {#3016
    date: 2023-11-24 13:33:34.0 +01:00
  }
  +__isInitialized__: true
  +"title": 302
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\PostComment {#2773
  +user: App\Entity\User {#261 …}
  +post: Proxies\__CG__\App\Entity\Post {#2812
    +user: Proxies\__CG__\App\Entity\User {#2828 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
    +image: Proxies\__CG__\App\Entity\Image {#3055 …}
    +slug: "YouTube-is-making-the-watching-experience-worse-on-Firefox-and"
    +body: """
      **#YouTube is making the watching experience worse on #Firefox and Microsoft Edge.**\n
      \n
      I didn't believe it the first time I heard abt it, since it sounded more like a conspiracy theory than a actual thing, but it's true. Google does add 5s timeout specifically to Firefox and Edge users when they try to watch a video on YT. If you want to know more about it, Mental Outlaw make a very good video abt it (Link: <https://youtu.be/v4gXhmzQztE> ). I think Google did this, to get people moving to Chrome since the majority will think this is a browser issue, nobody would expect YouTube to purposely doing this. In the attached Screenshot you can see that YouTube checks the user agent of browsers to see if it's Edge, Firefox or not. You can bypass this by changing your User agent to chrome.\n
      \n
      **Edit:** Due a lot of people saying a lot of different things abt it, I want to say that I'm not 100% sure abt how exactly this works, there is a inbuild delay by Google, but who is actually affected, there are a lot of different opinions abt it. I wasn't able to verify this myself in LibreWolf, but this could be the case due my intensive hardening I did and this is just a result of what I found in the code and what Mental Outlaw and others shared across social media, if you got different or additional infos abt this feel free to comment and I suggest everyone ti also check the comment section.\n
      \n
      #privacy #youtube #google #dataprotection #firefox #msedge #browser @privacy@lemmy.ml
      """
    +lang: "en"
    +commentCount: 32
    +favouriteCount: 243
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700872010 {#3050
      date: 2023-11-25 01:26:50.0 +01:00
    }
    +ip: null
    +tags: [
      0 => "youtube"
      1 => "firefox"
      2 => "privacy"
      4 => "google"
      5 => "dataprotection"
      7 => "msedge"
      8 => "browser"
    ]
    +mentions: [
      "@privacy@lemmy.ml"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3057 …}
    +votes: Doctrine\ORM\PersistentCollection {#3059 …}
    +reports: Doctrine\ORM\PersistentCollection {#3061 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3093 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
    +children: [
      App\Entity\PostComment {#2773}
    ]
    -id: 302
    -bodyTs: "'/v4gxhmzqzte':81 '100':168 '5s':44 'abl':199 'abt':23,76,158,170,194,248 'across':238 'actual':35,185 'add':43 'addit':246 'affect':186 'agent':123,143 'also':259 'attach':113 'believ':16 'browser':101,125,270 'bypass':137 'case':211 'chang':140 'check':120,260 'chrome':92,145 'code':230 'comment':253,262 'conspiraci':31 'could':208 'dataprotect':267 'delay':179 'didn':14 'differ':156,192,244 'due':147,212 'edg':12,50,131 'edit':146 'everyon':257 'exact':172 'expect':105 'experi':6 'feel':250 'firefox':9,48,132,268 'first':19 'found':227 'free':251 'get':88 'good':74 'googl':41,84,181,266 'got':243 'harden':215 'heard':22 'inbuild':178 'info':247 'intens':214 'issu':102 'know':65 'librewolf':205 'like':29 'link':78 'lot':149,154,190 'm':166 'major':95 'make':3,71 'media':240 'mental':69,233 'microsoft':11 'move':90 'msedg':269 'nobodi':103 'opinion':193 'other':236 'outlaw':70,234 'peopl':89,151 'privaci':264 'privacy@lemmy.ml':271 'purpos':108 'result':223 'say':152,163 'screenshot':114 'section':263 'see':117,127 'share':237 'sinc':25,93 'social':239 'sound':27 'specif':46 'suggest':256 'sure':169 'theori':32 'thing':36,157 'think':83,97 'ti':258 'time':20 'timeout':45 'tri':54 'true':40 'user':51,122,142 'verifi':201 'video':58,75 'want':63,161 'wasn':197 'watch':5,56 'work':174 'wors':7 'would':104 'youtu.be':80 'youtu.be/v4gxhmzqzte':79 'youtub':1,106,119,265 'yt':60"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700915614
    +visibility: "visible             "
    +apId: "https://infosec.exchange/users/voxel/statuses/111465543390759224"
    +editedAt: DateTimeImmutable @1701416281 {#3038
      date: 2023-12-01 08:38:01.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700829214 {#3016
      date: 2023-11-24 13:33:34.0 +01:00
    }
    +__isInitialized__: true
    +"title": 302
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
  +parent: null
  +root: null
  +image: null
  +body: "I have never experienced that… Maybe ublock blocks that? I for sure haven’t changed my user agent"
  +lang: "en"
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700830373 {#2723
    date: 2023-11-24 13:52:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@privacy@lemmy.ml"
    "@voxel@infosec.exchange"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2810 …}
  +nested: Doctrine\ORM\PersistentCollection {#2808 …}
  +votes: Doctrine\ORM\PersistentCollection {#2806 …}
  +reports: Doctrine\ORM\PersistentCollection {#2804 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2813 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
  -id: 758
  -bodyTs: "'agent':18 'block':8 'chang':15 'experienc':4 'haven':13 'mayb':6 'never':3 'sure':12 'ublock':7 'user':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6078742"
  +editedAt: DateTimeImmutable @1701355808 {#2620
    date: 2023-11-30 15:50:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700830373 {#2609
    date: 2023-11-24 13:52:53.0 +01:00
  }
  +"title": 758
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\PostComment {#2773
  +user: App\Entity\User {#261 …}
  +post: Proxies\__CG__\App\Entity\Post {#2812
    +user: Proxies\__CG__\App\Entity\User {#2828 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
    +image: Proxies\__CG__\App\Entity\Image {#3055 …}
    +slug: "YouTube-is-making-the-watching-experience-worse-on-Firefox-and"
    +body: """
      **#YouTube is making the watching experience worse on #Firefox and Microsoft Edge.**\n
      \n
      I didn't believe it the first time I heard abt it, since it sounded more like a conspiracy theory than a actual thing, but it's true. Google does add 5s timeout specifically to Firefox and Edge users when they try to watch a video on YT. If you want to know more about it, Mental Outlaw make a very good video abt it (Link: <https://youtu.be/v4gXhmzQztE> ). I think Google did this, to get people moving to Chrome since the majority will think this is a browser issue, nobody would expect YouTube to purposely doing this. In the attached Screenshot you can see that YouTube checks the user agent of browsers to see if it's Edge, Firefox or not. You can bypass this by changing your User agent to chrome.\n
      \n
      **Edit:** Due a lot of people saying a lot of different things abt it, I want to say that I'm not 100% sure abt how exactly this works, there is a inbuild delay by Google, but who is actually affected, there are a lot of different opinions abt it. I wasn't able to verify this myself in LibreWolf, but this could be the case due my intensive hardening I did and this is just a result of what I found in the code and what Mental Outlaw and others shared across social media, if you got different or additional infos abt this feel free to comment and I suggest everyone ti also check the comment section.\n
      \n
      #privacy #youtube #google #dataprotection #firefox #msedge #browser @privacy@lemmy.ml
      """
    +lang: "en"
    +commentCount: 32
    +favouriteCount: 243
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700872010 {#3050
      date: 2023-11-25 01:26:50.0 +01:00
    }
    +ip: null
    +tags: [
      0 => "youtube"
      1 => "firefox"
      2 => "privacy"
      4 => "google"
      5 => "dataprotection"
      7 => "msedge"
      8 => "browser"
    ]
    +mentions: [
      "@privacy@lemmy.ml"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3057 …}
    +votes: Doctrine\ORM\PersistentCollection {#3059 …}
    +reports: Doctrine\ORM\PersistentCollection {#3061 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3093 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
    +children: [
      App\Entity\PostComment {#2773}
    ]
    -id: 302
    -bodyTs: "'/v4gxhmzqzte':81 '100':168 '5s':44 'abl':199 'abt':23,76,158,170,194,248 'across':238 'actual':35,185 'add':43 'addit':246 'affect':186 'agent':123,143 'also':259 'attach':113 'believ':16 'browser':101,125,270 'bypass':137 'case':211 'chang':140 'check':120,260 'chrome':92,145 'code':230 'comment':253,262 'conspiraci':31 'could':208 'dataprotect':267 'delay':179 'didn':14 'differ':156,192,244 'due':147,212 'edg':12,50,131 'edit':146 'everyon':257 'exact':172 'expect':105 'experi':6 'feel':250 'firefox':9,48,132,268 'first':19 'found':227 'free':251 'get':88 'good':74 'googl':41,84,181,266 'got':243 'harden':215 'heard':22 'inbuild':178 'info':247 'intens':214 'issu':102 'know':65 'librewolf':205 'like':29 'link':78 'lot':149,154,190 'm':166 'major':95 'make':3,71 'media':240 'mental':69,233 'microsoft':11 'move':90 'msedg':269 'nobodi':103 'opinion':193 'other':236 'outlaw':70,234 'peopl':89,151 'privaci':264 'privacy@lemmy.ml':271 'purpos':108 'result':223 'say':152,163 'screenshot':114 'section':263 'see':117,127 'share':237 'sinc':25,93 'social':239 'sound':27 'specif':46 'suggest':256 'sure':169 'theori':32 'thing':36,157 'think':83,97 'ti':258 'time':20 'timeout':45 'tri':54 'true':40 'user':51,122,142 'verifi':201 'video':58,75 'want':63,161 'wasn':197 'watch':5,56 'work':174 'wors':7 'would':104 'youtu.be':80 'youtu.be/v4gxhmzqzte':79 'youtub':1,106,119,265 'yt':60"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700915614
    +visibility: "visible             "
    +apId: "https://infosec.exchange/users/voxel/statuses/111465543390759224"
    +editedAt: DateTimeImmutable @1701416281 {#3038
      date: 2023-12-01 08:38:01.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700829214 {#3016
      date: 2023-11-24 13:33:34.0 +01:00
    }
    +__isInitialized__: true
    +"title": 302
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
  +parent: null
  +root: null
  +image: null
  +body: "I have never experienced that… Maybe ublock blocks that? I for sure haven’t changed my user agent"
  +lang: "en"
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700830373 {#2723
    date: 2023-11-24 13:52:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@privacy@lemmy.ml"
    "@voxel@infosec.exchange"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2810 …}
  +nested: Doctrine\ORM\PersistentCollection {#2808 …}
  +votes: Doctrine\ORM\PersistentCollection {#2806 …}
  +reports: Doctrine\ORM\PersistentCollection {#2804 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2813 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
  -id: 758
  -bodyTs: "'agent':18 'block':8 'chang':15 'experienc':4 'haven':13 'mayb':6 'never':3 'sure':12 'ublock':7 'user':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6078742"
  +editedAt: DateTimeImmutable @1701355808 {#2620
    date: 2023-11-30 15:50:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700830373 {#2609
    date: 2023-11-24 13:52:53.0 +01:00
  }
  +"title": 758
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\PostComment {#2773
  +user: App\Entity\User {#261 …}
  +post: Proxies\__CG__\App\Entity\Post {#2812
    +user: Proxies\__CG__\App\Entity\User {#2828 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
    +image: Proxies\__CG__\App\Entity\Image {#3055 …}
    +slug: "YouTube-is-making-the-watching-experience-worse-on-Firefox-and"
    +body: """
      **#YouTube is making the watching experience worse on #Firefox and Microsoft Edge.**\n
      \n
      I didn't believe it the first time I heard abt it, since it sounded more like a conspiracy theory than a actual thing, but it's true. Google does add 5s timeout specifically to Firefox and Edge users when they try to watch a video on YT. If you want to know more about it, Mental Outlaw make a very good video abt it (Link: <https://youtu.be/v4gXhmzQztE> ). I think Google did this, to get people moving to Chrome since the majority will think this is a browser issue, nobody would expect YouTube to purposely doing this. In the attached Screenshot you can see that YouTube checks the user agent of browsers to see if it's Edge, Firefox or not. You can bypass this by changing your User agent to chrome.\n
      \n
      **Edit:** Due a lot of people saying a lot of different things abt it, I want to say that I'm not 100% sure abt how exactly this works, there is a inbuild delay by Google, but who is actually affected, there are a lot of different opinions abt it. I wasn't able to verify this myself in LibreWolf, but this could be the case due my intensive hardening I did and this is just a result of what I found in the code and what Mental Outlaw and others shared across social media, if you got different or additional infos abt this feel free to comment and I suggest everyone ti also check the comment section.\n
      \n
      #privacy #youtube #google #dataprotection #firefox #msedge #browser @privacy@lemmy.ml
      """
    +lang: "en"
    +commentCount: 32
    +favouriteCount: 243
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700872010 {#3050
      date: 2023-11-25 01:26:50.0 +01:00
    }
    +ip: null
    +tags: [
      0 => "youtube"
      1 => "firefox"
      2 => "privacy"
      4 => "google"
      5 => "dataprotection"
      7 => "msedge"
      8 => "browser"
    ]
    +mentions: [
      "@privacy@lemmy.ml"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3057 …}
    +votes: Doctrine\ORM\PersistentCollection {#3059 …}
    +reports: Doctrine\ORM\PersistentCollection {#3061 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3093 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3089 …}
    +children: [
      App\Entity\PostComment {#2773}
    ]
    -id: 302
    -bodyTs: "'/v4gxhmzqzte':81 '100':168 '5s':44 'abl':199 'abt':23,76,158,170,194,248 'across':238 'actual':35,185 'add':43 'addit':246 'affect':186 'agent':123,143 'also':259 'attach':113 'believ':16 'browser':101,125,270 'bypass':137 'case':211 'chang':140 'check':120,260 'chrome':92,145 'code':230 'comment':253,262 'conspiraci':31 'could':208 'dataprotect':267 'delay':179 'didn':14 'differ':156,192,244 'due':147,212 'edg':12,50,131 'edit':146 'everyon':257 'exact':172 'expect':105 'experi':6 'feel':250 'firefox':9,48,132,268 'first':19 'found':227 'free':251 'get':88 'good':74 'googl':41,84,181,266 'got':243 'harden':215 'heard':22 'inbuild':178 'info':247 'intens':214 'issu':102 'know':65 'librewolf':205 'like':29 'link':78 'lot':149,154,190 'm':166 'major':95 'make':3,71 'media':240 'mental':69,233 'microsoft':11 'move':90 'msedg':269 'nobodi':103 'opinion':193 'other':236 'outlaw':70,234 'peopl':89,151 'privaci':264 'privacy@lemmy.ml':271 'purpos':108 'result':223 'say':152,163 'screenshot':114 'section':263 'see':117,127 'share':237 'sinc':25,93 'social':239 'sound':27 'specif':46 'suggest':256 'sure':169 'theori':32 'thing':36,157 'think':83,97 'ti':258 'time':20 'timeout':45 'tri':54 'true':40 'user':51,122,142 'verifi':201 'video':58,75 'want':63,161 'wasn':197 'watch':5,56 'work':174 'wors':7 'would':104 'youtu.be':80 'youtu.be/v4gxhmzqzte':79 'youtub':1,106,119,265 'yt':60"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700915614
    +visibility: "visible             "
    +apId: "https://infosec.exchange/users/voxel/statuses/111465543390759224"
    +editedAt: DateTimeImmutable @1701416281 {#3038
      date: 2023-12-01 08:38:01.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700829214 {#3016
      date: 2023-11-24 13:33:34.0 +01:00
    }
    +__isInitialized__: true
    +"title": 302
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2811 …}
  +parent: null
  +root: null
  +image: null
  +body: "I have never experienced that… Maybe ublock blocks that? I for sure haven’t changed my user agent"
  +lang: "en"
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700830373 {#2723
    date: 2023-11-24 13:52:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@privacy@lemmy.ml"
    "@voxel@infosec.exchange"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2810 …}
  +nested: Doctrine\ORM\PersistentCollection {#2808 …}
  +votes: Doctrine\ORM\PersistentCollection {#2806 …}
  +reports: Doctrine\ORM\PersistentCollection {#2804 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2813 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2768 …}
  -id: 758
  -bodyTs: "'agent':18 'block':8 'chang':15 'experienc':4 'haven':13 'mayb':6 'never':3 'sure':12 'ublock':7 'user':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6078742"
  +editedAt: DateTimeImmutable @1701355808 {#2620
    date: 2023-11-30 15:50:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700830373 {#2609
    date: 2023-11-24 13:52:53.0 +01:00
  }
  +"title": 758
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2100
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3107 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3108 …}
  +slug: "Black-Friday"
  +title: "Black Friday"
  +url: "https://files.mastodon.online/media_attachments/files/111/458/528/628/004/646/original/c4acd0601ce0f381.jpg"
  +body: """
    alt textthree rows with a barbecue on the left and William Wallace in Braveheart on the right. In the first row, captioned Wednesday, the barbecue is labelled “$899.99” and Wallace says “hold”. The second row, captioned Thursday, depicts the same. In the third row, captioned Black Friday, the there is a label with $1099.99 struck through with “$899.99” written underneath, and Wallace charges.\n
    \n
    edit: grammar
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 121
  +favouriteCount: 1659
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700836239 {#3083
    date: 2023-11-24 15:30:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3109 …}
  +votes: Doctrine\ORM\PersistentCollection {#3111 …}
  +reports: Doctrine\ORM\PersistentCollection {#3113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
  +badges: Doctrine\ORM\PersistentCollection {#3119 …}
  +children: [
    App\Entity\EntryComment {#2104
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2105 …}
      +body: "I love to see the eu fucking over companies"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1700754404 {#2165
        date: 2023-11-23 16:46:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Masimatutu@mander.xyz"
        "@tilcica@lemm.ee"
        "@BelieveRevolt@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2108 …}
      +nested: Doctrine\ORM\PersistentCollection {#2101 …}
      +votes: Doctrine\ORM\PersistentCollection {#2109 …}
      +reports: Doctrine\ORM\PersistentCollection {#2106 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2107 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2124 …}
      -id: 155077
      -bodyTs: "'compani':9 'eu':6 'fuck':7 'love':2 'see':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6058862"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700754404 {#2041
        date: 2023-11-23 16:46:44.0 +01:00
      }
      +"title": 155077
    }
  ]
  -id: 15904
  -titleTs: "'black':1 'friday':2"
  -bodyTs: "'1099.99':54 '899.99':28,58 'alt':1 'barbecu':6,25 'black':46 'braveheart':14 'caption':22,36,45 'charg':63 'depict':38 'edit':64 'first':20 'friday':47 'grammar':65 'hold':32 'label':27,52 'left':9 'right':17 'row':3,21,35,44 'say':31 'second':34 'struck':55 'textthre':2 'third':43 'thursday':37 'underneath':60 'wallac':12,30,62 'wednesday':23 'william':11 'written':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700831276
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6502685"
  +editedAt: DateTimeImmutable @1701267212 {#3056
    date: 2023-11-29 15:13:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700744876 {#3035
    date: 2023-11-23 14:07: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
47 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2100
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3107 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3108 …}
  +slug: "Black-Friday"
  +title: "Black Friday"
  +url: "https://files.mastodon.online/media_attachments/files/111/458/528/628/004/646/original/c4acd0601ce0f381.jpg"
  +body: """
    alt textthree rows with a barbecue on the left and William Wallace in Braveheart on the right. In the first row, captioned Wednesday, the barbecue is labelled “$899.99” and Wallace says “hold”. The second row, captioned Thursday, depicts the same. In the third row, captioned Black Friday, the there is a label with $1099.99 struck through with “$899.99” written underneath, and Wallace charges.\n
    \n
    edit: grammar
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 121
  +favouriteCount: 1659
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700836239 {#3083
    date: 2023-11-24 15:30:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3109 …}
  +votes: Doctrine\ORM\PersistentCollection {#3111 …}
  +reports: Doctrine\ORM\PersistentCollection {#3113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
  +badges: Doctrine\ORM\PersistentCollection {#3119 …}
  +children: [
    App\Entity\EntryComment {#2104
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2105 …}
      +body: "I love to see the eu fucking over companies"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1700754404 {#2165
        date: 2023-11-23 16:46:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Masimatutu@mander.xyz"
        "@tilcica@lemm.ee"
        "@BelieveRevolt@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2108 …}
      +nested: Doctrine\ORM\PersistentCollection {#2101 …}
      +votes: Doctrine\ORM\PersistentCollection {#2109 …}
      +reports: Doctrine\ORM\PersistentCollection {#2106 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2107 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2124 …}
      -id: 155077
      -bodyTs: "'compani':9 'eu':6 'fuck':7 'love':2 'see':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6058862"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700754404 {#2041
        date: 2023-11-23 16:46:44.0 +01:00
      }
      +"title": 155077
    }
  ]
  -id: 15904
  -titleTs: "'black':1 'friday':2"
  -bodyTs: "'1099.99':54 '899.99':28,58 'alt':1 'barbecu':6,25 'black':46 'braveheart':14 'caption':22,36,45 'charg':63 'depict':38 'edit':64 'first':20 'friday':47 'grammar':65 'hold':32 'label':27,52 'left':9 'right':17 'row':3,21,35,44 'say':31 'second':34 'struck':55 'textthre':2 'third':43 'thursday':37 'underneath':60 'wallac':12,30,62 'wednesday':23 'william':11 'written':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700831276
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6502685"
  +editedAt: DateTimeImmutable @1701267212 {#3056
    date: 2023-11-29 15:13:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700744876 {#3035
    date: 2023-11-23 14:07: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
48 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2100
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3107 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3108 …}
  +slug: "Black-Friday"
  +title: "Black Friday"
  +url: "https://files.mastodon.online/media_attachments/files/111/458/528/628/004/646/original/c4acd0601ce0f381.jpg"
  +body: """
    alt textthree rows with a barbecue on the left and William Wallace in Braveheart on the right. In the first row, captioned Wednesday, the barbecue is labelled “$899.99” and Wallace says “hold”. The second row, captioned Thursday, depicts the same. In the third row, captioned Black Friday, the there is a label with $1099.99 struck through with “$899.99” written underneath, and Wallace charges.\n
    \n
    edit: grammar
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 121
  +favouriteCount: 1659
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700836239 {#3083
    date: 2023-11-24 15:30:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3109 …}
  +votes: Doctrine\ORM\PersistentCollection {#3111 …}
  +reports: Doctrine\ORM\PersistentCollection {#3113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
  +badges: Doctrine\ORM\PersistentCollection {#3119 …}
  +children: [
    App\Entity\EntryComment {#2104
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2105 …}
      +body: "I love to see the eu fucking over companies"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1700754404 {#2165
        date: 2023-11-23 16:46:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Masimatutu@mander.xyz"
        "@tilcica@lemm.ee"
        "@BelieveRevolt@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2108 …}
      +nested: Doctrine\ORM\PersistentCollection {#2101 …}
      +votes: Doctrine\ORM\PersistentCollection {#2109 …}
      +reports: Doctrine\ORM\PersistentCollection {#2106 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2107 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2124 …}
      -id: 155077
      -bodyTs: "'compani':9 'eu':6 'fuck':7 'love':2 'see':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6058862"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700754404 {#2041
        date: 2023-11-23 16:46:44.0 +01:00
      }
      +"title": 155077
    }
  ]
  -id: 15904
  -titleTs: "'black':1 'friday':2"
  -bodyTs: "'1099.99':54 '899.99':28,58 'alt':1 'barbecu':6,25 'black':46 'braveheart':14 'caption':22,36,45 'charg':63 'depict':38 'edit':64 'first':20 'friday':47 'grammar':65 'hold':32 'label':27,52 'left':9 'right':17 'row':3,21,35,44 'say':31 'second':34 'struck':55 'textthre':2 'third':43 'thursday':37 'underneath':60 'wallac':12,30,62 'wednesday':23 'william':11 'written':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700831276
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6502685"
  +editedAt: DateTimeImmutable @1701267212 {#3056
    date: 2023-11-29 15:13:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700744876 {#3035
    date: 2023-11-23 14:07: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
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2100
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3107 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3108 …}
    +slug: "Black-Friday"
    +title: "Black Friday"
    +url: "https://files.mastodon.online/media_attachments/files/111/458/528/628/004/646/original/c4acd0601ce0f381.jpg"
    +body: """
      alt textthree rows with a barbecue on the left and William Wallace in Braveheart on the right. In the first row, captioned Wednesday, the barbecue is labelled “$899.99” and Wallace says “hold”. The second row, captioned Thursday, depicts the same. In the third row, captioned Black Friday, the there is a label with $1099.99 struck through with “$899.99” written underneath, and Wallace charges.\n
      \n
      edit: grammar
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 121
    +favouriteCount: 1659
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700836239 {#3083
      date: 2023-11-24 15:30:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      App\Entity\EntryComment {#2104}
    ]
    -id: 15904
    -titleTs: "'black':1 'friday':2"
    -bodyTs: "'1099.99':54 '899.99':28,58 'alt':1 'barbecu':6,25 'black':46 'braveheart':14 'caption':22,36,45 'charg':63 'depict':38 'edit':64 'first':20 'friday':47 'grammar':65 'hold':32 'label':27,52 'left':9 'right':17 'row':3,21,35,44 'say':31 'second':34 'struck':55 'textthre':2 'third':43 'thursday':37 'underneath':60 'wallac':12,30,62 'wednesday':23 'william':11 'written':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700831276
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6502685"
    +editedAt: DateTimeImmutable @1701267212 {#3056
      date: 2023-11-29 15:13:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700744876 {#3035
      date: 2023-11-23 14:07:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2105 …}
  +body: "I love to see the eu fucking over companies"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700754404 {#2165
    date: 2023-11-23 16:46:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
    "@tilcica@lemm.ee"
    "@BelieveRevolt@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2108 …}
  +nested: Doctrine\ORM\PersistentCollection {#2101 …}
  +votes: Doctrine\ORM\PersistentCollection {#2109 …}
  +reports: Doctrine\ORM\PersistentCollection {#2106 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2107 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2124 …}
  -id: 155077
  -bodyTs: "'compani':9 'eu':6 'fuck':7 'love':2 'see':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6058862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700754404 {#2041
    date: 2023-11-23 16:46:44.0 +01:00
  }
  +"title": 155077
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2100
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3107 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3108 …}
    +slug: "Black-Friday"
    +title: "Black Friday"
    +url: "https://files.mastodon.online/media_attachments/files/111/458/528/628/004/646/original/c4acd0601ce0f381.jpg"
    +body: """
      alt textthree rows with a barbecue on the left and William Wallace in Braveheart on the right. In the first row, captioned Wednesday, the barbecue is labelled “$899.99” and Wallace says “hold”. The second row, captioned Thursday, depicts the same. In the third row, captioned Black Friday, the there is a label with $1099.99 struck through with “$899.99” written underneath, and Wallace charges.\n
      \n
      edit: grammar
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 121
    +favouriteCount: 1659
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700836239 {#3083
      date: 2023-11-24 15:30:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      App\Entity\EntryComment {#2104}
    ]
    -id: 15904
    -titleTs: "'black':1 'friday':2"
    -bodyTs: "'1099.99':54 '899.99':28,58 'alt':1 'barbecu':6,25 'black':46 'braveheart':14 'caption':22,36,45 'charg':63 'depict':38 'edit':64 'first':20 'friday':47 'grammar':65 'hold':32 'label':27,52 'left':9 'right':17 'row':3,21,35,44 'say':31 'second':34 'struck':55 'textthre':2 'third':43 'thursday':37 'underneath':60 'wallac':12,30,62 'wednesday':23 'william':11 'written':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700831276
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6502685"
    +editedAt: DateTimeImmutable @1701267212 {#3056
      date: 2023-11-29 15:13:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700744876 {#3035
      date: 2023-11-23 14:07:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2105 …}
  +body: "I love to see the eu fucking over companies"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700754404 {#2165
    date: 2023-11-23 16:46:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
    "@tilcica@lemm.ee"
    "@BelieveRevolt@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2108 …}
  +nested: Doctrine\ORM\PersistentCollection {#2101 …}
  +votes: Doctrine\ORM\PersistentCollection {#2109 …}
  +reports: Doctrine\ORM\PersistentCollection {#2106 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2107 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2124 …}
  -id: 155077
  -bodyTs: "'compani':9 'eu':6 'fuck':7 'love':2 'see':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6058862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700754404 {#2041
    date: 2023-11-23 16:46:44.0 +01:00
  }
  +"title": 155077
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2100
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3107 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3108 …}
    +slug: "Black-Friday"
    +title: "Black Friday"
    +url: "https://files.mastodon.online/media_attachments/files/111/458/528/628/004/646/original/c4acd0601ce0f381.jpg"
    +body: """
      alt textthree rows with a barbecue on the left and William Wallace in Braveheart on the right. In the first row, captioned Wednesday, the barbecue is labelled “$899.99” and Wallace says “hold”. The second row, captioned Thursday, depicts the same. In the third row, captioned Black Friday, the there is a label with $1099.99 struck through with “$899.99” written underneath, and Wallace charges.\n
      \n
      edit: grammar
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 121
    +favouriteCount: 1659
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700836239 {#3083
      date: 2023-11-24 15:30:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3109 …}
    +votes: Doctrine\ORM\PersistentCollection {#3111 …}
    +reports: Doctrine\ORM\PersistentCollection {#3113 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3115 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3117 …}
    +badges: Doctrine\ORM\PersistentCollection {#3119 …}
    +children: [
      App\Entity\EntryComment {#2104}
    ]
    -id: 15904
    -titleTs: "'black':1 'friday':2"
    -bodyTs: "'1099.99':54 '899.99':28,58 'alt':1 'barbecu':6,25 'black':46 'braveheart':14 'caption':22,36,45 'charg':63 'depict':38 'edit':64 'first':20 'friday':47 'grammar':65 'hold':32 'label':27,52 'left':9 'right':17 'row':3,21,35,44 'say':31 'second':34 'struck':55 'textthre':2 'third':43 'thursday':37 'underneath':60 'wallac':12,30,62 'wednesday':23 'william':11 'written':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700831276
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6502685"
    +editedAt: DateTimeImmutable @1701267212 {#3056
      date: 2023-11-29 15:13:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700744876 {#3035
      date: 2023-11-23 14:07:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2105 …}
  +body: "I love to see the eu fucking over companies"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700754404 {#2165
    date: 2023-11-23 16:46:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
    "@tilcica@lemm.ee"
    "@BelieveRevolt@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2108 …}
  +nested: Doctrine\ORM\PersistentCollection {#2101 …}
  +votes: Doctrine\ORM\PersistentCollection {#2109 …}
  +reports: Doctrine\ORM\PersistentCollection {#2106 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2107 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2124 …}
  -id: 155077
  -bodyTs: "'compani':9 'eu':6 'fuck':7 'love':2 'see':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6058862"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700754404 {#2041
    date: 2023-11-23 16:46:44.0 +01:00
  }
  +"title": 155077
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3053 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3126 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "They-said-wake-me-up-at-6-AM"
  +title: "They said wake me up at 6 AM"
  +url: "https://lemmy.world/pictrs/image/aaa6420b-8c5c-458b-aa26-7bd221e7820f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 43
  +favouriteCount: 620
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700871524 {#3121
    date: 2023-11-25 01:18:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3129 …}
  +votes: Doctrine\ORM\PersistentCollection {#3131 …}
  +reports: Doctrine\ORM\PersistentCollection {#3133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3137 …}
  +badges: Doctrine\ORM\PersistentCollection {#3139 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
      +body: """
        They prob wouldn’t get shocked but the ring and battery will get very hot very quick as there i pretty much no resistance wich means there is a lot of current flowing.\n
        \n
        Someone else in the comments claimed to have calculated a resistance of 0.2 ohms.\n
        \n
        I=U÷R\n
        \n
        9V ÷ 0.2Ω = 45A\n
        \n
        45 amps is a lot of current to flow through a nose ring. I don’t know how much that is in heat but i’d expect you to get burned from it
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1700743868 {#2070
        date: 2023-11-23 13:51:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sgt_choke_n_stroke@lemmy.world"
        "@Dave@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2059 …}
      +nested: Doctrine\ORM\PersistentCollection {#2047 …}
      +votes: Doctrine\ORM\PersistentCollection {#2057 …}
      +reports: Doctrine\ORM\PersistentCollection {#2055 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
      -id: 154358
      -bodyTs: "'0.2':46,52 '45':55 '45a':54 '9v':51 'amp':56 'batteri':11 'burn':85 'calcul':42 'claim':39 'comment':38 'current':32,61 'd':80 'els':35 'expect':81 'flow':33,63 'get':5,13,84 'heat':77 'hot':15 'know':71 'lot':30,59 'mean':26 'much':22,73 'nose':66 'ohm':47 'pretti':21 'prob':2 'quick':17 'r':50 'resist':24,44 'ring':9,67 'shock':6 'someon':34 'u':49 'wich':25 'wouldn':3 'ω':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6055070"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700743868 {#2049
        date: 2023-11-23 13:51:08.0 +01:00
      }
      +"title": 154358
    }
  ]
  -id: 15698
  -titleTs: "'6':7 'said':2 'wake':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700797175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8630716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700710775 {#3106
    date: 2023-11-23 04:39:35.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
55 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3053 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3126 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "They-said-wake-me-up-at-6-AM"
  +title: "They said wake me up at 6 AM"
  +url: "https://lemmy.world/pictrs/image/aaa6420b-8c5c-458b-aa26-7bd221e7820f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 43
  +favouriteCount: 620
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700871524 {#3121
    date: 2023-11-25 01:18:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3129 …}
  +votes: Doctrine\ORM\PersistentCollection {#3131 …}
  +reports: Doctrine\ORM\PersistentCollection {#3133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3137 …}
  +badges: Doctrine\ORM\PersistentCollection {#3139 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
      +body: """
        They prob wouldn’t get shocked but the ring and battery will get very hot very quick as there i pretty much no resistance wich means there is a lot of current flowing.\n
        \n
        Someone else in the comments claimed to have calculated a resistance of 0.2 ohms.\n
        \n
        I=U÷R\n
        \n
        9V ÷ 0.2Ω = 45A\n
        \n
        45 amps is a lot of current to flow through a nose ring. I don’t know how much that is in heat but i’d expect you to get burned from it
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1700743868 {#2070
        date: 2023-11-23 13:51:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sgt_choke_n_stroke@lemmy.world"
        "@Dave@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2059 …}
      +nested: Doctrine\ORM\PersistentCollection {#2047 …}
      +votes: Doctrine\ORM\PersistentCollection {#2057 …}
      +reports: Doctrine\ORM\PersistentCollection {#2055 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
      -id: 154358
      -bodyTs: "'0.2':46,52 '45':55 '45a':54 '9v':51 'amp':56 'batteri':11 'burn':85 'calcul':42 'claim':39 'comment':38 'current':32,61 'd':80 'els':35 'expect':81 'flow':33,63 'get':5,13,84 'heat':77 'hot':15 'know':71 'lot':30,59 'mean':26 'much':22,73 'nose':66 'ohm':47 'pretti':21 'prob':2 'quick':17 'r':50 'resist':24,44 'ring':9,67 'shock':6 'someon':34 'u':49 'wich':25 'wouldn':3 'ω':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6055070"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700743868 {#2049
        date: 2023-11-23 13:51:08.0 +01:00
      }
      +"title": 154358
    }
  ]
  -id: 15698
  -titleTs: "'6':7 'said':2 'wake':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700797175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8630716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700710775 {#3106
    date: 2023-11-23 04:39:35.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
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3053 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3126 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "They-said-wake-me-up-at-6-AM"
  +title: "They said wake me up at 6 AM"
  +url: "https://lemmy.world/pictrs/image/aaa6420b-8c5c-458b-aa26-7bd221e7820f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 43
  +favouriteCount: 620
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700871524 {#3121
    date: 2023-11-25 01:18:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3129 …}
  +votes: Doctrine\ORM\PersistentCollection {#3131 …}
  +reports: Doctrine\ORM\PersistentCollection {#3133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3137 …}
  +badges: Doctrine\ORM\PersistentCollection {#3139 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
      +body: """
        They prob wouldn’t get shocked but the ring and battery will get very hot very quick as there i pretty much no resistance wich means there is a lot of current flowing.\n
        \n
        Someone else in the comments claimed to have calculated a resistance of 0.2 ohms.\n
        \n
        I=U÷R\n
        \n
        9V ÷ 0.2Ω = 45A\n
        \n
        45 amps is a lot of current to flow through a nose ring. I don’t know how much that is in heat but i’d expect you to get burned from it
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1700743868 {#2070
        date: 2023-11-23 13:51:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sgt_choke_n_stroke@lemmy.world"
        "@Dave@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2059 …}
      +nested: Doctrine\ORM\PersistentCollection {#2047 …}
      +votes: Doctrine\ORM\PersistentCollection {#2057 …}
      +reports: Doctrine\ORM\PersistentCollection {#2055 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
      -id: 154358
      -bodyTs: "'0.2':46,52 '45':55 '45a':54 '9v':51 'amp':56 'batteri':11 'burn':85 'calcul':42 'claim':39 'comment':38 'current':32,61 'd':80 'els':35 'expect':81 'flow':33,63 'get':5,13,84 'heat':77 'hot':15 'know':71 'lot':30,59 'mean':26 'much':22,73 'nose':66 'ohm':47 'pretti':21 'prob':2 'quick':17 'r':50 'resist':24,44 'ring':9,67 'shock':6 'someon':34 'u':49 'wich':25 'wouldn':3 'ω':53"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6055070"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700743868 {#2049
        date: 2023-11-23 13:51:08.0 +01:00
      }
      +"title": 154358
    }
  ]
  -id: 15698
  -titleTs: "'6':7 'said':2 'wake':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700797175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8630716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700710775 {#3106
    date: 2023-11-23 04:39:35.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
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\EntryComment {#2048
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3053 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3126 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "They-said-wake-me-up-at-6-AM"
    +title: "They said wake me up at 6 AM"
    +url: "https://lemmy.world/pictrs/image/aaa6420b-8c5c-458b-aa26-7bd221e7820f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 620
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700871524 {#3121
      date: 2023-11-25 01:18:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3129 …}
    +votes: Doctrine\ORM\PersistentCollection {#3131 …}
    +reports: Doctrine\ORM\PersistentCollection {#3133 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3135 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3137 …}
    +badges: Doctrine\ORM\PersistentCollection {#3139 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 15698
    -titleTs: "'6':7 'said':2 'wake':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700797175
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8630716"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700710775 {#3106
      date: 2023-11-23 04:39:35.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +body: """
    They prob wouldn’t get shocked but the ring and battery will get very hot very quick as there i pretty much no resistance wich means there is a lot of current flowing.\n
    \n
    Someone else in the comments claimed to have calculated a resistance of 0.2 ohms.\n
    \n
    I=U÷R\n
    \n
    9V ÷ 0.2Ω = 45A\n
    \n
    45 amps is a lot of current to flow through a nose ring. I don’t know how much that is in heat but i’d expect you to get burned from it
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1700743868 {#2070
    date: 2023-11-23 13:51:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sgt_choke_n_stroke@lemmy.world"
    "@Dave@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 154358
  -bodyTs: "'0.2':46,52 '45':55 '45a':54 '9v':51 'amp':56 'batteri':11 'burn':85 'calcul':42 'claim':39 'comment':38 'current':32,61 'd':80 'els':35 'expect':81 'flow':33,63 'get':5,13,84 'heat':77 'hot':15 'know':71 'lot':30,59 'mean':26 'much':22,73 'nose':66 'ohm':47 'pretti':21 'prob':2 'quick':17 'r':50 'resist':24,44 'ring':9,67 'shock':6 'someon':34 'u':49 'wich':25 'wouldn':3 'ω':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6055070"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700743868 {#2049
    date: 2023-11-23 13:51:08.0 +01:00
  }
  +"title": 154358
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\EntryComment {#2048
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3053 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3126 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "They-said-wake-me-up-at-6-AM"
    +title: "They said wake me up at 6 AM"
    +url: "https://lemmy.world/pictrs/image/aaa6420b-8c5c-458b-aa26-7bd221e7820f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 620
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700871524 {#3121
      date: 2023-11-25 01:18:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3129 …}
    +votes: Doctrine\ORM\PersistentCollection {#3131 …}
    +reports: Doctrine\ORM\PersistentCollection {#3133 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3135 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3137 …}
    +badges: Doctrine\ORM\PersistentCollection {#3139 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 15698
    -titleTs: "'6':7 'said':2 'wake':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700797175
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8630716"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700710775 {#3106
      date: 2023-11-23 04:39:35.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +body: """
    They prob wouldn’t get shocked but the ring and battery will get very hot very quick as there i pretty much no resistance wich means there is a lot of current flowing.\n
    \n
    Someone else in the comments claimed to have calculated a resistance of 0.2 ohms.\n
    \n
    I=U÷R\n
    \n
    9V ÷ 0.2Ω = 45A\n
    \n
    45 amps is a lot of current to flow through a nose ring. I don’t know how much that is in heat but i’d expect you to get burned from it
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1700743868 {#2070
    date: 2023-11-23 13:51:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sgt_choke_n_stroke@lemmy.world"
    "@Dave@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 154358
  -bodyTs: "'0.2':46,52 '45':55 '45a':54 '9v':51 'amp':56 'batteri':11 'burn':85 'calcul':42 'claim':39 'comment':38 'current':32,61 'd':80 'els':35 'expect':81 'flow':33,63 'get':5,13,84 'heat':77 'hot':15 'know':71 'lot':30,59 'mean':26 'much':22,73 'nose':66 'ohm':47 'pretti':21 'prob':2 'quick':17 'r':50 'resist':24,44 'ring':9,67 'shock':6 'someon':34 'u':49 'wich':25 'wouldn':3 'ω':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6055070"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700743868 {#2049
    date: 2023-11-23 13:51:08.0 +01:00
  }
  +"title": 154358
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\EntryComment {#2048
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3053 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3126 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "They-said-wake-me-up-at-6-AM"
    +title: "They said wake me up at 6 AM"
    +url: "https://lemmy.world/pictrs/image/aaa6420b-8c5c-458b-aa26-7bd221e7820f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 43
    +favouriteCount: 620
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700871524 {#3121
      date: 2023-11-25 01:18:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3129 …}
    +votes: Doctrine\ORM\PersistentCollection {#3131 …}
    +reports: Doctrine\ORM\PersistentCollection {#3133 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3135 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3137 …}
    +badges: Doctrine\ORM\PersistentCollection {#3139 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 15698
    -titleTs: "'6':7 'said':2 'wake':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700797175
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8630716"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700710775 {#3106
      date: 2023-11-23 04:39:35.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +body: """
    They prob wouldn’t get shocked but the ring and battery will get very hot very quick as there i pretty much no resistance wich means there is a lot of current flowing.\n
    \n
    Someone else in the comments claimed to have calculated a resistance of 0.2 ohms.\n
    \n
    I=U÷R\n
    \n
    9V ÷ 0.2Ω = 45A\n
    \n
    45 amps is a lot of current to flow through a nose ring. I don’t know how much that is in heat but i’d expect you to get burned from it
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1700743868 {#2070
    date: 2023-11-23 13:51:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sgt_choke_n_stroke@lemmy.world"
    "@Dave@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 154358
  -bodyTs: "'0.2':46,52 '45':55 '45a':54 '9v':51 'amp':56 'batteri':11 'burn':85 'calcul':42 'claim':39 'comment':38 'current':32,61 'd':80 'els':35 'expect':81 'flow':33,63 'get':5,13,84 'heat':77 'hot':15 'know':71 'lot':30,59 'mean':26 'much':22,73 'nose':66 'ohm':47 'pretti':21 'prob':2 'quick':17 'r':50 'resist':24,44 'ring':9,67 'shock':6 'someon':34 'u':49 'wich':25 'wouldn':3 'ω':53"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6055070"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700743868 {#2049
    date: 2023-11-23 13:51:08.0 +01:00
  }
  +"title": 154358
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#3146 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: Proxies\__CG__\App\Entity\Image {#3148 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
  +slug: "Just-install-EndeavorOS-lol"
  +title: "Just install EndeavorOS lol"
  +url: "https://feddit.de/pictrs/image/c9c5bb79-ba83-4db3-b145-16bc8b51a004.jpeg"
  +body: "stolen from linux memes at Deltachat"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 283
  +favouriteCount: 1349
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703773345 {#3141
    date: 2023-12-28 15:22:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3150 …}
  +votes: Doctrine\ORM\PersistentCollection {#3152 …}
  +reports: Doctrine\ORM\PersistentCollection {#3154 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3156 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3158 …}
  +badges: Doctrine\ORM\PersistentCollection {#3160 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +body: "Manjaro takes away the only reason i use arch. Almost no pre installed software except what you need to get things running."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700742789 {#2343
        date: 2023-11-23 13:33:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@Commiunism@lemmy.wtf"
        "@pathief@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2135 …}
      +nested: Doctrine\ORM\PersistentCollection {#2137 …}
      +votes: Doctrine\ORM\PersistentCollection {#2068 …}
      +reports: Doctrine\ORM\PersistentCollection {#2069 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
      -id: 154320
      -bodyTs: "'almost':10 'arch':9 'away':3 'except':15 'get':20 'instal':13 'manjaro':1 'need':18 'pre':12 'reason':6 'run':22 'softwar':14 'take':2 'thing':21 'use':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6054780"
      +editedAt: DateTimeImmutable @1701236920 {#2336
        date: 2023-11-29 06:48:40.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700742789 {#2335
        date: 2023-11-23 13:33:09.0 +01:00
      }
      +"title": 154320
    }
  ]
  -id: 15596
  -titleTs: "'endeavoro':3 'instal':2 'lol':4"
  -bodyTs: "'deltachat':6 'linux':3 'meme':4 'stolen':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700777004
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5945001"
  +editedAt: DateTimeImmutable @1701177272 {#3127
    date: 2023-11-28 14:14:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700690604 {#3103
    date: 2023-11-22 23:03:24.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
63 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#3146 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: Proxies\__CG__\App\Entity\Image {#3148 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
  +slug: "Just-install-EndeavorOS-lol"
  +title: "Just install EndeavorOS lol"
  +url: "https://feddit.de/pictrs/image/c9c5bb79-ba83-4db3-b145-16bc8b51a004.jpeg"
  +body: "stolen from linux memes at Deltachat"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 283
  +favouriteCount: 1349
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703773345 {#3141
    date: 2023-12-28 15:22:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3150 …}
  +votes: Doctrine\ORM\PersistentCollection {#3152 …}
  +reports: Doctrine\ORM\PersistentCollection {#3154 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3156 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3158 …}
  +badges: Doctrine\ORM\PersistentCollection {#3160 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +body: "Manjaro takes away the only reason i use arch. Almost no pre installed software except what you need to get things running."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700742789 {#2343
        date: 2023-11-23 13:33:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@Commiunism@lemmy.wtf"
        "@pathief@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2135 …}
      +nested: Doctrine\ORM\PersistentCollection {#2137 …}
      +votes: Doctrine\ORM\PersistentCollection {#2068 …}
      +reports: Doctrine\ORM\PersistentCollection {#2069 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
      -id: 154320
      -bodyTs: "'almost':10 'arch':9 'away':3 'except':15 'get':20 'instal':13 'manjaro':1 'need':18 'pre':12 'reason':6 'run':22 'softwar':14 'take':2 'thing':21 'use':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6054780"
      +editedAt: DateTimeImmutable @1701236920 {#2336
        date: 2023-11-29 06:48:40.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700742789 {#2335
        date: 2023-11-23 13:33:09.0 +01:00
      }
      +"title": 154320
    }
  ]
  -id: 15596
  -titleTs: "'endeavoro':3 'instal':2 'lol':4"
  -bodyTs: "'deltachat':6 'linux':3 'meme':4 'stolen':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700777004
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5945001"
  +editedAt: DateTimeImmutable @1701177272 {#3127
    date: 2023-11-28 14:14:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700690604 {#3103
    date: 2023-11-22 23:03:24.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
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#3146 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: Proxies\__CG__\App\Entity\Image {#3148 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
  +slug: "Just-install-EndeavorOS-lol"
  +title: "Just install EndeavorOS lol"
  +url: "https://feddit.de/pictrs/image/c9c5bb79-ba83-4db3-b145-16bc8b51a004.jpeg"
  +body: "stolen from linux memes at Deltachat"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 283
  +favouriteCount: 1349
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703773345 {#3141
    date: 2023-12-28 15:22:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3150 …}
  +votes: Doctrine\ORM\PersistentCollection {#3152 …}
  +reports: Doctrine\ORM\PersistentCollection {#3154 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3156 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3158 …}
  +badges: Doctrine\ORM\PersistentCollection {#3160 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +body: "Manjaro takes away the only reason i use arch. Almost no pre installed software except what you need to get things running."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700742789 {#2343
        date: 2023-11-23 13:33:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@Commiunism@lemmy.wtf"
        "@pathief@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2135 …}
      +nested: Doctrine\ORM\PersistentCollection {#2137 …}
      +votes: Doctrine\ORM\PersistentCollection {#2068 …}
      +reports: Doctrine\ORM\PersistentCollection {#2069 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
      -id: 154320
      -bodyTs: "'almost':10 'arch':9 'away':3 'except':15 'get':20 'instal':13 'manjaro':1 'need':18 'pre':12 'reason':6 'run':22 'softwar':14 'take':2 'thing':21 'use':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6054780"
      +editedAt: DateTimeImmutable @1701236920 {#2336
        date: 2023-11-29 06:48:40.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700742789 {#2335
        date: 2023-11-23 13:33:09.0 +01:00
      }
      +"title": 154320
    }
  ]
  -id: 15596
  -titleTs: "'endeavoro':3 'instal':2 'lol':4"
  -bodyTs: "'deltachat':6 'linux':3 'meme':4 'stolen':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700777004
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5945001"
  +editedAt: DateTimeImmutable @1701177272 {#3127
    date: 2023-11-28 14:14:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700690604 {#3103
    date: 2023-11-22 23:03:24.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
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 {#2339
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3146 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: Proxies\__CG__\App\Entity\Image {#3148 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
    +slug: "Just-install-EndeavorOS-lol"
    +title: "Just install EndeavorOS lol"
    +url: "https://feddit.de/pictrs/image/c9c5bb79-ba83-4db3-b145-16bc8b51a004.jpeg"
    +body: "stolen from linux memes at Deltachat"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 283
    +favouriteCount: 1349
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703773345 {#3141
      date: 2023-12-28 15:22:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3150 …}
    +votes: Doctrine\ORM\PersistentCollection {#3152 …}
    +reports: Doctrine\ORM\PersistentCollection {#3154 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3156 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3158 …}
    +badges: Doctrine\ORM\PersistentCollection {#3160 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 15596
    -titleTs: "'endeavoro':3 'instal':2 'lol':4"
    -bodyTs: "'deltachat':6 'linux':3 'meme':4 'stolen':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700777004
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5945001"
    +editedAt: DateTimeImmutable @1701177272 {#3127
      date: 2023-11-28 14:14:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700690604 {#3103
      date: 2023-11-22 23:03:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +body: "Manjaro takes away the only reason i use arch. Almost no pre installed software except what you need to get things running."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700742789 {#2343
    date: 2023-11-23 13:33:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@Commiunism@lemmy.wtf"
    "@pathief@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2068 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  -id: 154320
  -bodyTs: "'almost':10 'arch':9 'away':3 'except':15 'get':20 'instal':13 'manjaro':1 'need':18 'pre':12 'reason':6 'run':22 'softwar':14 'take':2 'thing':21 'use':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6054780"
  +editedAt: DateTimeImmutable @1701236920 {#2336
    date: 2023-11-29 06:48:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700742789 {#2335
    date: 2023-11-23 13:33:09.0 +01:00
  }
  +"title": 154320
}
"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 {#2339
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3146 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: Proxies\__CG__\App\Entity\Image {#3148 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
    +slug: "Just-install-EndeavorOS-lol"
    +title: "Just install EndeavorOS lol"
    +url: "https://feddit.de/pictrs/image/c9c5bb79-ba83-4db3-b145-16bc8b51a004.jpeg"
    +body: "stolen from linux memes at Deltachat"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 283
    +favouriteCount: 1349
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703773345 {#3141
      date: 2023-12-28 15:22:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3150 …}
    +votes: Doctrine\ORM\PersistentCollection {#3152 …}
    +reports: Doctrine\ORM\PersistentCollection {#3154 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3156 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3158 …}
    +badges: Doctrine\ORM\PersistentCollection {#3160 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 15596
    -titleTs: "'endeavoro':3 'instal':2 'lol':4"
    -bodyTs: "'deltachat':6 'linux':3 'meme':4 'stolen':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700777004
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5945001"
    +editedAt: DateTimeImmutable @1701177272 {#3127
      date: 2023-11-28 14:14:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700690604 {#3103
      date: 2023-11-22 23:03:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +body: "Manjaro takes away the only reason i use arch. Almost no pre installed software except what you need to get things running."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700742789 {#2343
    date: 2023-11-23 13:33:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@Commiunism@lemmy.wtf"
    "@pathief@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2068 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  -id: 154320
  -bodyTs: "'almost':10 'arch':9 'away':3 'except':15 'get':20 'instal':13 'manjaro':1 'need':18 'pre':12 'reason':6 'run':22 'softwar':14 'take':2 'thing':21 'use':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6054780"
  +editedAt: DateTimeImmutable @1701236920 {#2336
    date: 2023-11-29 06:48:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700742789 {#2335
    date: 2023-11-23 13:33:09.0 +01:00
  }
  +"title": 154320
}
"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 {#2339
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3146 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
    +image: Proxies\__CG__\App\Entity\Image {#3148 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
    +slug: "Just-install-EndeavorOS-lol"
    +title: "Just install EndeavorOS lol"
    +url: "https://feddit.de/pictrs/image/c9c5bb79-ba83-4db3-b145-16bc8b51a004.jpeg"
    +body: "stolen from linux memes at Deltachat"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 283
    +favouriteCount: 1349
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703773345 {#3141
      date: 2023-12-28 15:22:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3150 …}
    +votes: Doctrine\ORM\PersistentCollection {#3152 …}
    +reports: Doctrine\ORM\PersistentCollection {#3154 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3156 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3158 …}
    +badges: Doctrine\ORM\PersistentCollection {#3160 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 15596
    -titleTs: "'endeavoro':3 'instal':2 'lol':4"
    -bodyTs: "'deltachat':6 'linux':3 'meme':4 'stolen':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700777004
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5945001"
    +editedAt: DateTimeImmutable @1701177272 {#3127
      date: 2023-11-28 14:14:32.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700690604 {#3103
      date: 2023-11-22 23:03:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +body: "Manjaro takes away the only reason i use arch. Almost no pre installed software except what you need to get things running."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700742789 {#2343
    date: 2023-11-23 13:33:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@Commiunism@lemmy.wtf"
    "@pathief@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2135 …}
  +nested: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2068 …}
  +reports: Doctrine\ORM\PersistentCollection {#2069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2074 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2071 …}
  -id: 154320
  -bodyTs: "'almost':10 'arch':9 'away':3 'except':15 'get':20 'instal':13 'manjaro':1 'need':18 'pre':12 'reason':6 'run':22 'softwar':14 'take':2 'thing':21 'use':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6054780"
  +editedAt: DateTimeImmutable @1701236920 {#2336
    date: 2023-11-29 06:48:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700742789 {#2335
    date: 2023-11-23 13:33:09.0 +01:00
  }
  +"title": 154320
}
"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 {#2196
  +user: Proxies\__CG__\App\Entity\User {#3124 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3167 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3169 …}
  +slug: "I-m-tired-Boss"
  +title: "I'm tired, Boss"
  +url: "https://slrpnk.net/pictrs/image/b1730b35-f96a-4c03-a78a-aef7df92bd7d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 55
  +favouriteCount: 1177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728318022 {#3162
    date: 2024-10-07 18:20:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3170 …}
  +votes: Doctrine\ORM\PersistentCollection {#3172 …}
  +reports: Doctrine\ORM\PersistentCollection {#3174 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3176 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3178 …}
  +badges: Doctrine\ORM\PersistentCollection {#3180 …}
  +children: [
    App\Entity\EntryComment {#2217
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2196 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +body: "For a sec. I thought were fr in the first sentence. Then i remembered wich platform we’re on and why that probably is."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700585223 {#2221
        date: 2023-11-21 17:47:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@paddirn@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2194 …}
      +nested: Doctrine\ORM\PersistentCollection {#2193 …}
      +votes: Doctrine\ORM\PersistentCollection {#2205 …}
      +reports: Doctrine\ORM\PersistentCollection {#2202 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 233833
      -bodyTs: "'first':10 'fr':7 'platform':16 'probabl':23 're':18 'rememb':14 'sec':3 'sentenc':11 'thought':5 'wich':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5997795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700585223 {#2219
        date: 2023-11-21 17:47:03.0 +01:00
      }
      +"title": 233833
    }
  ]
  -id: 17096
  -titleTs: "'boss':4 'm':2 'tire':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700658651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4210013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700572251 {#3147
    date: 2023-11-21 14:10:51.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 {#2196
  +user: Proxies\__CG__\App\Entity\User {#3124 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3167 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3169 …}
  +slug: "I-m-tired-Boss"
  +title: "I'm tired, Boss"
  +url: "https://slrpnk.net/pictrs/image/b1730b35-f96a-4c03-a78a-aef7df92bd7d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 55
  +favouriteCount: 1177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728318022 {#3162
    date: 2024-10-07 18:20:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3170 …}
  +votes: Doctrine\ORM\PersistentCollection {#3172 …}
  +reports: Doctrine\ORM\PersistentCollection {#3174 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3176 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3178 …}
  +badges: Doctrine\ORM\PersistentCollection {#3180 …}
  +children: [
    App\Entity\EntryComment {#2217
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2196 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +body: "For a sec. I thought were fr in the first sentence. Then i remembered wich platform we’re on and why that probably is."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700585223 {#2221
        date: 2023-11-21 17:47:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@paddirn@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2194 …}
      +nested: Doctrine\ORM\PersistentCollection {#2193 …}
      +votes: Doctrine\ORM\PersistentCollection {#2205 …}
      +reports: Doctrine\ORM\PersistentCollection {#2202 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 233833
      -bodyTs: "'first':10 'fr':7 'platform':16 'probabl':23 're':18 'rememb':14 'sec':3 'sentenc':11 'thought':5 'wich':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5997795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700585223 {#2219
        date: 2023-11-21 17:47:03.0 +01:00
      }
      +"title": 233833
    }
  ]
  -id: 17096
  -titleTs: "'boss':4 'm':2 'tire':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700658651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4210013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700572251 {#3147
    date: 2023-11-21 14:10:51.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 {#2196
  +user: Proxies\__CG__\App\Entity\User {#3124 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3167 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3169 …}
  +slug: "I-m-tired-Boss"
  +title: "I'm tired, Boss"
  +url: "https://slrpnk.net/pictrs/image/b1730b35-f96a-4c03-a78a-aef7df92bd7d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 55
  +favouriteCount: 1177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728318022 {#3162
    date: 2024-10-07 18:20:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3170 …}
  +votes: Doctrine\ORM\PersistentCollection {#3172 …}
  +reports: Doctrine\ORM\PersistentCollection {#3174 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3176 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3178 …}
  +badges: Doctrine\ORM\PersistentCollection {#3180 …}
  +children: [
    App\Entity\EntryComment {#2217
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2196 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
      +body: "For a sec. I thought were fr in the first sentence. Then i remembered wich platform we’re on and why that probably is."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700585223 {#2221
        date: 2023-11-21 17:47:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Track_Shovel@slrpnk.net"
        "@paddirn@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2194 …}
      +nested: Doctrine\ORM\PersistentCollection {#2193 …}
      +votes: Doctrine\ORM\PersistentCollection {#2205 …}
      +reports: Doctrine\ORM\PersistentCollection {#2202 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 233833
      -bodyTs: "'first':10 'fr':7 'platform':16 'probabl':23 're':18 'rememb':14 'sec':3 'sentenc':11 'thought':5 'wich':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5997795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700585223 {#2219
        date: 2023-11-21 17:47:03.0 +01:00
      }
      +"title": 233833
    }
  ]
  -id: 17096
  -titleTs: "'boss':4 'm':2 'tire':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700658651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4210013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700572251 {#3147
    date: 2023-11-21 14:10:51.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 {#2217
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2196
    +user: Proxies\__CG__\App\Entity\User {#3124 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3167 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3169 …}
    +slug: "I-m-tired-Boss"
    +title: "I'm tired, Boss"
    +url: "https://slrpnk.net/pictrs/image/b1730b35-f96a-4c03-a78a-aef7df92bd7d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 55
    +favouriteCount: 1177
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728318022 {#3162
      date: 2024-10-07 18:20:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3170 …}
    +votes: Doctrine\ORM\PersistentCollection {#3172 …}
    +reports: Doctrine\ORM\PersistentCollection {#3174 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3178 …}
    +badges: Doctrine\ORM\PersistentCollection {#3180 …}
    +children: [
      App\Entity\EntryComment {#2217}
    ]
    -id: 17096
    -titleTs: "'boss':4 'm':2 'tire':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700658651
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/4210013"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700572251 {#3147
      date: 2023-11-21 14:10:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +body: "For a sec. I thought were fr in the first sentence. Then i remembered wich platform we’re on and why that probably is."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700585223 {#2221
    date: 2023-11-21 17:47:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@paddirn@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2194 …}
  +nested: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2205 …}
  +reports: Doctrine\ORM\PersistentCollection {#2202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 233833
  -bodyTs: "'first':10 'fr':7 'platform':16 'probabl':23 're':18 'rememb':14 'sec':3 'sentenc':11 'thought':5 'wich':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5997795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700585223 {#2219
    date: 2023-11-21 17:47:03.0 +01:00
  }
  +"title": 233833
}
"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 {#2217
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2196
    +user: Proxies\__CG__\App\Entity\User {#3124 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3167 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3169 …}
    +slug: "I-m-tired-Boss"
    +title: "I'm tired, Boss"
    +url: "https://slrpnk.net/pictrs/image/b1730b35-f96a-4c03-a78a-aef7df92bd7d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 55
    +favouriteCount: 1177
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728318022 {#3162
      date: 2024-10-07 18:20:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3170 …}
    +votes: Doctrine\ORM\PersistentCollection {#3172 …}
    +reports: Doctrine\ORM\PersistentCollection {#3174 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3178 …}
    +badges: Doctrine\ORM\PersistentCollection {#3180 …}
    +children: [
      App\Entity\EntryComment {#2217}
    ]
    -id: 17096
    -titleTs: "'boss':4 'm':2 'tire':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700658651
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/4210013"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700572251 {#3147
      date: 2023-11-21 14:10:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +body: "For a sec. I thought were fr in the first sentence. Then i remembered wich platform we’re on and why that probably is."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700585223 {#2221
    date: 2023-11-21 17:47:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@paddirn@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2194 …}
  +nested: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2205 …}
  +reports: Doctrine\ORM\PersistentCollection {#2202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 233833
  -bodyTs: "'first':10 'fr':7 'platform':16 'probabl':23 're':18 'rememb':14 'sec':3 'sentenc':11 'thought':5 'wich':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5997795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700585223 {#2219
    date: 2023-11-21 17:47:03.0 +01:00
  }
  +"title": 233833
}
"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 {#2217
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2196
    +user: Proxies\__CG__\App\Entity\User {#3124 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3167 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3169 …}
    +slug: "I-m-tired-Boss"
    +title: "I'm tired, Boss"
    +url: "https://slrpnk.net/pictrs/image/b1730b35-f96a-4c03-a78a-aef7df92bd7d.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 55
    +favouriteCount: 1177
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728318022 {#3162
      date: 2024-10-07 18:20:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3170 …}
    +votes: Doctrine\ORM\PersistentCollection {#3172 …}
    +reports: Doctrine\ORM\PersistentCollection {#3174 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3176 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3178 …}
    +badges: Doctrine\ORM\PersistentCollection {#3180 …}
    +children: [
      App\Entity\EntryComment {#2217}
    ]
    -id: 17096
    -titleTs: "'boss':4 'm':2 'tire':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700658651
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/4210013"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700572251 {#3147
      date: 2023-11-21 14:10:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2199 …}
  +body: "For a sec. I thought were fr in the first sentence. Then i remembered wich platform we’re on and why that probably is."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700585223 {#2221
    date: 2023-11-21 17:47:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Track_Shovel@slrpnk.net"
    "@paddirn@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2194 …}
  +nested: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2205 …}
  +reports: Doctrine\ORM\PersistentCollection {#2202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 233833
  -bodyTs: "'first':10 'fr':7 'platform':16 'probabl':23 're':18 'rememb':14 'sec':3 'sentenc':11 'thought':5 'wich':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5997795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700585223 {#2219
    date: 2023-11-21 17:47:03.0 +01:00
  }
  +"title": 233833
}
"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 {#2191
  +user: Proxies\__CG__\App\Entity\User {#3144 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3187 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3189 …}
  +slug: "Actually-it-s-not-called-Linux-but-GNU-Linux"
  +title: "Actually it's not called Linux, but GNU/Linux"
  +url: "https://fanaticus.social/pictrs/image/1c959078-0bd2-4883-a51e-9a8bd52dfdca.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700511095 {#3182
    date: 2023-11-20 21:11:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3190 …}
  +votes: Doctrine\ORM\PersistentCollection {#3192 …}
  +reports: Doctrine\ORM\PersistentCollection {#3194 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3198 …}
  +badges: Doctrine\ORM\PersistentCollection {#3200 …}
  +children: [
    App\Entity\EntryComment {#2326
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’d just like to interject for a second…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700505835 {#2289
        date: 2023-11-20 19:43:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fatso@fanaticus.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 143635
      -bodyTs: "'d':2 'interject':6 'like':4 'second':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5969826"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700505835 {#2328
        date: 2023-11-20 19:43:55.0 +01:00
      }
      +"title": 143635
    }
  ]
  -id: 14820
  -titleTs: "'actual':1 'call':5 'gnu/linux':8 'linux':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700556327
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/926350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700502827 {#3168
    date: 2023-11-20 18:53: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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#3144 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3187 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3189 …}
  +slug: "Actually-it-s-not-called-Linux-but-GNU-Linux"
  +title: "Actually it's not called Linux, but GNU/Linux"
  +url: "https://fanaticus.social/pictrs/image/1c959078-0bd2-4883-a51e-9a8bd52dfdca.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700511095 {#3182
    date: 2023-11-20 21:11:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3190 …}
  +votes: Doctrine\ORM\PersistentCollection {#3192 …}
  +reports: Doctrine\ORM\PersistentCollection {#3194 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3198 …}
  +badges: Doctrine\ORM\PersistentCollection {#3200 …}
  +children: [
    App\Entity\EntryComment {#2326
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’d just like to interject for a second…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700505835 {#2289
        date: 2023-11-20 19:43:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fatso@fanaticus.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 143635
      -bodyTs: "'d':2 'interject':6 'like':4 'second':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5969826"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700505835 {#2328
        date: 2023-11-20 19:43:55.0 +01:00
      }
      +"title": 143635
    }
  ]
  -id: 14820
  -titleTs: "'actual':1 'call':5 'gnu/linux':8 'linux':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700556327
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/926350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700502827 {#3168
    date: 2023-11-20 18:53: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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2191
  +user: Proxies\__CG__\App\Entity\User {#3144 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3187 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3189 …}
  +slug: "Actually-it-s-not-called-Linux-but-GNU-Linux"
  +title: "Actually it's not called Linux, but GNU/Linux"
  +url: "https://fanaticus.social/pictrs/image/1c959078-0bd2-4883-a51e-9a8bd52dfdca.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700511095 {#3182
    date: 2023-11-20 21:11:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3190 …}
  +votes: Doctrine\ORM\PersistentCollection {#3192 …}
  +reports: Doctrine\ORM\PersistentCollection {#3194 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3198 …}
  +badges: Doctrine\ORM\PersistentCollection {#3200 …}
  +children: [
    App\Entity\EntryComment {#2326
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2191 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’d just like to interject for a second…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700505835 {#2289
        date: 2023-11-20 19:43:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fatso@fanaticus.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 143635
      -bodyTs: "'d':2 'interject':6 'like':4 'second':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5969826"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700505835 {#2328
        date: 2023-11-20 19:43:55.0 +01:00
      }
      +"title": 143635
    }
  ]
  -id: 14820
  -titleTs: "'actual':1 'call':5 'gnu/linux':8 'linux':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700556327
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/926350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700502827 {#3168
    date: 2023-11-20 18:53: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
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 {#2326
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3144 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3187 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3189 …}
    +slug: "Actually-it-s-not-called-Linux-but-GNU-Linux"
    +title: "Actually it's not called Linux, but GNU/Linux"
    +url: "https://fanaticus.social/pictrs/image/1c959078-0bd2-4883-a51e-9a8bd52dfdca.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700511095 {#3182
      date: 2023-11-20 21:11:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3190 …}
    +votes: Doctrine\ORM\PersistentCollection {#3192 …}
    +reports: Doctrine\ORM\PersistentCollection {#3194 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3196 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3198 …}
    +badges: Doctrine\ORM\PersistentCollection {#3200 …}
    +children: [
      App\Entity\EntryComment {#2326}
    ]
    -id: 14820
    -titleTs: "'actual':1 'call':5 'gnu/linux':8 'linux':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700556327
    +visibility: "visible             "
    +apId: "https://fanaticus.social/post/926350"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700502827 {#3168
      date: 2023-11-20 18:53:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’d just like to interject for a second…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700505835 {#2289
    date: 2023-11-20 19:43:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fatso@fanaticus.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 143635
  -bodyTs: "'d':2 'interject':6 'like':4 'second':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5969826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700505835 {#2328
    date: 2023-11-20 19:43:55.0 +01:00
  }
  +"title": 143635
}
"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 {#2326
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3144 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3187 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3189 …}
    +slug: "Actually-it-s-not-called-Linux-but-GNU-Linux"
    +title: "Actually it's not called Linux, but GNU/Linux"
    +url: "https://fanaticus.social/pictrs/image/1c959078-0bd2-4883-a51e-9a8bd52dfdca.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700511095 {#3182
      date: 2023-11-20 21:11:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3190 …}
    +votes: Doctrine\ORM\PersistentCollection {#3192 …}
    +reports: Doctrine\ORM\PersistentCollection {#3194 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3196 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3198 …}
    +badges: Doctrine\ORM\PersistentCollection {#3200 …}
    +children: [
      App\Entity\EntryComment {#2326}
    ]
    -id: 14820
    -titleTs: "'actual':1 'call':5 'gnu/linux':8 'linux':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700556327
    +visibility: "visible             "
    +apId: "https://fanaticus.social/post/926350"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700502827 {#3168
      date: 2023-11-20 18:53:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’d just like to interject for a second…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700505835 {#2289
    date: 2023-11-20 19:43:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fatso@fanaticus.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 143635
  -bodyTs: "'d':2 'interject':6 'like':4 'second':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5969826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700505835 {#2328
    date: 2023-11-20 19:43:55.0 +01:00
  }
  +"title": 143635
}
"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 {#2326
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2191
    +user: Proxies\__CG__\App\Entity\User {#3144 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3187 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3189 …}
    +slug: "Actually-it-s-not-called-Linux-but-GNU-Linux"
    +title: "Actually it's not called Linux, but GNU/Linux"
    +url: "https://fanaticus.social/pictrs/image/1c959078-0bd2-4883-a51e-9a8bd52dfdca.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 2
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700511095 {#3182
      date: 2023-11-20 21:11:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3190 …}
    +votes: Doctrine\ORM\PersistentCollection {#3192 …}
    +reports: Doctrine\ORM\PersistentCollection {#3194 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3196 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3198 …}
    +badges: Doctrine\ORM\PersistentCollection {#3200 …}
    +children: [
      App\Entity\EntryComment {#2326}
    ]
    -id: 14820
    -titleTs: "'actual':1 'call':5 'gnu/linux':8 'linux':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700556327
    +visibility: "visible             "
    +apId: "https://fanaticus.social/post/926350"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700502827 {#3168
      date: 2023-11-20 18:53:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’d just like to interject for a second…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700505835 {#2289
    date: 2023-11-20 19:43:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fatso@fanaticus.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 143635
  -bodyTs: "'d':2 'interject':6 'like':4 'second':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5969826"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700505835 {#2328
    date: 2023-11-20 19:43:55.0 +01:00
  }
  +"title": 143635
}
"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 {#2350
  +user: Proxies\__CG__\App\Entity\User {#2827 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2982 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "Text-editor-war"
  +title: "Text editor war"
  +url: "https://lemmy.ml/pictrs/image/1ad9634c-37d2-48f3-bd5f-66469525210c.jpeg"
  +body: "Low quality meme"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 193
  +favouriteCount: 786
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700799065 {#2951
    date: 2023-11-24 05:11:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2987 …}
  +reports: Doctrine\ORM\PersistentCollection {#2983 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2986 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2345
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: "I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700380813 {#2138
        date: 2023-11-19 09:00:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@shapis@lemmy.ml"
        "@bronxasaur@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 139267
      -bodyTs: "'editor':14 'emac':28 'file':10,15 'heard':2 'idk':24 'instead':11 'least':17 'like':20 'nano':26 'safer':6 'sudo':13 'sudoedit':9 'tho':29 'vim':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5933711"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700380813 {#2040
        date: 2023-11-19 09:00:13.0 +01:00
      }
      +"title": 139267
    }
  ]
  -id: 13955
  -titleTs: "'editor':2 'text':1 'war':3"
  -bodyTs: "'low':1 'meme':3 'qualiti':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700337566
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8106154"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700251166 {#2873
    date: 2023-11-17 20:59:26.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 {#2350
  +user: Proxies\__CG__\App\Entity\User {#2827 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2982 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "Text-editor-war"
  +title: "Text editor war"
  +url: "https://lemmy.ml/pictrs/image/1ad9634c-37d2-48f3-bd5f-66469525210c.jpeg"
  +body: "Low quality meme"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 193
  +favouriteCount: 786
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700799065 {#2951
    date: 2023-11-24 05:11:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2987 …}
  +reports: Doctrine\ORM\PersistentCollection {#2983 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2986 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2345
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: "I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700380813 {#2138
        date: 2023-11-19 09:00:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@shapis@lemmy.ml"
        "@bronxasaur@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 139267
      -bodyTs: "'editor':14 'emac':28 'file':10,15 'heard':2 'idk':24 'instead':11 'least':17 'like':20 'nano':26 'safer':6 'sudo':13 'sudoedit':9 'tho':29 'vim':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5933711"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700380813 {#2040
        date: 2023-11-19 09:00:13.0 +01:00
      }
      +"title": 139267
    }
  ]
  -id: 13955
  -titleTs: "'editor':2 'text':1 'war':3"
  -bodyTs: "'low':1 'meme':3 'qualiti':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700337566
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8106154"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700251166 {#2873
    date: 2023-11-17 20:59:26.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 {#2350
  +user: Proxies\__CG__\App\Entity\User {#2827 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2982 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "Text-editor-war"
  +title: "Text editor war"
  +url: "https://lemmy.ml/pictrs/image/1ad9634c-37d2-48f3-bd5f-66469525210c.jpeg"
  +body: "Low quality meme"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 193
  +favouriteCount: 786
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700799065 {#2951
    date: 2023-11-24 05:11:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2987 …}
  +reports: Doctrine\ORM\PersistentCollection {#2983 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2986 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2345
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: "I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700380813 {#2138
        date: 2023-11-19 09:00:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@shapis@lemmy.ml"
        "@bronxasaur@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2346 …}
      +nested: Doctrine\ORM\PersistentCollection {#2347 …}
      +votes: Doctrine\ORM\PersistentCollection {#2344 …}
      +reports: Doctrine\ORM\PersistentCollection {#2042 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
      -id: 139267
      -bodyTs: "'editor':14 'emac':28 'file':10,15 'heard':2 'idk':24 'instead':11 'least':17 'like':20 'nano':26 'safer':6 'sudo':13 'sudoedit':9 'tho':29 'vim':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5933711"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700380813 {#2040
        date: 2023-11-19 09:00:13.0 +01:00
      }
      +"title": 139267
    }
  ]
  -id: 13955
  -titleTs: "'editor':2 'text':1 'war':3"
  -bodyTs: "'low':1 'meme':3 'qualiti':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700337566
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8106154"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700251166 {#2873
    date: 2023-11-17 20:59:26.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 {#2345
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2982 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Text-editor-war"
    +title: "Text editor war"
    +url: "https://lemmy.ml/pictrs/image/1ad9634c-37d2-48f3-bd5f-66469525210c.jpeg"
    +body: "Low quality meme"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 193
    +favouriteCount: 786
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700799065 {#2951
      date: 2023-11-24 05:11:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2987 …}
    +reports: Doctrine\ORM\PersistentCollection {#2983 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2986 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2345}
    ]
    -id: 13955
    -titleTs: "'editor':2 'text':1 'war':3"
    -bodyTs: "'low':1 'meme':3 'qualiti':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700337566
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8106154"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700251166 {#2873
      date: 2023-11-17 20:59:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: "I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700380813 {#2138
    date: 2023-11-19 09:00:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@shapis@lemmy.ml"
    "@bronxasaur@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 139267
  -bodyTs: "'editor':14 'emac':28 'file':10,15 'heard':2 'idk':24 'instead':11 'least':17 'like':20 'nano':26 'safer':6 'sudo':13 'sudoedit':9 'tho':29 'vim':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5933711"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700380813 {#2040
    date: 2023-11-19 09:00:13.0 +01:00
  }
  +"title": 139267
}
"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 {#2345
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2982 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Text-editor-war"
    +title: "Text editor war"
    +url: "https://lemmy.ml/pictrs/image/1ad9634c-37d2-48f3-bd5f-66469525210c.jpeg"
    +body: "Low quality meme"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 193
    +favouriteCount: 786
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700799065 {#2951
      date: 2023-11-24 05:11:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2987 …}
    +reports: Doctrine\ORM\PersistentCollection {#2983 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2986 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2345}
    ]
    -id: 13955
    -titleTs: "'editor':2 'text':1 'war':3"
    -bodyTs: "'low':1 'meme':3 'qualiti':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700337566
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8106154"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700251166 {#2873
      date: 2023-11-17 20:59:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: "I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700380813 {#2138
    date: 2023-11-19 09:00:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@shapis@lemmy.ml"
    "@bronxasaur@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 139267
  -bodyTs: "'editor':14 'emac':28 'file':10,15 'heard':2 'idk':24 'instead':11 'least':17 'like':20 'nano':26 'safer':6 'sudo':13 'sudoedit':9 'tho':29 'vim':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5933711"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700380813 {#2040
    date: 2023-11-19 09:00:13.0 +01:00
  }
  +"title": 139267
}
"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 {#2345
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2982 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Text-editor-war"
    +title: "Text editor war"
    +url: "https://lemmy.ml/pictrs/image/1ad9634c-37d2-48f3-bd5f-66469525210c.jpeg"
    +body: "Low quality meme"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 193
    +favouriteCount: 786
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700799065 {#2951
      date: 2023-11-24 05:11:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2987 …}
    +reports: Doctrine\ORM\PersistentCollection {#2983 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2986 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2345}
    ]
    -id: 13955
    -titleTs: "'editor':2 'text':1 'war':3"
    -bodyTs: "'low':1 'meme':3 'qualiti':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700337566
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8106154"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700251166 {#2873
      date: 2023-11-17 20:59:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: "I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700380813 {#2138
    date: 2023-11-19 09:00:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@shapis@lemmy.ml"
    "@bronxasaur@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 139267
  -bodyTs: "'editor':14 'emac':28 'file':10,15 'heard':2 'idk':24 'instead':11 'least':17 'like':20 'nano':26 'safer':6 'sudo':13 'sudoedit':9 'tho':29 'vim':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5933711"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700380813 {#2040
    date: 2023-11-19 09:00:13.0 +01:00
  }
  +"title": 139267
}
"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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2827 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3185 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "Linux-mint-best-beginner-distro"
  +title: "Linux mint = best beginner distro"
  +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 191
  +favouriteCount: 558
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702679994 {#3220
    date: 2023-12-15 23:39:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3225 …}
  +votes: Doctrine\ORM\PersistentCollection {#3228 …}
  +reports: Doctrine\ORM\PersistentCollection {#3230 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
  +badges: Doctrine\ORM\PersistentCollection {#3236 …}
  +children: [
    1 => App\Entity\EntryComment {#1382
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Snaps:\n
        \n
        On server = good\n
        \n
        On PC = bad
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1700656451 {#1402
        date: 2023-11-22 13:34:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 133878
      -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5886156"
      +editedAt: DateTimeImmutable @1700522578 {#1405
        date: 2023-11-21 00:22:58.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700239242 {#1385
        date: 2023-11-17 17:40:42.0 +01:00
      }
      +"title": 133878
    }
    0 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: App\Entity\EntryComment {#1382}
      +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700336035 {#2088
        date: 2023-11-18 20:33:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@SaltyIceteaMaker@lemmy.ml"
        "@whyNotSquirrel@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 137711
      -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5915975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700336035 {#2095
        date: 2023-11-18 20:33:55.0 +01:00
      }
      +"title": 137711
    }
  ]
  -id: 13902
  -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700325290
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8098068"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700238890 {#3208
    date: 2023-11-17 17:34:50.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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2827 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3185 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "Linux-mint-best-beginner-distro"
  +title: "Linux mint = best beginner distro"
  +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 191
  +favouriteCount: 558
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702679994 {#3220
    date: 2023-12-15 23:39:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3225 …}
  +votes: Doctrine\ORM\PersistentCollection {#3228 …}
  +reports: Doctrine\ORM\PersistentCollection {#3230 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
  +badges: Doctrine\ORM\PersistentCollection {#3236 …}
  +children: [
    1 => App\Entity\EntryComment {#1382
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Snaps:\n
        \n
        On server = good\n
        \n
        On PC = bad
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1700656451 {#1402
        date: 2023-11-22 13:34:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 133878
      -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5886156"
      +editedAt: DateTimeImmutable @1700522578 {#1405
        date: 2023-11-21 00:22:58.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700239242 {#1385
        date: 2023-11-17 17:40:42.0 +01:00
      }
      +"title": 133878
    }
    0 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: App\Entity\EntryComment {#1382}
      +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700336035 {#2088
        date: 2023-11-18 20:33:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@SaltyIceteaMaker@lemmy.ml"
        "@whyNotSquirrel@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 137711
      -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5915975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700336035 {#2095
        date: 2023-11-18 20:33:55.0 +01:00
      }
      +"title": 137711
    }
  ]
  -id: 13902
  -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700325290
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8098068"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700238890 {#3208
    date: 2023-11-17 17:34:50.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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2827 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3185 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "Linux-mint-best-beginner-distro"
  +title: "Linux mint = best beginner distro"
  +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 191
  +favouriteCount: 558
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702679994 {#3220
    date: 2023-12-15 23:39:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3225 …}
  +votes: Doctrine\ORM\PersistentCollection {#3228 …}
  +reports: Doctrine\ORM\PersistentCollection {#3230 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
  +badges: Doctrine\ORM\PersistentCollection {#3236 …}
  +children: [
    1 => App\Entity\EntryComment {#1382
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Snaps:\n
        \n
        On server = good\n
        \n
        On PC = bad
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1700656451 {#1402
        date: 2023-11-22 13:34:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 133878
      -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5886156"
      +editedAt: DateTimeImmutable @1700522578 {#1405
        date: 2023-11-21 00:22:58.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700239242 {#1385
        date: 2023-11-17 17:40:42.0 +01:00
      }
      +"title": 133878
    }
    0 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: App\Entity\EntryComment {#1382}
      +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700336035 {#2088
        date: 2023-11-18 20:33:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@SaltyIceteaMaker@lemmy.ml"
        "@whyNotSquirrel@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 137711
      -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5915975"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700336035 {#2095
        date: 2023-11-18 20:33:55.0 +01:00
      }
      +"title": 137711
    }
  ]
  -id: 13902
  -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700325290
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8098068"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700238890 {#3208
    date: 2023-11-17 17:34:50.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 {#1382
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3185 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Linux-mint-best-beginner-distro"
    +title: "Linux mint = best beginner distro"
    +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 191
    +favouriteCount: 558
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702679994 {#3220
      date: 2023-12-15 23:39:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3225 …}
    +votes: Doctrine\ORM\PersistentCollection {#3228 …}
    +reports: Doctrine\ORM\PersistentCollection {#3230 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
    +badges: Doctrine\ORM\PersistentCollection {#3236 …}
    +children: [
      1 => App\Entity\EntryComment {#1382}
      0 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: App\Entity\EntryComment {#1382}
        +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700336035 {#2088
          date: 2023-11-18 20:33:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@RmDebArc_5@lemmy.ml"
          "@SaltyIceteaMaker@lemmy.ml"
          "@whyNotSquirrel@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 137711
        -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915975"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700336035 {#2095
          date: 2023-11-18 20:33:55.0 +01:00
        }
        +"title": 137711
      }
    ]
    -id: 13902
    -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700325290
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8098068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700238890 {#3208
      date: 2023-11-17 17:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Snaps:\n
    \n
    On server = good\n
    \n
    On PC = bad
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1700656451 {#1402
    date: 2023-11-22 13:34:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 133878
  -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5886156"
  +editedAt: DateTimeImmutable @1700522578 {#1405
    date: 2023-11-21 00:22:58.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700239242 {#1385
    date: 2023-11-17 17:40:42.0 +01:00
  }
  +"title": 133878
}
"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 {#1382
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3185 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Linux-mint-best-beginner-distro"
    +title: "Linux mint = best beginner distro"
    +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 191
    +favouriteCount: 558
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702679994 {#3220
      date: 2023-12-15 23:39:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3225 …}
    +votes: Doctrine\ORM\PersistentCollection {#3228 …}
    +reports: Doctrine\ORM\PersistentCollection {#3230 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
    +badges: Doctrine\ORM\PersistentCollection {#3236 …}
    +children: [
      1 => App\Entity\EntryComment {#1382}
      0 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: App\Entity\EntryComment {#1382}
        +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700336035 {#2088
          date: 2023-11-18 20:33:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@RmDebArc_5@lemmy.ml"
          "@SaltyIceteaMaker@lemmy.ml"
          "@whyNotSquirrel@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 137711
        -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915975"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700336035 {#2095
          date: 2023-11-18 20:33:55.0 +01:00
        }
        +"title": 137711
      }
    ]
    -id: 13902
    -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700325290
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8098068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700238890 {#3208
      date: 2023-11-17 17:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Snaps:\n
    \n
    On server = good\n
    \n
    On PC = bad
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1700656451 {#1402
    date: 2023-11-22 13:34:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 133878
  -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5886156"
  +editedAt: DateTimeImmutable @1700522578 {#1405
    date: 2023-11-21 00:22:58.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700239242 {#1385
    date: 2023-11-17 17:40:42.0 +01:00
  }
  +"title": 133878
}
"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 {#1382
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3185 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Linux-mint-best-beginner-distro"
    +title: "Linux mint = best beginner distro"
    +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 191
    +favouriteCount: 558
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702679994 {#3220
      date: 2023-12-15 23:39:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3225 …}
    +votes: Doctrine\ORM\PersistentCollection {#3228 …}
    +reports: Doctrine\ORM\PersistentCollection {#3230 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
    +badges: Doctrine\ORM\PersistentCollection {#3236 …}
    +children: [
      1 => App\Entity\EntryComment {#1382}
      0 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: App\Entity\EntryComment {#1382}
        +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700336035 {#2088
          date: 2023-11-18 20:33:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@RmDebArc_5@lemmy.ml"
          "@SaltyIceteaMaker@lemmy.ml"
          "@whyNotSquirrel@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 137711
        -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915975"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700336035 {#2095
          date: 2023-11-18 20:33:55.0 +01:00
        }
        +"title": 137711
      }
    ]
    -id: 13902
    -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700325290
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8098068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700238890 {#3208
      date: 2023-11-17 17:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Snaps:\n
    \n
    On server = good\n
    \n
    On PC = bad
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1700656451 {#1402
    date: 2023-11-22 13:34:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 133878
  -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5886156"
  +editedAt: DateTimeImmutable @1700522578 {#1405
    date: 2023-11-21 00:22:58.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700239242 {#1385
    date: 2023-11-17 17:40:42.0 +01:00
  }
  +"title": 133878
}
"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
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3185 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Linux-mint-best-beginner-distro"
    +title: "Linux mint = best beginner distro"
    +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 191
    +favouriteCount: 558
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702679994 {#3220
      date: 2023-12-15 23:39:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3225 …}
    +votes: Doctrine\ORM\PersistentCollection {#3228 …}
    +reports: Doctrine\ORM\PersistentCollection {#3230 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
    +badges: Doctrine\ORM\PersistentCollection {#3236 …}
    +children: [
      1 => App\Entity\EntryComment {#1382
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Snaps:\n
          \n
          On server = good\n
          \n
          On PC = bad
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1700656451 {#1402
          date: 2023-11-22 13:34:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@RmDebArc_5@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1361 …}
        +votes: Doctrine\ORM\PersistentCollection {#1403 …}
        +reports: Doctrine\ORM\PersistentCollection {#2023 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
        -id: 133878
        -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5886156"
        +editedAt: DateTimeImmutable @1700522578 {#1405
          date: 2023-11-21 00:22:58.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700239242 {#1385
          date: 2023-11-17 17:40:42.0 +01:00
        }
        +"title": 133878
      }
      0 => App\Entity\EntryComment {#2087}
    ]
    -id: 13902
    -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700325290
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8098068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700238890 {#3208
      date: 2023-11-17 17:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: App\Entity\EntryComment {#1382}
  +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700336035 {#2088
    date: 2023-11-18 20:33:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@SaltyIceteaMaker@lemmy.ml"
    "@whyNotSquirrel@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 137711
  -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5915975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700336035 {#2095
    date: 2023-11-18 20:33:55.0 +01:00
  }
  +"title": 137711
}
"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
103 DENIED edit
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3185 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Linux-mint-best-beginner-distro"
    +title: "Linux mint = best beginner distro"
    +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 191
    +favouriteCount: 558
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702679994 {#3220
      date: 2023-12-15 23:39:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3225 …}
    +votes: Doctrine\ORM\PersistentCollection {#3228 …}
    +reports: Doctrine\ORM\PersistentCollection {#3230 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
    +badges: Doctrine\ORM\PersistentCollection {#3236 …}
    +children: [
      1 => App\Entity\EntryComment {#1382
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Snaps:\n
          \n
          On server = good\n
          \n
          On PC = bad
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1700656451 {#1402
          date: 2023-11-22 13:34:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@RmDebArc_5@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1361 …}
        +votes: Doctrine\ORM\PersistentCollection {#1403 …}
        +reports: Doctrine\ORM\PersistentCollection {#2023 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
        -id: 133878
        -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5886156"
        +editedAt: DateTimeImmutable @1700522578 {#1405
          date: 2023-11-21 00:22:58.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700239242 {#1385
          date: 2023-11-17 17:40:42.0 +01:00
        }
        +"title": 133878
      }
      0 => App\Entity\EntryComment {#2087}
    ]
    -id: 13902
    -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700325290
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8098068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700238890 {#3208
      date: 2023-11-17 17:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: App\Entity\EntryComment {#1382}
  +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700336035 {#2088
    date: 2023-11-18 20:33:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@SaltyIceteaMaker@lemmy.ml"
    "@whyNotSquirrel@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 137711
  -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5915975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700336035 {#2095
    date: 2023-11-18 20:33:55.0 +01:00
  }
  +"title": 137711
}
"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
104 DENIED moderate
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2827 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3185 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "Linux-mint-best-beginner-distro"
    +title: "Linux mint = best beginner distro"
    +url: "https://lemmy.ml/pictrs/image/f014e360-2cad-496c-a6ee-2a470498ade0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 191
    +favouriteCount: 558
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702679994 {#3220
      date: 2023-12-15 23:39:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3225 …}
    +votes: Doctrine\ORM\PersistentCollection {#3228 …}
    +reports: Doctrine\ORM\PersistentCollection {#3230 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3232 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3234 …}
    +badges: Doctrine\ORM\PersistentCollection {#3236 …}
    +children: [
      1 => App\Entity\EntryComment {#1382
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Snaps:\n
          \n
          On server = good\n
          \n
          On PC = bad
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 20
        +score: 0
        +lastActive: DateTime @1700656451 {#1402
          date: 2023-11-22 13:34:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@RmDebArc_5@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1361 …}
        +votes: Doctrine\ORM\PersistentCollection {#1403 …}
        +reports: Doctrine\ORM\PersistentCollection {#2023 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
        -id: 133878
        -bodyTs: "'bad':7 'good':4 'pc':6 'server':3 'snap':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5886156"
        +editedAt: DateTimeImmutable @1700522578 {#1405
          date: 2023-11-21 00:22:58.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700239242 {#1385
          date: 2023-11-17 17:40:42.0 +01:00
        }
        +"title": 133878
      }
      0 => App\Entity\EntryComment {#2087}
    ]
    -id: 13902
    -titleTs: "'beginn':4 'best':3 'distro':5 'linux':1 'mint':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700325290
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8098068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700238890 {#3208
      date: 2023-11-17 17:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: App\Entity\EntryComment {#1382}
  +body: "I would actually benefit from beig able to keeps different versions of dependencies rn. Got a deprecated software wich forces me to exclude a package from my updates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700336035 {#2088
    date: 2023-11-18 20:33:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@SaltyIceteaMaker@lemmy.ml"
    "@whyNotSquirrel@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 137711
  -bodyTs: "'abl':7 'actual':3 'beig':6 'benefit':4 'depend':13 'deprec':17 'differ':10 'exclud':23 'forc':20 'got':15 'keep':9 'packag':25 'rn':14 'softwar':18 'updat':28 'version':11 'wich':19 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5915975"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700336035 {#2095
    date: 2023-11-18 20:33:55.0 +01:00
  }
  +"title": 137711
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2021
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3298 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3337 …}
  +slug: "data-loss"
  +title: "data loss"
  +url: "https://media.tech.lgbt/media_attachments/files/111/424/858/571/756/862/original/80a15278291aca5e.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 1585
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700354381 {#3332
    date: 2023-11-19 01:39:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3339 …}
  +votes: Doctrine\ORM\PersistentCollection {#3341 …}
  +reports: Doctrine\ORM\PersistentCollection {#3343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3347 …}
  +badges: Doctrine\ORM\PersistentCollection {#3349 …}
  +children: [
    App\Entity\EntryComment {#2033
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2021 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Harddrive"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1700243651 {#2018
        date: 2023-11-17 18:54:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Masimatutu@mander.xyz"
        "@lostme@lemmy.world"
        "@WarmSoda@lemm.ee"
        "@VieuxQueb@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 134118
      -bodyTs: "'harddriv':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5887840"
      +editedAt: DateTimeImmutable @1700530957 {#2025
        date: 2023-11-21 02:42:37.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700243651 {#2011
        date: 2023-11-17 18:54:11.0 +01:00
      }
      +"title": 134118
    }
  ]
  -id: 13895
  -titleTs: "'data':1 'loss':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700323684
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6282156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700237284 {#3320
    date: 2023-11-17 17:08:04.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
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2021
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3298 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3337 …}
  +slug: "data-loss"
  +title: "data loss"
  +url: "https://media.tech.lgbt/media_attachments/files/111/424/858/571/756/862/original/80a15278291aca5e.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 1585
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700354381 {#3332
    date: 2023-11-19 01:39:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3339 …}
  +votes: Doctrine\ORM\PersistentCollection {#3341 …}
  +reports: Doctrine\ORM\PersistentCollection {#3343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3347 …}
  +badges: Doctrine\ORM\PersistentCollection {#3349 …}
  +children: [
    App\Entity\EntryComment {#2033
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2021 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Harddrive"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1700243651 {#2018
        date: 2023-11-17 18:54:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Masimatutu@mander.xyz"
        "@lostme@lemmy.world"
        "@WarmSoda@lemm.ee"
        "@VieuxQueb@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 134118
      -bodyTs: "'harddriv':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5887840"
      +editedAt: DateTimeImmutable @1700530957 {#2025
        date: 2023-11-21 02:42:37.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700243651 {#2011
        date: 2023-11-17 18:54:11.0 +01:00
      }
      +"title": 134118
    }
  ]
  -id: 13895
  -titleTs: "'data':1 'loss':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700323684
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6282156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700237284 {#3320
    date: 2023-11-17 17:08:04.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
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2021
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3298 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3337 …}
  +slug: "data-loss"
  +title: "data loss"
  +url: "https://media.tech.lgbt/media_attachments/files/111/424/858/571/756/862/original/80a15278291aca5e.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 1585
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700354381 {#3332
    date: 2023-11-19 01:39:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3339 …}
  +votes: Doctrine\ORM\PersistentCollection {#3341 …}
  +reports: Doctrine\ORM\PersistentCollection {#3343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3347 …}
  +badges: Doctrine\ORM\PersistentCollection {#3349 …}
  +children: [
    App\Entity\EntryComment {#2033
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2021 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Harddrive"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1700243651 {#2018
        date: 2023-11-17 18:54:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Masimatutu@mander.xyz"
        "@lostme@lemmy.world"
        "@WarmSoda@lemm.ee"
        "@VieuxQueb@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 134118
      -bodyTs: "'harddriv':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5887840"
      +editedAt: DateTimeImmutable @1700530957 {#2025
        date: 2023-11-21 02:42:37.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700243651 {#2011
        date: 2023-11-17 18:54:11.0 +01:00
      }
      +"title": 134118
    }
  ]
  -id: 13895
  -titleTs: "'data':1 'loss':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700323684
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6282156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700237284 {#3320
    date: 2023-11-17 17:08:04.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
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
App\Entity\EntryComment {#2033
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2021
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3298 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3337 …}
    +slug: "data-loss"
    +title: "data loss"
    +url: "https://media.tech.lgbt/media_attachments/files/111/424/858/571/756/862/original/80a15278291aca5e.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 1585
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700354381 {#3332
      date: 2023-11-19 01:39:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3339 …}
    +votes: Doctrine\ORM\PersistentCollection {#3341 …}
    +reports: Doctrine\ORM\PersistentCollection {#3343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3345 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3347 …}
    +badges: Doctrine\ORM\PersistentCollection {#3349 …}
    +children: [
      App\Entity\EntryComment {#2033}
    ]
    -id: 13895
    -titleTs: "'data':1 'loss':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700323684
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6282156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700237284 {#3320
      date: 2023-11-17 17:08:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Harddrive"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1700243651 {#2018
    date: 2023-11-17 18:54:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
    "@lostme@lemmy.world"
    "@WarmSoda@lemm.ee"
    "@VieuxQueb@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 134118
  -bodyTs: "'harddriv':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5887840"
  +editedAt: DateTimeImmutable @1700530957 {#2025
    date: 2023-11-21 02:42:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700243651 {#2011
    date: 2023-11-17 18:54:11.0 +01:00
  }
  +"title": 134118
}
"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
111 DENIED edit
App\Entity\EntryComment {#2033
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2021
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3298 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3337 …}
    +slug: "data-loss"
    +title: "data loss"
    +url: "https://media.tech.lgbt/media_attachments/files/111/424/858/571/756/862/original/80a15278291aca5e.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 1585
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700354381 {#3332
      date: 2023-11-19 01:39:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3339 …}
    +votes: Doctrine\ORM\PersistentCollection {#3341 …}
    +reports: Doctrine\ORM\PersistentCollection {#3343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3345 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3347 …}
    +badges: Doctrine\ORM\PersistentCollection {#3349 …}
    +children: [
      App\Entity\EntryComment {#2033}
    ]
    -id: 13895
    -titleTs: "'data':1 'loss':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700323684
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6282156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700237284 {#3320
      date: 2023-11-17 17:08:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Harddrive"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1700243651 {#2018
    date: 2023-11-17 18:54:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
    "@lostme@lemmy.world"
    "@WarmSoda@lemm.ee"
    "@VieuxQueb@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 134118
  -bodyTs: "'harddriv':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5887840"
  +editedAt: DateTimeImmutable @1700530957 {#2025
    date: 2023-11-21 02:42:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700243651 {#2011
    date: 2023-11-17 18:54:11.0 +01:00
  }
  +"title": 134118
}
"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
112 DENIED moderate
App\Entity\EntryComment {#2033
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2021
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3298 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3337 …}
    +slug: "data-loss"
    +title: "data loss"
    +url: "https://media.tech.lgbt/media_attachments/files/111/424/858/571/756/862/original/80a15278291aca5e.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 1585
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700354381 {#3332
      date: 2023-11-19 01:39:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3339 …}
    +votes: Doctrine\ORM\PersistentCollection {#3341 …}
    +reports: Doctrine\ORM\PersistentCollection {#3343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3345 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3347 …}
    +badges: Doctrine\ORM\PersistentCollection {#3349 …}
    +children: [
      App\Entity\EntryComment {#2033}
    ]
    -id: 13895
    -titleTs: "'data':1 'loss':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700323684
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6282156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700237284 {#3320
      date: 2023-11-17 17:08:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Harddrive"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1700243651 {#2018
    date: 2023-11-17 18:54:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Masimatutu@mander.xyz"
    "@lostme@lemmy.world"
    "@WarmSoda@lemm.ee"
    "@VieuxQueb@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 134118
  -bodyTs: "'harddriv':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5887840"
  +editedAt: DateTimeImmutable @1700530957 {#2025
    date: 2023-11-21 02:42:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700243651 {#2011
    date: 2023-11-17 18:54:11.0 +01:00
  }
  +"title": 134118
}
"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
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 {#1907
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > not on the level of a power user\n
    \n
    > Learns kernel basics\n
    \n
    Bro i think you may be underestimating yourself
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700547190 {#1410
    date: 2023-11-21 07:13:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#2389 …}
  +votes: Doctrine\ORM\PersistentCollection {#2387 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 132634
  -bodyTs: "'basic':11 'bro':12 'kernel':10 'learn':9 'level':4 'may':16 'power':7 'think':14 'underestim':18 'user':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5876223"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700206225 {#1874
    date: 2023-11-17 08:30:25.0 +01:00
  }
  +"title": 132634
}
"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 {#1907
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > not on the level of a power user\n
    \n
    > Learns kernel basics\n
    \n
    Bro i think you may be underestimating yourself
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700547190 {#1410
    date: 2023-11-21 07:13:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#2389 …}
  +votes: Doctrine\ORM\PersistentCollection {#2387 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 132634
  -bodyTs: "'basic':11 'bro':12 'kernel':10 'learn':9 'level':4 'may':16 'power':7 'think':14 'underestim':18 'user':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5876223"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700206225 {#1874
    date: 2023-11-17 08:30:25.0 +01:00
  }
  +"title": 132634
}
"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 {#1907
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1407 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > not on the level of a power user\n
    \n
    > Learns kernel basics\n
    \n
    Bro i think you may be underestimating yourself
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1700547190 {#1410
    date: 2023-11-21 07:13:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#2389 …}
  +votes: Doctrine\ORM\PersistentCollection {#2387 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 132634
  -bodyTs: "'basic':11 'bro':12 'kernel':10 'learn':9 'level':4 'may':16 'power':7 'think':14 'underestim':18 'user':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5876223"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700206225 {#1874
    date: 2023-11-17 08:30:25.0 +01:00
  }
  +"title": 132634
}
"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 {#1734
  +user: Proxies\__CG__\App\Entity\User {#2262 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3356 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
  +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
  +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
  +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700340265 {#3351
    date: 2023-11-18 21:44:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3359 …}
  +votes: Doctrine\ORM\PersistentCollection {#3361 …}
  +reports: Doctrine\ORM\PersistentCollection {#3363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
  +badges: Doctrine\ORM\PersistentCollection {#3369 …}
  +children: [
    2 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "I keep reading tankie but what does it even mean"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700133528 {#1736
        date: 2023-11-16 12:18:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
        "@Omega_Haxors@lemmy.ml"
        "@tacosanonymous@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1735 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1714 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 129822
      -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700133528 {#1730
        date: 2023-11-16 12:18:48.0 +01:00
      }
      +"title": 129822
    }
    1 => App\Entity\EntryComment {#1707
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700662936 {#1741
        date: 2023-11-22 15:22:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2411 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
      -id: 129842
      -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847916"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700133948 {#1740
        date: 2023-11-16 12:25:48.0 +01:00
      }
      +"title": 129842
    }
    0 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: App\Entity\EntryComment {#1707}
      +body: """
        Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
        \n
        i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
        \n
        Always having to pick a side cause hatred, violence and destroys relationships.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700335917 {#2084
        date: 2023-11-18 20:31:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
        "@SaltyIceteaMaker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 137706
      -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5915899"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700335917 {#2078
        date: 2023-11-18 20:31:57.0 +01:00
      }
      +"title": 137706
    }
  ]
  -id: 13426
  -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700190557
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/2702832"
  +editedAt: DateTimeImmutable @1700392148 {#3338
    date: 2023-11-19 12:09:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700104157 {#3317
    date: 2023-11-16 04:09:17.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 {#1734
  +user: Proxies\__CG__\App\Entity\User {#2262 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3356 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
  +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
  +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
  +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700340265 {#3351
    date: 2023-11-18 21:44:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3359 …}
  +votes: Doctrine\ORM\PersistentCollection {#3361 …}
  +reports: Doctrine\ORM\PersistentCollection {#3363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
  +badges: Doctrine\ORM\PersistentCollection {#3369 …}
  +children: [
    2 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "I keep reading tankie but what does it even mean"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700133528 {#1736
        date: 2023-11-16 12:18:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
        "@Omega_Haxors@lemmy.ml"
        "@tacosanonymous@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1735 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1714 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 129822
      -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700133528 {#1730
        date: 2023-11-16 12:18:48.0 +01:00
      }
      +"title": 129822
    }
    1 => App\Entity\EntryComment {#1707
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700662936 {#1741
        date: 2023-11-22 15:22:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2411 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
      -id: 129842
      -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847916"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700133948 {#1740
        date: 2023-11-16 12:25:48.0 +01:00
      }
      +"title": 129842
    }
    0 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: App\Entity\EntryComment {#1707}
      +body: """
        Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
        \n
        i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
        \n
        Always having to pick a side cause hatred, violence and destroys relationships.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700335917 {#2084
        date: 2023-11-18 20:31:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
        "@SaltyIceteaMaker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 137706
      -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5915899"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700335917 {#2078
        date: 2023-11-18 20:31:57.0 +01:00
      }
      +"title": 137706
    }
  ]
  -id: 13426
  -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700190557
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/2702832"
  +editedAt: DateTimeImmutable @1700392148 {#3338
    date: 2023-11-19 12:09:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700104157 {#3317
    date: 2023-11-16 04:09:17.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 {#1734
  +user: Proxies\__CG__\App\Entity\User {#2262 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3356 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
  +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
  +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
  +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700340265 {#3351
    date: 2023-11-18 21:44:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3359 …}
  +votes: Doctrine\ORM\PersistentCollection {#3361 …}
  +reports: Doctrine\ORM\PersistentCollection {#3363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
  +badges: Doctrine\ORM\PersistentCollection {#3369 …}
  +children: [
    2 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "I keep reading tankie but what does it even mean"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700133528 {#1736
        date: 2023-11-16 12:18:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
        "@Omega_Haxors@lemmy.ml"
        "@tacosanonymous@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1735 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1714 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 129822
      -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847813"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700133528 {#1730
        date: 2023-11-16 12:18:48.0 +01:00
      }
      +"title": 129822
    }
    1 => App\Entity\EntryComment {#1707
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700662936 {#1741
        date: 2023-11-22 15:22:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2411 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
      -id: 129842
      -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847916"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700133948 {#1740
        date: 2023-11-16 12:25:48.0 +01:00
      }
      +"title": 129842
    }
    0 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: App\Entity\EntryComment {#1707}
      +body: """
        Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
        \n
        i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
        \n
        Always having to pick a side cause hatred, violence and destroys relationships.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700335917 {#2084
        date: 2023-11-18 20:31:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheUltimateCommunist@lemmygrad.ml"
        "@SaltyIceteaMaker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 137706
      -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5915899"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700335917 {#2078
        date: 2023-11-18 20:31:57.0 +01:00
      }
      +"title": 137706
    }
  ]
  -id: 13426
  -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700190557
  +visibility: "visible             "
  +apId: "https://lemmygrad.ml/post/2702832"
  +editedAt: DateTimeImmutable @1700392148 {#3338
    date: 2023-11-19 12:09:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700104157 {#3317
    date: 2023-11-16 04:09:17.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 {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737}
      1 => App\Entity\EntryComment {#1707
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: null
        +root: null
        +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700662936 {#1741
          date: 2023-11-22 15:22:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2463 …}
        +votes: Doctrine\ORM\PersistentCollection {#2411 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
        -id: 129842
        -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847916"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133948 {#1740
          date: 2023-11-16 12:25:48.0 +01:00
        }
        +"title": 129842
      }
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: App\Entity\EntryComment {#1707}
        +body: """
          Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
          \n
          i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
          \n
          Always having to pick a side cause hatred, violence and destroys relationships.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700335917 {#2084
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@SaltyIceteaMaker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 137706
        -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915899"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700335917 {#2078
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +"title": 137706
      }
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "I keep reading tankie but what does it even mean"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700133528 {#1736
    date: 2023-11-16 12:18:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
    "@Omega_Haxors@lemmy.ml"
    "@tacosanonymous@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1735 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 129822
  -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700133528 {#1730
    date: 2023-11-16 12:18:48.0 +01:00
  }
  +"title": 129822
}
"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 {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737}
      1 => App\Entity\EntryComment {#1707
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: null
        +root: null
        +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700662936 {#1741
          date: 2023-11-22 15:22:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2463 …}
        +votes: Doctrine\ORM\PersistentCollection {#2411 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
        -id: 129842
        -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847916"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133948 {#1740
          date: 2023-11-16 12:25:48.0 +01:00
        }
        +"title": 129842
      }
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: App\Entity\EntryComment {#1707}
        +body: """
          Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
          \n
          i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
          \n
          Always having to pick a side cause hatred, violence and destroys relationships.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700335917 {#2084
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@SaltyIceteaMaker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 137706
        -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915899"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700335917 {#2078
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +"title": 137706
      }
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "I keep reading tankie but what does it even mean"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700133528 {#1736
    date: 2023-11-16 12:18:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
    "@Omega_Haxors@lemmy.ml"
    "@tacosanonymous@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1735 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 129822
  -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700133528 {#1730
    date: 2023-11-16 12:18:48.0 +01:00
  }
  +"title": 129822
}
"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 {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737}
      1 => App\Entity\EntryComment {#1707
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: null
        +root: null
        +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700662936 {#1741
          date: 2023-11-22 15:22:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2463 …}
        +votes: Doctrine\ORM\PersistentCollection {#2411 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
        -id: 129842
        -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847916"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133948 {#1740
          date: 2023-11-16 12:25:48.0 +01:00
        }
        +"title": 129842
      }
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: App\Entity\EntryComment {#1707}
        +body: """
          Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
          \n
          i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
          \n
          Always having to pick a side cause hatred, violence and destroys relationships.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700335917 {#2084
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@SaltyIceteaMaker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 137706
        -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915899"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700335917 {#2078
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +"title": 137706
      }
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "I keep reading tankie but what does it even mean"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700133528 {#1736
    date: 2023-11-16 12:18:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
    "@Omega_Haxors@lemmy.ml"
    "@tacosanonymous@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1735 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 129822
  -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847813"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700133528 {#1730
    date: 2023-11-16 12:18:48.0 +01:00
  }
  +"title": 129822
}
"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
App\Entity\EntryComment {#1707
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "I keep reading tankie but what does it even mean"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700133528 {#1736
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@Omega_Haxors@lemmy.ml"
          "@tacosanonymous@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 129822
        -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133528 {#1730
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +"title": 129822
      }
      1 => App\Entity\EntryComment {#1707}
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: App\Entity\EntryComment {#1707}
        +body: """
          Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
          \n
          i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
          \n
          Always having to pick a side cause hatred, violence and destroys relationships.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700335917 {#2084
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@SaltyIceteaMaker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 137706
        -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915899"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700335917 {#2078
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +"title": 137706
      }
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700662936 {#1741
    date: 2023-11-22 15:22:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2411 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  -id: 129842
  -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847916"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700133948 {#1740
    date: 2023-11-16 12:25:48.0 +01:00
  }
  +"title": 129842
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
127 DENIED edit
App\Entity\EntryComment {#1707
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "I keep reading tankie but what does it even mean"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700133528 {#1736
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@Omega_Haxors@lemmy.ml"
          "@tacosanonymous@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 129822
        -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133528 {#1730
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +"title": 129822
      }
      1 => App\Entity\EntryComment {#1707}
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: App\Entity\EntryComment {#1707}
        +body: """
          Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
          \n
          i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
          \n
          Always having to pick a side cause hatred, violence and destroys relationships.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700335917 {#2084
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@SaltyIceteaMaker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 137706
        -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915899"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700335917 {#2078
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +"title": 137706
      }
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700662936 {#1741
    date: 2023-11-22 15:22:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2411 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  -id: 129842
  -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847916"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700133948 {#1740
    date: 2023-11-16 12:25:48.0 +01:00
  }
  +"title": 129842
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
128 DENIED moderate
App\Entity\EntryComment {#1707
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "I keep reading tankie but what does it even mean"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700133528 {#1736
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@Omega_Haxors@lemmy.ml"
          "@tacosanonymous@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 129822
        -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133528 {#1730
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +"title": 129822
      }
      1 => App\Entity\EntryComment {#1707}
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: App\Entity\EntryComment {#1707}
        +body: """
          Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
          \n
          i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
          \n
          Always having to pick a side cause hatred, violence and destroys relationships.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700335917 {#2084
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@SaltyIceteaMaker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 137706
        -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5915899"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700335917 {#2078
          date: 2023-11-18 20:31:57.0 +01:00
        }
        +"title": 137706
      }
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700662936 {#1741
    date: 2023-11-22 15:22:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2411 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  -id: 129842
  -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847916"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700133948 {#1740
    date: 2023-11-16 12:25:48.0 +01:00
  }
  +"title": 129842
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "I keep reading tankie but what does it even mean"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700133528 {#1736
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@Omega_Haxors@lemmy.ml"
          "@tacosanonymous@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 129822
        -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133528 {#1730
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +"title": 129822
      }
      1 => App\Entity\EntryComment {#1707
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: null
        +root: null
        +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700662936 {#1741
          date: 2023-11-22 15:22:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2463 …}
        +votes: Doctrine\ORM\PersistentCollection {#2411 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
        -id: 129842
        -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847916"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133948 {#1740
          date: 2023-11-16 12:25:48.0 +01:00
        }
        +"title": 129842
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: App\Entity\EntryComment {#1707}
  +body: """
    Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
    \n
    i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
    \n
    Always having to pick a side cause hatred, violence and destroys relationships.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700335917 {#2084
    date: 2023-11-18 20:31:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
    "@SaltyIceteaMaker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 137706
  -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5915899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700335917 {#2078
    date: 2023-11-18 20:31:57.0 +01:00
  }
  +"title": 137706
}
"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 {#2076
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "I keep reading tankie but what does it even mean"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700133528 {#1736
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@Omega_Haxors@lemmy.ml"
          "@tacosanonymous@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 129822
        -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133528 {#1730
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +"title": 129822
      }
      1 => App\Entity\EntryComment {#1707
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: null
        +root: null
        +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700662936 {#1741
          date: 2023-11-22 15:22:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2463 …}
        +votes: Doctrine\ORM\PersistentCollection {#2411 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
        -id: 129842
        -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847916"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133948 {#1740
          date: 2023-11-16 12:25:48.0 +01:00
        }
        +"title": 129842
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: App\Entity\EntryComment {#1707}
  +body: """
    Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
    \n
    i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
    \n
    Always having to pick a side cause hatred, violence and destroys relationships.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700335917 {#2084
    date: 2023-11-18 20:31:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
    "@SaltyIceteaMaker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 137706
  -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5915899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700335917 {#2078
    date: 2023-11-18 20:31:57.0 +01:00
  }
  +"title": 137706
}
"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 {#2076
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1734
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3356 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3358 …}
    +slug: "The-Israel-Palestine-conflict-is-just-too-complicated-to-pick-a"
    +title: "”The Israel-Palestine conflict is just too complicated to pick a side”"
    +url: "https://lemmygrad.ml/pictrs/image/3f7888cf-3fa5-4d5a-bdc0-90ddef4d916d.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 13
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700340265 {#3351
      date: 2023-11-18 21:44:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3359 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      2 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "I keep reading tankie but what does it even mean"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700133528 {#1736
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
          "@Omega_Haxors@lemmy.ml"
          "@tacosanonymous@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 129822
        -bodyTs: "'even':9 'keep':2 'mean':10 'read':3 'tanki':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847813"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133528 {#1730
          date: 2023-11-16 12:18:48.0 +01:00
        }
        +"title": 129822
      }
      1 => App\Entity\EntryComment {#1707
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1734 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
        +image: null
        +parent: null
        +root: null
        +body: "Always having to pick a side is exactly what causes fights and arguments. If one doesn’t want to pick a side just deal with it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1700662936 {#1741
          date: 2023-11-22 15:22:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheUltimateCommunist@lemmygrad.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2463 …}
        +votes: Doctrine\ORM\PersistentCollection {#2411 …}
        +reports: Doctrine\ORM\PersistentCollection {#2422 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
        -id: 129842
        -bodyTs: "'alway':1 'argument':13 'caus':10 'deal':24 'doesn':16 'exact':8 'fight':11 'one':15 'pick':4,20 'side':6,22 'want':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5847916"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700133948 {#1740
          date: 2023-11-16 12:25:48.0 +01:00
        }
        +"title": 129842
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 13426
    -titleTs: "'complic':9 'conflict':5 'israel':3 'israel-palestin':2 'palestin':4 'pick':11 'side':13"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700190557
    +visibility: "visible             "
    +apId: "https://lemmygrad.ml/post/2702832"
    +editedAt: DateTimeImmutable @1700392148 {#3338
      date: 2023-11-19 12:09:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700104157 {#3317
      date: 2023-11-16 04:09:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: App\Entity\EntryComment {#1707}
  +body: """
    Only idiots choose a side without knowing all the facts. And in such a time it is hard to know objective facts from subjective half truths. Always having to choose a side is a foolish way of thinking.\n
    \n
    i’d rather stay out of that shit and don’t risk losing contact with friends and family because they had a different opinion.\n
    \n
    Always having to pick a side cause hatred, violence and destroys relationships.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700335917 {#2084
    date: 2023-11-18 20:31:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheUltimateCommunist@lemmygrad.ml"
    "@SaltyIceteaMaker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 137706
  -bodyTs: "'alway':27,63 'caus':69 'choos':3,30 'contact':52 'd':40 'destroy':73 'differ':61 'fact':10,22 'famili':56 'foolish':35 'friend':54 'half':25 'hard':18 'hatr':70 'idiot':2 'know':7,20 'lose':51 'object':21 'opinion':62 'pick':66 'rather':41 'relationship':74 'risk':50 'shit':46 'side':5,32,68 'stay':42 'subject':24 'think':38 'time':15 'truth':26 'violenc':71 'way':36 'without':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5915899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700335917 {#2078
    date: 2023-11-18 20:31:57.0 +01:00
  }
  +"title": 137706
}
"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 {#2454
  +user: Proxies\__CG__\App\Entity\User {#3280 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3282 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "Please-not-again"
  +title: "Please, not again."
  +url: "https://lemmy.world/pictrs/image/a1d921e6-ed8d-4f0b-9cec-9b8166f1c695.jpeg"
  +body: "Edit: good to see I woke the shills"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 246
  +favouriteCount: 1180
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700366989 {#3275
    date: 2023-11-19 05:09:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3283 …}
  +votes: Doctrine\ORM\PersistentCollection {#3285 …}
  +reports: Doctrine\ORM\PersistentCollection {#3287 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3289 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3291 …}
  +badges: Doctrine\ORM\PersistentCollection {#3293 …}
  +children: [
    App\Entity\EntryComment {#2457
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "I remember the shitshow. Like in general everywhere and at all times."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1700134097 {#2453
        date: 2023-11-16 12:28:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Daft_ish@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2455 …}
      +nested: Doctrine\ORM\PersistentCollection {#2468 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2471 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
      -id: 129851
      -bodyTs: "'everywher':8 'general':7 'like':5 'rememb':2 'shitshow':4 'time':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847955"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700134097 {#2452
        date: 2023-11-16 12:28:17.0 +01:00
      }
      +"title": 129851
    }
  ]
  -id: 13371
  -titleTs: "'pleas':1"
  -bodyTs: "'edit':1 'good':2 'see':4 'shill':8 'woke':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700177353
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8310948"
  +editedAt: DateTimeImmutable @1700425380 {#3262
    date: 2023-11-19 21:23:00.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700090953 {#3241
    date: 2023-11-16 00:29:13.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 {#2454
  +user: Proxies\__CG__\App\Entity\User {#3280 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3282 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "Please-not-again"
  +title: "Please, not again."
  +url: "https://lemmy.world/pictrs/image/a1d921e6-ed8d-4f0b-9cec-9b8166f1c695.jpeg"
  +body: "Edit: good to see I woke the shills"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 246
  +favouriteCount: 1180
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700366989 {#3275
    date: 2023-11-19 05:09:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3283 …}
  +votes: Doctrine\ORM\PersistentCollection {#3285 …}
  +reports: Doctrine\ORM\PersistentCollection {#3287 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3289 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3291 …}
  +badges: Doctrine\ORM\PersistentCollection {#3293 …}
  +children: [
    App\Entity\EntryComment {#2457
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "I remember the shitshow. Like in general everywhere and at all times."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1700134097 {#2453
        date: 2023-11-16 12:28:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Daft_ish@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2455 …}
      +nested: Doctrine\ORM\PersistentCollection {#2468 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2471 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
      -id: 129851
      -bodyTs: "'everywher':8 'general':7 'like':5 'rememb':2 'shitshow':4 'time':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847955"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700134097 {#2452
        date: 2023-11-16 12:28:17.0 +01:00
      }
      +"title": 129851
    }
  ]
  -id: 13371
  -titleTs: "'pleas':1"
  -bodyTs: "'edit':1 'good':2 'see':4 'shill':8 'woke':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700177353
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8310948"
  +editedAt: DateTimeImmutable @1700425380 {#3262
    date: 2023-11-19 21:23:00.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700090953 {#3241
    date: 2023-11-16 00:29:13.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 {#2454
  +user: Proxies\__CG__\App\Entity\User {#3280 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3282 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "Please-not-again"
  +title: "Please, not again."
  +url: "https://lemmy.world/pictrs/image/a1d921e6-ed8d-4f0b-9cec-9b8166f1c695.jpeg"
  +body: "Edit: good to see I woke the shills"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 246
  +favouriteCount: 1180
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700366989 {#3275
    date: 2023-11-19 05:09:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3283 …}
  +votes: Doctrine\ORM\PersistentCollection {#3285 …}
  +reports: Doctrine\ORM\PersistentCollection {#3287 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3289 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3291 …}
  +badges: Doctrine\ORM\PersistentCollection {#3293 …}
  +children: [
    App\Entity\EntryComment {#2457
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: null
      +root: null
      +body: "I remember the shitshow. Like in general everywhere and at all times."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1700134097 {#2453
        date: 2023-11-16 12:28:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Daft_ish@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2455 …}
      +nested: Doctrine\ORM\PersistentCollection {#2468 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2471 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
      -id: 129851
      -bodyTs: "'everywher':8 'general':7 'like':5 'rememb':2 'shitshow':4 'time':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5847955"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700134097 {#2452
        date: 2023-11-16 12:28:17.0 +01:00
      }
      +"title": 129851
    }
  ]
  -id: 13371
  -titleTs: "'pleas':1"
  -bodyTs: "'edit':1 'good':2 'see':4 'shill':8 'woke':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700177353
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8310948"
  +editedAt: DateTimeImmutable @1700425380 {#3262
    date: 2023-11-19 21:23:00.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700090953 {#3241
    date: 2023-11-16 00:29:13.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 {#2457
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#3280 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3282 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "Please-not-again"
    +title: "Please, not again."
    +url: "https://lemmy.world/pictrs/image/a1d921e6-ed8d-4f0b-9cec-9b8166f1c695.jpeg"
    +body: "Edit: good to see I woke the shills"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 246
    +favouriteCount: 1180
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700366989 {#3275
      date: 2023-11-19 05:09:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3285 …}
    +reports: Doctrine\ORM\PersistentCollection {#3287 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3289 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3291 …}
    +badges: Doctrine\ORM\PersistentCollection {#3293 …}
    +children: [
      App\Entity\EntryComment {#2457}
    ]
    -id: 13371
    -titleTs: "'pleas':1"
    -bodyTs: "'edit':1 'good':2 'see':4 'shill':8 'woke':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700177353
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8310948"
    +editedAt: DateTimeImmutable @1700425380 {#3262
      date: 2023-11-19 21:23:00.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700090953 {#3241
      date: 2023-11-16 00:29:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "I remember the shitshow. Like in general everywhere and at all times."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1700134097 {#2453
    date: 2023-11-16 12:28:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Daft_ish@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2455 …}
  +nested: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
  -id: 129851
  -bodyTs: "'everywher':8 'general':7 'like':5 'rememb':2 'shitshow':4 'time':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847955"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700134097 {#2452
    date: 2023-11-16 12:28:17.0 +01:00
  }
  +"title": 129851
}
"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 {#2457
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#3280 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3282 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "Please-not-again"
    +title: "Please, not again."
    +url: "https://lemmy.world/pictrs/image/a1d921e6-ed8d-4f0b-9cec-9b8166f1c695.jpeg"
    +body: "Edit: good to see I woke the shills"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 246
    +favouriteCount: 1180
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700366989 {#3275
      date: 2023-11-19 05:09:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3285 …}
    +reports: Doctrine\ORM\PersistentCollection {#3287 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3289 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3291 …}
    +badges: Doctrine\ORM\PersistentCollection {#3293 …}
    +children: [
      App\Entity\EntryComment {#2457}
    ]
    -id: 13371
    -titleTs: "'pleas':1"
    -bodyTs: "'edit':1 'good':2 'see':4 'shill':8 'woke':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700177353
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8310948"
    +editedAt: DateTimeImmutable @1700425380 {#3262
      date: 2023-11-19 21:23:00.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700090953 {#3241
      date: 2023-11-16 00:29:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "I remember the shitshow. Like in general everywhere and at all times."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1700134097 {#2453
    date: 2023-11-16 12:28:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Daft_ish@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2455 …}
  +nested: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
  -id: 129851
  -bodyTs: "'everywher':8 'general':7 'like':5 'rememb':2 'shitshow':4 'time':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847955"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700134097 {#2452
    date: 2023-11-16 12:28:17.0 +01:00
  }
  +"title": 129851
}
"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 {#2457
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#3280 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3282 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "Please-not-again"
    +title: "Please, not again."
    +url: "https://lemmy.world/pictrs/image/a1d921e6-ed8d-4f0b-9cec-9b8166f1c695.jpeg"
    +body: "Edit: good to see I woke the shills"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 246
    +favouriteCount: 1180
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700366989 {#3275
      date: 2023-11-19 05:09:49.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3283 …}
    +votes: Doctrine\ORM\PersistentCollection {#3285 …}
    +reports: Doctrine\ORM\PersistentCollection {#3287 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3289 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3291 …}
    +badges: Doctrine\ORM\PersistentCollection {#3293 …}
    +children: [
      App\Entity\EntryComment {#2457}
    ]
    -id: 13371
    -titleTs: "'pleas':1"
    -bodyTs: "'edit':1 'good':2 'see':4 'shill':8 'woke':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700177353
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8310948"
    +editedAt: DateTimeImmutable @1700425380 {#3262
      date: 2023-11-19 21:23:00.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700090953 {#3241
      date: 2023-11-16 00:29:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: null
  +root: null
  +body: "I remember the shitshow. Like in general everywhere and at all times."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1700134097 {#2453
    date: 2023-11-16 12:28:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Daft_ish@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2455 …}
  +nested: Doctrine\ORM\PersistentCollection {#2468 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2377 …}
  -id: 129851
  -bodyTs: "'everywher':8 'general':7 'like':5 'rememb':2 'shitshow':4 'time':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5847955"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700134097 {#2452
    date: 2023-11-16 12:28:17.0 +01:00
  }
  +"title": 129851
}
"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
Proxies\__CG__\App\Entity\Entry {#2372
  +user: Proxies\__CG__\App\Entity\User {#3259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
  +slug: "The-Season-of-Warmth-and-Hope"
  +title: "The Season of Warmth and Hope"
  +url: "https://feddit.de/pictrs/image/d26dcbfe-dc45-47f2-a518-6b08b6edbe73.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 41
  +favouriteCount: 413
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700237467 {#3295
    date: 2023-11-17 17:11:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3302 …}
  +votes: Doctrine\ORM\PersistentCollection {#3304 …}
  +reports: Doctrine\ORM\PersistentCollection {#3306 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3308 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3310 …}
  +badges: Doctrine\ORM\PersistentCollection {#3312 …}
  +children: [
    App\Entity\EntryComment {#2364
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2372 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: "Worse than last year. Seems to be a trend that the yield gets worse by the year"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700145694 {#2359
        date: 2023-11-16 15:41:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luk3th3dud3@feddit.de"
        "@LittleTransPunk@lemmy.world"
        "@StalinIsMaiWaifu@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 130369
      -bodyTs: "'get':13 'last':3 'seem':5 'trend':9 'wors':1,14 'year':4,17 'yield':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5851478"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700145694 {#2361
        date: 2023-11-16 15:41:34.0 +01:00
      }
      +"title": 130369
    }
  ]
  -id: 13288
  -titleTs: "'hope':6 'season':2 'warmth':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700152260
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5687046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700065860 {#3281
    date: 2023-11-15 17:31: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
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2372
  +user: Proxies\__CG__\App\Entity\User {#3259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
  +slug: "The-Season-of-Warmth-and-Hope"
  +title: "The Season of Warmth and Hope"
  +url: "https://feddit.de/pictrs/image/d26dcbfe-dc45-47f2-a518-6b08b6edbe73.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 41
  +favouriteCount: 413
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700237467 {#3295
    date: 2023-11-17 17:11:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3302 …}
  +votes: Doctrine\ORM\PersistentCollection {#3304 …}
  +reports: Doctrine\ORM\PersistentCollection {#3306 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3308 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3310 …}
  +badges: Doctrine\ORM\PersistentCollection {#3312 …}
  +children: [
    App\Entity\EntryComment {#2364
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2372 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: "Worse than last year. Seems to be a trend that the yield gets worse by the year"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700145694 {#2359
        date: 2023-11-16 15:41:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luk3th3dud3@feddit.de"
        "@LittleTransPunk@lemmy.world"
        "@StalinIsMaiWaifu@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 130369
      -bodyTs: "'get':13 'last':3 'seem':5 'trend':9 'wors':1,14 'year':4,17 'yield':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5851478"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700145694 {#2361
        date: 2023-11-16 15:41:34.0 +01:00
      }
      +"title": 130369
    }
  ]
  -id: 13288
  -titleTs: "'hope':6 'season':2 'warmth':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700152260
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5687046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700065860 {#3281
    date: 2023-11-15 17:31: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
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2372
  +user: Proxies\__CG__\App\Entity\User {#3259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
  +slug: "The-Season-of-Warmth-and-Hope"
  +title: "The Season of Warmth and Hope"
  +url: "https://feddit.de/pictrs/image/d26dcbfe-dc45-47f2-a518-6b08b6edbe73.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 41
  +favouriteCount: 413
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700237467 {#3295
    date: 2023-11-17 17:11:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3302 …}
  +votes: Doctrine\ORM\PersistentCollection {#3304 …}
  +reports: Doctrine\ORM\PersistentCollection {#3306 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3308 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3310 …}
  +badges: Doctrine\ORM\PersistentCollection {#3312 …}
  +children: [
    App\Entity\EntryComment {#2364
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2372 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: "Worse than last year. Seems to be a trend that the yield gets worse by the year"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700145694 {#2359
        date: 2023-11-16 15:41:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luk3th3dud3@feddit.de"
        "@LittleTransPunk@lemmy.world"
        "@StalinIsMaiWaifu@lemmygrad.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 130369
      -bodyTs: "'get':13 'last':3 'seem':5 'trend':9 'wors':1,14 'year':4,17 'yield':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5851478"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700145694 {#2361
        date: 2023-11-16 15:41:34.0 +01:00
      }
      +"title": 130369
    }
  ]
  -id: 13288
  -titleTs: "'hope':6 'season':2 'warmth':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700152260
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5687046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700065860 {#3281
    date: 2023-11-15 17:31: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
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
App\Entity\EntryComment {#2364
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2372
    +user: Proxies\__CG__\App\Entity\User {#3259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
    +slug: "The-Season-of-Warmth-and-Hope"
    +title: "The Season of Warmth and Hope"
    +url: "https://feddit.de/pictrs/image/d26dcbfe-dc45-47f2-a518-6b08b6edbe73.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 41
    +favouriteCount: 413
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700237467 {#3295
      date: 2023-11-17 17:11:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3302 …}
    +votes: Doctrine\ORM\PersistentCollection {#3304 …}
    +reports: Doctrine\ORM\PersistentCollection {#3306 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3308 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3310 …}
    +badges: Doctrine\ORM\PersistentCollection {#3312 …}
    +children: [
      App\Entity\EntryComment {#2364}
    ]
    -id: 13288
    -titleTs: "'hope':6 'season':2 'warmth':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700152260
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5687046"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065860 {#3281
      date: 2023-11-15 17:31:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: "Worse than last year. Seems to be a trend that the yield gets worse by the year"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700145694 {#2359
    date: 2023-11-16 15:41:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luk3th3dud3@feddit.de"
    "@LittleTransPunk@lemmy.world"
    "@StalinIsMaiWaifu@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 130369
  -bodyTs: "'get':13 'last':3 'seem':5 'trend':9 'wors':1,14 'year':4,17 'yield':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5851478"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700145694 {#2361
    date: 2023-11-16 15:41:34.0 +01:00
  }
  +"title": 130369
}
"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
147 DENIED edit
App\Entity\EntryComment {#2364
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2372
    +user: Proxies\__CG__\App\Entity\User {#3259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
    +slug: "The-Season-of-Warmth-and-Hope"
    +title: "The Season of Warmth and Hope"
    +url: "https://feddit.de/pictrs/image/d26dcbfe-dc45-47f2-a518-6b08b6edbe73.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 41
    +favouriteCount: 413
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700237467 {#3295
      date: 2023-11-17 17:11:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3302 …}
    +votes: Doctrine\ORM\PersistentCollection {#3304 …}
    +reports: Doctrine\ORM\PersistentCollection {#3306 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3308 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3310 …}
    +badges: Doctrine\ORM\PersistentCollection {#3312 …}
    +children: [
      App\Entity\EntryComment {#2364}
    ]
    -id: 13288
    -titleTs: "'hope':6 'season':2 'warmth':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700152260
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5687046"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065860 {#3281
      date: 2023-11-15 17:31:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: "Worse than last year. Seems to be a trend that the yield gets worse by the year"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700145694 {#2359
    date: 2023-11-16 15:41:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luk3th3dud3@feddit.de"
    "@LittleTransPunk@lemmy.world"
    "@StalinIsMaiWaifu@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 130369
  -bodyTs: "'get':13 'last':3 'seem':5 'trend':9 'wors':1,14 'year':4,17 'yield':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5851478"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700145694 {#2361
    date: 2023-11-16 15:41:34.0 +01:00
  }
  +"title": 130369
}
"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
148 DENIED moderate
App\Entity\EntryComment {#2364
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2372
    +user: Proxies\__CG__\App\Entity\User {#3259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3149 …}
    +slug: "The-Season-of-Warmth-and-Hope"
    +title: "The Season of Warmth and Hope"
    +url: "https://feddit.de/pictrs/image/d26dcbfe-dc45-47f2-a518-6b08b6edbe73.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 41
    +favouriteCount: 413
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700237467 {#3295
      date: 2023-11-17 17:11:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3302 …}
    +votes: Doctrine\ORM\PersistentCollection {#3304 …}
    +reports: Doctrine\ORM\PersistentCollection {#3306 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3308 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3310 …}
    +badges: Doctrine\ORM\PersistentCollection {#3312 …}
    +children: [
      App\Entity\EntryComment {#2364}
    ]
    -id: 13288
    -titleTs: "'hope':6 'season':2 'warmth':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700152260
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5687046"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700065860 {#3281
      date: 2023-11-15 17:31:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: "Worse than last year. Seems to be a trend that the yield gets worse by the year"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700145694 {#2359
    date: 2023-11-16 15:41:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luk3th3dud3@feddit.de"
    "@LittleTransPunk@lemmy.world"
    "@StalinIsMaiWaifu@lemmygrad.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 130369
  -bodyTs: "'get':13 'last':3 'seem':5 'trend':9 'wors':1,14 'year':4,17 'yield':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5851478"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700145694 {#2361
    date: 2023-11-16 15:41:34.0 +01:00
  }
  +"title": 130369
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1626
  +user: Proxies\__CG__\App\Entity\User {#3223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3261 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "If-linux-distros-were-WW2-tanks-Made-by-a-guy"
  +title: "If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux."
  +url: "https://lemmy.world/pictrs/image/5e1c8d8b-b289-4c5f-9a82-83411b471ee1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 168
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700481303 {#3256
    date: 2023-11-20 12:55:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3263 …}
  +votes: Doctrine\ORM\PersistentCollection {#3265 …}
  +reports: Doctrine\ORM\PersistentCollection {#3267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3269 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3271 …}
  +badges: Doctrine\ORM\PersistentCollection {#3273 …}
  +children: [
    App\Entity\EntryComment {#1628
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1626 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "That’s based off your comment under the arch-buttplug meme isn’t it"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700063017 {#1630
        date: 2023-11-15 16:43:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pharmacokinetics@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 127359
      -bodyTs: "'arch':10 'arch-buttplug':9 'base':3 'buttplug':11 'comment':6 'isn':13 'meme':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5824180"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700063017 {#1629
        date: 2023-11-15 16:43:37.0 +01:00
      }
      +"title": 127359
    }
  ]
  -id: 13217
  -titleTs: "'distro':3 'guy':10 'linux':2,18 'made':7 'play':14 'tank':6 'thunder':16 'tri':12 'war':15 'ww2':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700136501
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8287912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700050101 {#3244
    date: 2023-11-15 13:08:21.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
151 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1626
  +user: Proxies\__CG__\App\Entity\User {#3223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3261 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "If-linux-distros-were-WW2-tanks-Made-by-a-guy"
  +title: "If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux."
  +url: "https://lemmy.world/pictrs/image/5e1c8d8b-b289-4c5f-9a82-83411b471ee1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 168
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700481303 {#3256
    date: 2023-11-20 12:55:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3263 …}
  +votes: Doctrine\ORM\PersistentCollection {#3265 …}
  +reports: Doctrine\ORM\PersistentCollection {#3267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3269 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3271 …}
  +badges: Doctrine\ORM\PersistentCollection {#3273 …}
  +children: [
    App\Entity\EntryComment {#1628
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1626 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "That’s based off your comment under the arch-buttplug meme isn’t it"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700063017 {#1630
        date: 2023-11-15 16:43:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pharmacokinetics@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 127359
      -bodyTs: "'arch':10 'arch-buttplug':9 'base':3 'buttplug':11 'comment':6 'isn':13 'meme':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5824180"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700063017 {#1629
        date: 2023-11-15 16:43:37.0 +01:00
      }
      +"title": 127359
    }
  ]
  -id: 13217
  -titleTs: "'distro':3 'guy':10 'linux':2,18 'made':7 'play':14 'tank':6 'thunder':16 'tri':12 'war':15 'ww2':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700136501
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8287912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700050101 {#3244
    date: 2023-11-15 13:08:21.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
152 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1626
  +user: Proxies\__CG__\App\Entity\User {#3223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#3261 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "If-linux-distros-were-WW2-tanks-Made-by-a-guy"
  +title: "If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux."
  +url: "https://lemmy.world/pictrs/image/5e1c8d8b-b289-4c5f-9a82-83411b471ee1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 168
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700481303 {#3256
    date: 2023-11-20 12:55:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3263 …}
  +votes: Doctrine\ORM\PersistentCollection {#3265 …}
  +reports: Doctrine\ORM\PersistentCollection {#3267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3269 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3271 …}
  +badges: Doctrine\ORM\PersistentCollection {#3273 …}
  +children: [
    App\Entity\EntryComment {#1628
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1626 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: "That’s based off your comment under the arch-buttplug meme isn’t it"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700063017 {#1630
        date: 2023-11-15 16:43:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pharmacokinetics@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 127359
      -bodyTs: "'arch':10 'arch-buttplug':9 'base':3 'buttplug':11 'comment':6 'isn':13 'meme':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5824180"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700063017 {#1629
        date: 2023-11-15 16:43:37.0 +01:00
      }
      +"title": 127359
    }
  ]
  -id: 13217
  -titleTs: "'distro':3 'guy':10 'linux':2,18 'made':7 'play':14 'tank':6 'thunder':16 'tri':12 'war':15 'ww2':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700136501
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8287912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700050101 {#3244
    date: 2023-11-15 13:08:21.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
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
App\Entity\EntryComment {#1628
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1626
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3261 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "If-linux-distros-were-WW2-tanks-Made-by-a-guy"
    +title: "If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux."
    +url: "https://lemmy.world/pictrs/image/5e1c8d8b-b289-4c5f-9a82-83411b471ee1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700481303 {#3256
      date: 2023-11-20 12:55:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3263 …}
    +votes: Doctrine\ORM\PersistentCollection {#3265 …}
    +reports: Doctrine\ORM\PersistentCollection {#3267 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3269 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3271 …}
    +badges: Doctrine\ORM\PersistentCollection {#3273 …}
    +children: [
      App\Entity\EntryComment {#1628}
    ]
    -id: 13217
    -titleTs: "'distro':3 'guy':10 'linux':2,18 'made':7 'play':14 'tank':6 'thunder':16 'tri':12 'war':15 'ww2':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700136501
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8287912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700050101 {#3244
      date: 2023-11-15 13:08:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "That’s based off your comment under the arch-buttplug meme isn’t it"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700063017 {#1630
    date: 2023-11-15 16:43:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pharmacokinetics@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 127359
  -bodyTs: "'arch':10 'arch-buttplug':9 'base':3 'buttplug':11 'comment':6 'isn':13 'meme':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5824180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700063017 {#1629
    date: 2023-11-15 16:43:37.0 +01:00
  }
  +"title": 127359
}
"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
155 DENIED edit
App\Entity\EntryComment {#1628
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1626
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3261 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "If-linux-distros-were-WW2-tanks-Made-by-a-guy"
    +title: "If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux."
    +url: "https://lemmy.world/pictrs/image/5e1c8d8b-b289-4c5f-9a82-83411b471ee1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700481303 {#3256
      date: 2023-11-20 12:55:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3263 …}
    +votes: Doctrine\ORM\PersistentCollection {#3265 …}
    +reports: Doctrine\ORM\PersistentCollection {#3267 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3269 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3271 …}
    +badges: Doctrine\ORM\PersistentCollection {#3273 …}
    +children: [
      App\Entity\EntryComment {#1628}
    ]
    -id: 13217
    -titleTs: "'distro':3 'guy':10 'linux':2,18 'made':7 'play':14 'tank':6 'thunder':16 'tri':12 'war':15 'ww2':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700136501
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8287912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700050101 {#3244
      date: 2023-11-15 13:08:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "That’s based off your comment under the arch-buttplug meme isn’t it"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700063017 {#1630
    date: 2023-11-15 16:43:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pharmacokinetics@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 127359
  -bodyTs: "'arch':10 'arch-buttplug':9 'base':3 'buttplug':11 'comment':6 'isn':13 'meme':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5824180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700063017 {#1629
    date: 2023-11-15 16:43:37.0 +01:00
  }
  +"title": 127359
}
"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
156 DENIED moderate
App\Entity\EntryComment {#1628
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1626
    +user: Proxies\__CG__\App\Entity\User {#3223 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#3261 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "If-linux-distros-were-WW2-tanks-Made-by-a-guy"
    +title: "If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux."
    +url: "https://lemmy.world/pictrs/image/5e1c8d8b-b289-4c5f-9a82-83411b471ee1.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700481303 {#3256
      date: 2023-11-20 12:55:03.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3263 …}
    +votes: Doctrine\ORM\PersistentCollection {#3265 …}
    +reports: Doctrine\ORM\PersistentCollection {#3267 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3269 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3271 …}
    +badges: Doctrine\ORM\PersistentCollection {#3273 …}
    +children: [
      App\Entity\EntryComment {#1628}
    ]
    -id: 13217
    -titleTs: "'distro':3 'guy':10 'linux':2,18 'made':7 'play':14 'tank':6 'thunder':16 'tri':12 'war':15 'ww2':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700136501
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8287912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700050101 {#3244
      date: 2023-11-15 13:08:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: "That’s based off your comment under the arch-buttplug meme isn’t it"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700063017 {#1630
    date: 2023-11-15 16:43:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pharmacokinetics@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 127359
  -bodyTs: "'arch':10 'arch-buttplug':9 'base':3 'buttplug':11 'comment':6 'isn':13 'meme':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5824180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700063017 {#1629
    date: 2023-11-15 16:43:37.0 +01:00
  }
  +"title": 127359
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1702
  +user: Proxies\__CG__\App\Entity\User {#2633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3205 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "This-post"
  +title: "This post"
  +url: "https://lemmy.world/pictrs/image/04b5c419-9a4e-4679-8f75-f47ede01614a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 59
  +favouriteCount: 486
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700151267 {#3238
    date: 2023-11-16 17:14:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3243 …}
  +votes: Doctrine\ORM\PersistentCollection {#3246 …}
  +reports: Doctrine\ORM\PersistentCollection {#3248 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3250 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3252 …}
  +badges: Doctrine\ORM\PersistentCollection {#3254 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
      +body: """
        298.15 - 273,5 so its 24.65°C? I’d argue that *is* a lot. But i may just be heat sensitive\n
        \n
        Edit: fixed typo Edit2: fixed *another* typo. I gotta start proof reading *before* sending
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700047617 {#1613
        date: 2023-11-15 12:26:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@velox_vulnus@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1687 …}
      +nested: Doctrine\ORM\PersistentCollection {#1689 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1795 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1711 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
      -id: 126723
      -bodyTs: "'24.65':6 '273':2 '298.15':1 '5':3 'anoth':27 'argu':10 'c':7 'd':9 'edit':22 'edit2':25 'fix':23,26 'gotta':30 'heat':20 'lot':14 'may':17 'proof':32 'read':33 'send':35 'sensit':21 'start':31 'typo':24,28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5819641"
      +editedAt: DateTimeImmutable @1700302347 {#1604
        date: 2023-11-18 11:12:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700047617 {#1596
        date: 2023-11-15 12:26:57.0 +01:00
      }
      +"title": 126723
    }
  ]
  -id: 13202
  -titleTs: "'post':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700132529
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8286049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700046129 {#3226
    date: 2023-11-15 12:02: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
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1702
  +user: Proxies\__CG__\App\Entity\User {#2633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3205 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "This-post"
  +title: "This post"
  +url: "https://lemmy.world/pictrs/image/04b5c419-9a4e-4679-8f75-f47ede01614a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 59
  +favouriteCount: 486
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700151267 {#3238
    date: 2023-11-16 17:14:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3243 …}
  +votes: Doctrine\ORM\PersistentCollection {#3246 …}
  +reports: Doctrine\ORM\PersistentCollection {#3248 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3250 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3252 …}
  +badges: Doctrine\ORM\PersistentCollection {#3254 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
      +body: """
        298.15 - 273,5 so its 24.65°C? I’d argue that *is* a lot. But i may just be heat sensitive\n
        \n
        Edit: fixed typo Edit2: fixed *another* typo. I gotta start proof reading *before* sending
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700047617 {#1613
        date: 2023-11-15 12:26:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@velox_vulnus@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1687 …}
      +nested: Doctrine\ORM\PersistentCollection {#1689 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1795 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1711 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
      -id: 126723
      -bodyTs: "'24.65':6 '273':2 '298.15':1 '5':3 'anoth':27 'argu':10 'c':7 'd':9 'edit':22 'edit2':25 'fix':23,26 'gotta':30 'heat':20 'lot':14 'may':17 'proof':32 'read':33 'send':35 'sensit':21 'start':31 'typo':24,28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5819641"
      +editedAt: DateTimeImmutable @1700302347 {#1604
        date: 2023-11-18 11:12:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700047617 {#1596
        date: 2023-11-15 12:26:57.0 +01:00
      }
      +"title": 126723
    }
  ]
  -id: 13202
  -titleTs: "'post':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700132529
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8286049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700046129 {#3226
    date: 2023-11-15 12:02: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
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1702
  +user: Proxies\__CG__\App\Entity\User {#2633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: Proxies\__CG__\App\Entity\Image {#3205 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
  +slug: "This-post"
  +title: "This post"
  +url: "https://lemmy.world/pictrs/image/04b5c419-9a4e-4679-8f75-f47ede01614a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 59
  +favouriteCount: 486
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700151267 {#3238
    date: 2023-11-16 17:14:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3243 …}
  +votes: Doctrine\ORM\PersistentCollection {#3246 …}
  +reports: Doctrine\ORM\PersistentCollection {#3248 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3250 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3252 …}
  +badges: Doctrine\ORM\PersistentCollection {#3254 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
      +body: """
        298.15 - 273,5 so its 24.65°C? I’d argue that *is* a lot. But i may just be heat sensitive\n
        \n
        Edit: fixed typo Edit2: fixed *another* typo. I gotta start proof reading *before* sending
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700047617 {#1613
        date: 2023-11-15 12:26:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@velox_vulnus@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1687 …}
      +nested: Doctrine\ORM\PersistentCollection {#1689 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1795 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1711 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
      -id: 126723
      -bodyTs: "'24.65':6 '273':2 '298.15':1 '5':3 'anoth':27 'argu':10 'c':7 'd':9 'edit':22 'edit2':25 'fix':23,26 'gotta':30 'heat':20 'lot':14 'may':17 'proof':32 'read':33 'send':35 'sensit':21 'start':31 'typo':24,28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5819641"
      +editedAt: DateTimeImmutable @1700302347 {#1604
        date: 2023-11-18 11:12:27.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700047617 {#1596
        date: 2023-11-15 12:26:57.0 +01:00
      }
      +"title": 126723
    }
  ]
  -id: 13202
  -titleTs: "'post':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700132529
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8286049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700046129 {#3226
    date: 2023-11-15 12:02: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
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
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2633 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "This-post"
    +title: "This post"
    +url: "https://lemmy.world/pictrs/image/04b5c419-9a4e-4679-8f75-f47ede01614a.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 59
    +favouriteCount: 486
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700151267 {#3238
      date: 2023-11-16 17:14:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3243 …}
    +votes: Doctrine\ORM\PersistentCollection {#3246 …}
    +reports: Doctrine\ORM\PersistentCollection {#3248 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3250 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3252 …}
    +badges: Doctrine\ORM\PersistentCollection {#3254 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 13202
    -titleTs: "'post':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700132529
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8286049"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700046129 {#3226
      date: 2023-11-15 12:02:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
  +body: """
    298.15 - 273,5 so its 24.65°C? I’d argue that *is* a lot. But i may just be heat sensitive\n
    \n
    Edit: fixed typo Edit2: fixed *another* typo. I gotta start proof reading *before* sending
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700047617 {#1613
    date: 2023-11-15 12:26:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1687 …}
  +nested: Doctrine\ORM\PersistentCollection {#1689 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1795 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1711 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
  -id: 126723
  -bodyTs: "'24.65':6 '273':2 '298.15':1 '5':3 'anoth':27 'argu':10 'c':7 'd':9 'edit':22 'edit2':25 'fix':23,26 'gotta':30 'heat':20 'lot':14 'may':17 'proof':32 'read':33 'send':35 'sensit':21 'start':31 'typo':24,28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5819641"
  +editedAt: DateTimeImmutable @1700302347 {#1604
    date: 2023-11-18 11:12:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700047617 {#1596
    date: 2023-11-15 12:26:57.0 +01:00
  }
  +"title": 126723
}
"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
163 DENIED edit
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2633 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "This-post"
    +title: "This post"
    +url: "https://lemmy.world/pictrs/image/04b5c419-9a4e-4679-8f75-f47ede01614a.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 59
    +favouriteCount: 486
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700151267 {#3238
      date: 2023-11-16 17:14:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3243 …}
    +votes: Doctrine\ORM\PersistentCollection {#3246 …}
    +reports: Doctrine\ORM\PersistentCollection {#3248 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3250 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3252 …}
    +badges: Doctrine\ORM\PersistentCollection {#3254 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 13202
    -titleTs: "'post':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700132529
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8286049"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700046129 {#3226
      date: 2023-11-15 12:02:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
  +body: """
    298.15 - 273,5 so its 24.65°C? I’d argue that *is* a lot. But i may just be heat sensitive\n
    \n
    Edit: fixed typo Edit2: fixed *another* typo. I gotta start proof reading *before* sending
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700047617 {#1613
    date: 2023-11-15 12:26:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1687 …}
  +nested: Doctrine\ORM\PersistentCollection {#1689 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1795 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1711 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
  -id: 126723
  -bodyTs: "'24.65':6 '273':2 '298.15':1 '5':3 'anoth':27 'argu':10 'c':7 'd':9 'edit':22 'edit2':25 'fix':23,26 'gotta':30 'heat':20 'lot':14 'may':17 'proof':32 'read':33 'send':35 'sensit':21 'start':31 'typo':24,28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5819641"
  +editedAt: DateTimeImmutable @1700302347 {#1604
    date: 2023-11-18 11:12:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700047617 {#1596
    date: 2023-11-15 12:26:57.0 +01:00
  }
  +"title": 126723
}
"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
164 DENIED moderate
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2633 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
    +image: Proxies\__CG__\App\Entity\Image {#3205 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
    +slug: "This-post"
    +title: "This post"
    +url: "https://lemmy.world/pictrs/image/04b5c419-9a4e-4679-8f75-f47ede01614a.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 59
    +favouriteCount: 486
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700151267 {#3238
      date: 2023-11-16 17:14:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3243 …}
    +votes: Doctrine\ORM\PersistentCollection {#3246 …}
    +reports: Doctrine\ORM\PersistentCollection {#3248 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3250 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3252 …}
    +badges: Doctrine\ORM\PersistentCollection {#3254 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 13202
    -titleTs: "'post':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700132529
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8286049"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700046129 {#3226
      date: 2023-11-15 12:02:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1701 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1683 …}
  +body: """
    298.15 - 273,5 so its 24.65°C? I’d argue that *is* a lot. But i may just be heat sensitive\n
    \n
    Edit: fixed typo Edit2: fixed *another* typo. I gotta start proof reading *before* sending
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700047617 {#1613
    date: 2023-11-15 12:26:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@velox_vulnus@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1687 …}
  +nested: Doctrine\ORM\PersistentCollection {#1689 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1795 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1711 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1611 …}
  -id: 126723
  -bodyTs: "'24.65':6 '273':2 '298.15':1 '5':3 'anoth':27 'argu':10 'c':7 'd':9 'edit':22 'edit2':25 'fix':23,26 'gotta':30 'heat':20 'lot':14 'may':17 'proof':32 'read':33 'send':35 'sensit':21 'start':31 'typo':24,28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5819641"
  +editedAt: DateTimeImmutable @1700302347 {#1604
    date: 2023-11-18 11:12:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700047617 {#1596
    date: 2023-11-15 12:26:57.0 +01:00
  }
  +"title": 126723
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2853 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2998 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
  +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 {#2993
    date: 2023-11-24 08:38:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3001 …}
  +votes: Doctrine\ORM\PersistentCollection {#3003 …}
  +reports: Doctrine\ORM\PersistentCollection {#3005 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
  +badges: Doctrine\ORM\PersistentCollection {#3011 …}
  +children: [
    1 => App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700030120 {#1430
        date: 2023-11-15 07:35:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@ThatFembyWho@lemmy.blahaj.zone"
        "@rtxn@lemmy.world"
        "@ChaoticNeutralCzech@feddit.de"
        "@GreenMario@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 126270
      -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5815678"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700030120 {#1429
        date: 2023-11-15 07:35:20.0 +01:00
      }
      +"title": 126270
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
      +body: "Gotta commit some cahnges to this repo"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700036568 {#1584
        date: 2023-11-15 09:22:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@redcalcium@lemmy.institute"
        "@Zaphod@discuss.tchncs.de"
        "@quantenzitrone@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1563 …}
      +votes: Doctrine\ORM\PersistentCollection {#1565 …}
      +reports: Doctrine\ORM\PersistentCollection {#1558 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 126408
      -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5817257"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700036568 {#1548
        date: 2023-11-15 09:22:48.0 +01:00
      }
      +"title": 126408
    }
  ]
  -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 {#2959
    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
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2853 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2998 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
  +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 {#2993
    date: 2023-11-24 08:38:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3001 …}
  +votes: Doctrine\ORM\PersistentCollection {#3003 …}
  +reports: Doctrine\ORM\PersistentCollection {#3005 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
  +badges: Doctrine\ORM\PersistentCollection {#3011 …}
  +children: [
    1 => App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700030120 {#1430
        date: 2023-11-15 07:35:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@ThatFembyWho@lemmy.blahaj.zone"
        "@rtxn@lemmy.world"
        "@ChaoticNeutralCzech@feddit.de"
        "@GreenMario@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 126270
      -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5815678"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700030120 {#1429
        date: 2023-11-15 07:35:20.0 +01:00
      }
      +"title": 126270
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
      +body: "Gotta commit some cahnges to this repo"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700036568 {#1584
        date: 2023-11-15 09:22:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@redcalcium@lemmy.institute"
        "@Zaphod@discuss.tchncs.de"
        "@quantenzitrone@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1563 …}
      +votes: Doctrine\ORM\PersistentCollection {#1565 …}
      +reports: Doctrine\ORM\PersistentCollection {#1558 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 126408
      -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5817257"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700036568 {#1548
        date: 2023-11-15 09:22:48.0 +01:00
      }
      +"title": 126408
    }
  ]
  -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 {#2959
    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
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1578
  +user: Proxies\__CG__\App\Entity\User {#2853 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: Proxies\__CG__\App\Entity\Image {#2998 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
  +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 {#2993
    date: 2023-11-24 08:38:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3001 …}
  +votes: Doctrine\ORM\PersistentCollection {#3003 …}
  +reports: Doctrine\ORM\PersistentCollection {#3005 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
  +badges: Doctrine\ORM\PersistentCollection {#3011 …}
  +children: [
    1 => App\Entity\EntryComment {#1595
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700030120 {#1430
        date: 2023-11-15 07:35:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@ThatFembyWho@lemmy.blahaj.zone"
        "@rtxn@lemmy.world"
        "@ChaoticNeutralCzech@feddit.de"
        "@GreenMario@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 126270
      -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5815678"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700030120 {#1429
        date: 2023-11-15 07:35:20.0 +01:00
      }
      +"title": 126270
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
      +body: "Gotta commit some cahnges to this repo"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700036568 {#1584
        date: 2023-11-15 09:22:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_cnt0@sh.itjust.works"
        "@redcalcium@lemmy.institute"
        "@Zaphod@discuss.tchncs.de"
        "@quantenzitrone@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1563 …}
      +votes: Doctrine\ORM\PersistentCollection {#1565 …}
      +reports: Doctrine\ORM\PersistentCollection {#1558 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 126408
      -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5817257"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700036568 {#1548
        date: 2023-11-15 09:22:48.0 +01:00
      }
      +"title": 126408
    }
  ]
  -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 {#2959
    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
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
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2853 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2998 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +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 {#2993
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1595}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
        +body: "Gotta commit some cahnges to this repo"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700036568 {#1584
          date: 2023-11-15 09:22:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@_cnt0@sh.itjust.works"
          "@redcalcium@lemmy.institute"
          "@Zaphod@discuss.tchncs.de"
          "@quantenzitrone@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1563 …}
        +votes: Doctrine\ORM\PersistentCollection {#1565 …}
        +reports: Doctrine\ORM\PersistentCollection {#1558 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 126408
        -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5817257"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700036568 {#1548
          date: 2023-11-15 09:22:48.0 +01:00
        }
        +"title": 126408
      }
    ]
    -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 {#2959
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700030120 {#1430
    date: 2023-11-15 07:35:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@ThatFembyWho@lemmy.blahaj.zone"
    "@rtxn@lemmy.world"
    "@ChaoticNeutralCzech@feddit.de"
    "@GreenMario@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 126270
  -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5815678"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700030120 {#1429
    date: 2023-11-15 07:35:20.0 +01:00
  }
  +"title": 126270
}
"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
171 DENIED edit
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2853 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2998 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +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 {#2993
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1595}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
        +body: "Gotta commit some cahnges to this repo"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700036568 {#1584
          date: 2023-11-15 09:22:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@_cnt0@sh.itjust.works"
          "@redcalcium@lemmy.institute"
          "@Zaphod@discuss.tchncs.de"
          "@quantenzitrone@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1563 …}
        +votes: Doctrine\ORM\PersistentCollection {#1565 …}
        +reports: Doctrine\ORM\PersistentCollection {#1558 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 126408
        -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5817257"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700036568 {#1548
          date: 2023-11-15 09:22:48.0 +01:00
        }
        +"title": 126408
      }
    ]
    -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 {#2959
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700030120 {#1430
    date: 2023-11-15 07:35:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@ThatFembyWho@lemmy.blahaj.zone"
    "@rtxn@lemmy.world"
    "@ChaoticNeutralCzech@feddit.de"
    "@GreenMario@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 126270
  -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5815678"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700030120 {#1429
    date: 2023-11-15 07:35:20.0 +01:00
  }
  +"title": 126270
}
"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
172 DENIED moderate
App\Entity\EntryComment {#1595
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2853 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2998 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +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 {#2993
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1595}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
        +body: "Gotta commit some cahnges to this repo"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700036568 {#1584
          date: 2023-11-15 09:22:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@_cnt0@sh.itjust.works"
          "@redcalcium@lemmy.institute"
          "@Zaphod@discuss.tchncs.de"
          "@quantenzitrone@feddit.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1567 …}
        +nested: Doctrine\ORM\PersistentCollection {#1563 …}
        +votes: Doctrine\ORM\PersistentCollection {#1565 …}
        +reports: Doctrine\ORM\PersistentCollection {#1558 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 126408
        -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5817257"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700036568 {#1548
          date: 2023-11-15 09:22:48.0 +01:00
        }
        +"title": 126408
      }
    ]
    -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 {#2959
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700030120 {#1430
    date: 2023-11-15 07:35:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@ThatFembyWho@lemmy.blahaj.zone"
    "@rtxn@lemmy.world"
    "@ChaoticNeutralCzech@feddit.de"
    "@GreenMario@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 126270
  -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5815678"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700030120 {#1429
    date: 2023-11-15 07:35:20.0 +01:00
  }
  +"title": 126270
}
"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
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 {#1564
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2853 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2998 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +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 {#2993
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1595
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700030120 {#1430
          date: 2023-11-15 07:35:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@_cnt0@sh.itjust.works"
          "@ThatFembyWho@lemmy.blahaj.zone"
          "@rtxn@lemmy.world"
          "@ChaoticNeutralCzech@feddit.de"
          "@GreenMario@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1679 …}
        +nested: Doctrine\ORM\PersistentCollection {#1668 …}
        +votes: Doctrine\ORM\PersistentCollection {#1666 …}
        +reports: Doctrine\ORM\PersistentCollection {#1669 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
        -id: 126270
        -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5815678"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700030120 {#1429
          date: 2023-11-15 07:35:20.0 +01:00
        }
        +"title": 126270
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -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 {#2959
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
  +body: "Gotta commit some cahnges to this repo"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700036568 {#1584
    date: 2023-11-15 09:22:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@redcalcium@lemmy.institute"
    "@Zaphod@discuss.tchncs.de"
    "@quantenzitrone@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 126408
  -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5817257"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700036568 {#1548
    date: 2023-11-15 09:22:48.0 +01:00
  }
  +"title": 126408
}
"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 {#1564
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2853 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2998 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +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 {#2993
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1595
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700030120 {#1430
          date: 2023-11-15 07:35:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@_cnt0@sh.itjust.works"
          "@ThatFembyWho@lemmy.blahaj.zone"
          "@rtxn@lemmy.world"
          "@ChaoticNeutralCzech@feddit.de"
          "@GreenMario@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1679 …}
        +nested: Doctrine\ORM\PersistentCollection {#1668 …}
        +votes: Doctrine\ORM\PersistentCollection {#1666 …}
        +reports: Doctrine\ORM\PersistentCollection {#1669 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
        -id: 126270
        -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5815678"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700030120 {#1429
          date: 2023-11-15 07:35:20.0 +01:00
        }
        +"title": 126270
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -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 {#2959
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
  +body: "Gotta commit some cahnges to this repo"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700036568 {#1584
    date: 2023-11-15 09:22:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@redcalcium@lemmy.institute"
    "@Zaphod@discuss.tchncs.de"
    "@quantenzitrone@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 126408
  -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5817257"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700036568 {#1548
    date: 2023-11-15 09:22:48.0 +01:00
  }
  +"title": 126408
}
"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 {#1564
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#2853 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: Proxies\__CG__\App\Entity\Image {#2998 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3000 …}
    +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 {#2993
      date: 2023-11-24 08:38:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1595
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +body: "I think they implemented it just because they could. The developers of ultrakill are… Eccentric to say the least"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700030120 {#1430
          date: 2023-11-15 07:35:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@_cnt0@sh.itjust.works"
          "@ThatFembyWho@lemmy.blahaj.zone"
          "@rtxn@lemmy.world"
          "@ChaoticNeutralCzech@feddit.de"
          "@GreenMario@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1679 …}
        +nested: Doctrine\ORM\PersistentCollection {#1668 …}
        +votes: Doctrine\ORM\PersistentCollection {#1666 …}
        +reports: Doctrine\ORM\PersistentCollection {#1669 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
        -id: 126270
        -bodyTs: "'could':9 'develop':11 'eccentr':15 'implement':4 'least':19 'say':17 'think':2 'ultrakil':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5815678"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700030120 {#1429
          date: 2023-11-15 07:35:20.0 +01:00
        }
        +"title": 126270
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -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 {#2959
      date: 2023-11-14 14:50:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1559 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1525 …}
  +body: "Gotta commit some cahnges to this repo"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700036568 {#1584
    date: 2023-11-15 09:22:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_cnt0@sh.itjust.works"
    "@redcalcium@lemmy.institute"
    "@Zaphod@discuss.tchncs.de"
    "@quantenzitrone@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1563 …}
  +votes: Doctrine\ORM\PersistentCollection {#1565 …}
  +reports: Doctrine\ORM\PersistentCollection {#1558 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1557 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 126408
  -bodyTs: "'cahng':4 'commit':2 'gotta':1 'repo':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5817257"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700036568 {#1548
    date: 2023-11-15 09:22:48.0 +01:00
  }
  +"title": 126408
}
"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_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
178 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