GET https://kbin.spritesserver.nl/u/@gregorum@lemm.ee/newest/1y?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 …}
}
10.55 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.07 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 {#2199
  +user: Proxies\__CG__\App\Entity\User {#2530 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: Proxies\__CG__\App\Entity\Image {#2613 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
  +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
  +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
  +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
  +body: """
    The full description of the bug is in the linked issue above, but the short version is:\n
    \n
    Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
    \n
    This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
    \n
    Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
    \n
    If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
    \n
    Many thanks to @Nothing4u for finding this one.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728337702 {#2226
    date: 2024-10-07 23:48:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Nothing4u"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2634 …}
  +votes: Doctrine\ORM\PersistentCollection {#2632 …}
  +reports: Doctrine\ORM\PersistentCollection {#2629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
  +badges: Doctrine\ORM\PersistentCollection {#2676 …}
  +children: [
    1 => App\Entity\EntryComment {#2196
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +body: "why haven’t they upgraded yet?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706112044 {#2219
        date: 2024-01-24 17:00:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Nothing4u"
        "@dessalines@lemmy.ml"
        "@Blaze@discuss.online"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2193 …}
      +nested: Doctrine\ORM\PersistentCollection {#2205 …}
      +votes: Doctrine\ORM\PersistentCollection {#2202 …}
      +reports: Doctrine\ORM\PersistentCollection {#2210 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
      -id: 336944
      -bodyTs: "'haven':2 'upgrad':5 'yet':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8607739"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706112044 {#2217
        date: 2024-01-24 17:00:44.0 +01:00
      }
      +"title": 336944
    }
    0 => App\Entity\EntryComment {#2211
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +body: "oy. ok"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706113068 {#2204
        date: 2024-01-24 17:17:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Nothing4u"
        "@dessalines@lemmy.ml"
        "@Blaze@discuss.online"
        "@gregorum@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2266 …}
      +nested: Doctrine\ORM\PersistentCollection {#2268 …}
      +votes: Doctrine\ORM\PersistentCollection {#2273 …}
      +reports: Doctrine\ORM\PersistentCollection {#2274 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
      -id: 336983
      -bodyTs: "'ok':2 'oy':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8608170"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706113068 {#2200
        date: 2024-01-24 17:17:48.0 +01:00
      }
      +"title": 336983
    }
  ]
  -id: 32805
  -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
  -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706188402
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10980384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110902 {#2586
    date: 2024-01-24 16:41:42.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 {#2199
  +user: Proxies\__CG__\App\Entity\User {#2530 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: Proxies\__CG__\App\Entity\Image {#2613 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
  +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
  +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
  +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
  +body: """
    The full description of the bug is in the linked issue above, but the short version is:\n
    \n
    Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
    \n
    This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
    \n
    Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
    \n
    If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
    \n
    Many thanks to @Nothing4u for finding this one.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728337702 {#2226
    date: 2024-10-07 23:48:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Nothing4u"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2634 …}
  +votes: Doctrine\ORM\PersistentCollection {#2632 …}
  +reports: Doctrine\ORM\PersistentCollection {#2629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
  +badges: Doctrine\ORM\PersistentCollection {#2676 …}
  +children: [
    1 => App\Entity\EntryComment {#2196
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +body: "why haven’t they upgraded yet?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706112044 {#2219
        date: 2024-01-24 17:00:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Nothing4u"
        "@dessalines@lemmy.ml"
        "@Blaze@discuss.online"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2193 …}
      +nested: Doctrine\ORM\PersistentCollection {#2205 …}
      +votes: Doctrine\ORM\PersistentCollection {#2202 …}
      +reports: Doctrine\ORM\PersistentCollection {#2210 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
      -id: 336944
      -bodyTs: "'haven':2 'upgrad':5 'yet':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8607739"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706112044 {#2217
        date: 2024-01-24 17:00:44.0 +01:00
      }
      +"title": 336944
    }
    0 => App\Entity\EntryComment {#2211
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +body: "oy. ok"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706113068 {#2204
        date: 2024-01-24 17:17:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Nothing4u"
        "@dessalines@lemmy.ml"
        "@Blaze@discuss.online"
        "@gregorum@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2266 …}
      +nested: Doctrine\ORM\PersistentCollection {#2268 …}
      +votes: Doctrine\ORM\PersistentCollection {#2273 …}
      +reports: Doctrine\ORM\PersistentCollection {#2274 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
      -id: 336983
      -bodyTs: "'ok':2 'oy':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8608170"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706113068 {#2200
        date: 2024-01-24 17:17:48.0 +01:00
      }
      +"title": 336983
    }
  ]
  -id: 32805
  -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
  -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706188402
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10980384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110902 {#2586
    date: 2024-01-24 16:41:42.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 {#2199
  +user: Proxies\__CG__\App\Entity\User {#2530 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: Proxies\__CG__\App\Entity\Image {#2613 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
  +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
  +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
  +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
  +body: """
    The full description of the bug is in the linked issue above, but the short version is:\n
    \n
    Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
    \n
    This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
    \n
    Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
    \n
    If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
    \n
    Many thanks to @Nothing4u for finding this one.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728337702 {#2226
    date: 2024-10-07 23:48:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Nothing4u"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2634 …}
  +votes: Doctrine\ORM\PersistentCollection {#2632 …}
  +reports: Doctrine\ORM\PersistentCollection {#2629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
  +badges: Doctrine\ORM\PersistentCollection {#2676 …}
  +children: [
    1 => App\Entity\EntryComment {#2196
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +body: "why haven’t they upgraded yet?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706112044 {#2219
        date: 2024-01-24 17:00:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Nothing4u"
        "@dessalines@lemmy.ml"
        "@Blaze@discuss.online"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2193 …}
      +nested: Doctrine\ORM\PersistentCollection {#2205 …}
      +votes: Doctrine\ORM\PersistentCollection {#2202 …}
      +reports: Doctrine\ORM\PersistentCollection {#2210 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
      -id: 336944
      -bodyTs: "'haven':2 'upgrad':5 'yet':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8607739"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706112044 {#2217
        date: 2024-01-24 17:00:44.0 +01:00
      }
      +"title": 336944
    }
    0 => App\Entity\EntryComment {#2211
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
      +body: "oy. ok"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706113068 {#2204
        date: 2024-01-24 17:17:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Nothing4u"
        "@dessalines@lemmy.ml"
        "@Blaze@discuss.online"
        "@gregorum@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2266 …}
      +nested: Doctrine\ORM\PersistentCollection {#2268 …}
      +votes: Doctrine\ORM\PersistentCollection {#2273 …}
      +reports: Doctrine\ORM\PersistentCollection {#2274 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
      -id: 336983
      -bodyTs: "'ok':2 'oy':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8608170"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706113068 {#2200
        date: 2024-01-24 17:17:48.0 +01:00
      }
      +"title": 336983
    }
  ]
  -id: 32805
  -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
  -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706188402
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10980384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110902 {#2586
    date: 2024-01-24 16:41:42.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 {#2196
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
    +image: Proxies\__CG__\App\Entity\Image {#2613 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
    +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
    +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
    +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
    +body: """
      The full description of the bug is in the linked issue above, but the short version is:\n
      \n
      Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
      \n
      This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
      \n
      Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
      \n
      If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
      \n
      Many thanks to @Nothing4u for finding this one.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337702 {#2226
      date: 2024-10-07 23:48:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@Nothing4u"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2634 …}
    +votes: Doctrine\ORM\PersistentCollection {#2632 …}
    +reports: Doctrine\ORM\PersistentCollection {#2629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
    +badges: Doctrine\ORM\PersistentCollection {#2676 …}
    +children: [
      1 => App\Entity\EntryComment {#2196}
      0 => App\Entity\EntryComment {#2211
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +body: "oy. ok"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706113068 {#2204
          date: 2024-01-24 17:17:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Nothing4u"
          "@dessalines@lemmy.ml"
          "@Blaze@discuss.online"
          "@gregorum@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2266 …}
        +nested: Doctrine\ORM\PersistentCollection {#2268 …}
        +votes: Doctrine\ORM\PersistentCollection {#2273 …}
        +reports: Doctrine\ORM\PersistentCollection {#2274 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
        -id: 336983
        -bodyTs: "'ok':2 'oy':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8608170"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706113068 {#2200
          date: 2024-01-24 17:17:48.0 +01:00
        }
        +"title": 336983
      }
    ]
    -id: 32805
    -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
    -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706188402
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10980384"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706110902 {#2586
      date: 2024-01-24 16:41:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +body: "why haven’t they upgraded yet?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706112044 {#2219
    date: 2024-01-24 17:00:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Nothing4u"
    "@dessalines@lemmy.ml"
    "@Blaze@discuss.online"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2193 …}
  +nested: Doctrine\ORM\PersistentCollection {#2205 …}
  +votes: Doctrine\ORM\PersistentCollection {#2202 …}
  +reports: Doctrine\ORM\PersistentCollection {#2210 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
  -id: 336944
  -bodyTs: "'haven':2 'upgrad':5 'yet':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8607739"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706112044 {#2217
    date: 2024-01-24 17:00:44.0 +01:00
  }
  +"title": 336944
}
"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 {#2196
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
    +image: Proxies\__CG__\App\Entity\Image {#2613 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
    +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
    +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
    +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
    +body: """
      The full description of the bug is in the linked issue above, but the short version is:\n
      \n
      Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
      \n
      This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
      \n
      Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
      \n
      If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
      \n
      Many thanks to @Nothing4u for finding this one.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337702 {#2226
      date: 2024-10-07 23:48:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@Nothing4u"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2634 …}
    +votes: Doctrine\ORM\PersistentCollection {#2632 …}
    +reports: Doctrine\ORM\PersistentCollection {#2629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
    +badges: Doctrine\ORM\PersistentCollection {#2676 …}
    +children: [
      1 => App\Entity\EntryComment {#2196}
      0 => App\Entity\EntryComment {#2211
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +body: "oy. ok"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706113068 {#2204
          date: 2024-01-24 17:17:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Nothing4u"
          "@dessalines@lemmy.ml"
          "@Blaze@discuss.online"
          "@gregorum@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2266 …}
        +nested: Doctrine\ORM\PersistentCollection {#2268 …}
        +votes: Doctrine\ORM\PersistentCollection {#2273 …}
        +reports: Doctrine\ORM\PersistentCollection {#2274 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
        -id: 336983
        -bodyTs: "'ok':2 'oy':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8608170"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706113068 {#2200
          date: 2024-01-24 17:17:48.0 +01:00
        }
        +"title": 336983
      }
    ]
    -id: 32805
    -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
    -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706188402
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10980384"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706110902 {#2586
      date: 2024-01-24 16:41:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +body: "why haven’t they upgraded yet?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706112044 {#2219
    date: 2024-01-24 17:00:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Nothing4u"
    "@dessalines@lemmy.ml"
    "@Blaze@discuss.online"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2193 …}
  +nested: Doctrine\ORM\PersistentCollection {#2205 …}
  +votes: Doctrine\ORM\PersistentCollection {#2202 …}
  +reports: Doctrine\ORM\PersistentCollection {#2210 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
  -id: 336944
  -bodyTs: "'haven':2 'upgrad':5 'yet':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8607739"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706112044 {#2217
    date: 2024-01-24 17:00:44.0 +01:00
  }
  +"title": 336944
}
"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 {#2196
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
    +image: Proxies\__CG__\App\Entity\Image {#2613 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
    +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
    +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
    +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
    +body: """
      The full description of the bug is in the linked issue above, but the short version is:\n
      \n
      Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
      \n
      This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
      \n
      Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
      \n
      If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
      \n
      Many thanks to @Nothing4u for finding this one.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337702 {#2226
      date: 2024-10-07 23:48:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@Nothing4u"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2634 …}
    +votes: Doctrine\ORM\PersistentCollection {#2632 …}
    +reports: Doctrine\ORM\PersistentCollection {#2629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
    +badges: Doctrine\ORM\PersistentCollection {#2676 …}
    +children: [
      1 => App\Entity\EntryComment {#2196}
      0 => App\Entity\EntryComment {#2211
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +body: "oy. ok"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706113068 {#2204
          date: 2024-01-24 17:17:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Nothing4u"
          "@dessalines@lemmy.ml"
          "@Blaze@discuss.online"
          "@gregorum@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2266 …}
        +nested: Doctrine\ORM\PersistentCollection {#2268 …}
        +votes: Doctrine\ORM\PersistentCollection {#2273 …}
        +reports: Doctrine\ORM\PersistentCollection {#2274 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
        -id: 336983
        -bodyTs: "'ok':2 'oy':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8608170"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706113068 {#2200
          date: 2024-01-24 17:17:48.0 +01:00
        }
        +"title": 336983
      }
    ]
    -id: 32805
    -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
    -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706188402
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10980384"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706110902 {#2586
      date: 2024-01-24 16:41:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +body: "why haven’t they upgraded yet?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706112044 {#2219
    date: 2024-01-24 17:00:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Nothing4u"
    "@dessalines@lemmy.ml"
    "@Blaze@discuss.online"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2193 …}
  +nested: Doctrine\ORM\PersistentCollection {#2205 …}
  +votes: Doctrine\ORM\PersistentCollection {#2202 …}
  +reports: Doctrine\ORM\PersistentCollection {#2210 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
  -id: 336944
  -bodyTs: "'haven':2 'upgrad':5 'yet':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8607739"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706112044 {#2217
    date: 2024-01-24 17:00:44.0 +01:00
  }
  +"title": 336944
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#2211
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
    +image: Proxies\__CG__\App\Entity\Image {#2613 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
    +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
    +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
    +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
    +body: """
      The full description of the bug is in the linked issue above, but the short version is:\n
      \n
      Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
      \n
      This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
      \n
      Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
      \n
      If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
      \n
      Many thanks to @Nothing4u for finding this one.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337702 {#2226
      date: 2024-10-07 23:48:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@Nothing4u"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2634 …}
    +votes: Doctrine\ORM\PersistentCollection {#2632 …}
    +reports: Doctrine\ORM\PersistentCollection {#2629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
    +badges: Doctrine\ORM\PersistentCollection {#2676 …}
    +children: [
      1 => App\Entity\EntryComment {#2196
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +body: "why haven’t they upgraded yet?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706112044 {#2219
          date: 2024-01-24 17:00:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Nothing4u"
          "@dessalines@lemmy.ml"
          "@Blaze@discuss.online"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2193 …}
        +nested: Doctrine\ORM\PersistentCollection {#2205 …}
        +votes: Doctrine\ORM\PersistentCollection {#2202 …}
        +reports: Doctrine\ORM\PersistentCollection {#2210 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
        -id: 336944
        -bodyTs: "'haven':2 'upgrad':5 'yet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8607739"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706112044 {#2217
          date: 2024-01-24 17:00:44.0 +01:00
        }
        +"title": 336944
      }
      0 => App\Entity\EntryComment {#2211}
    ]
    -id: 32805
    -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
    -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706188402
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10980384"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706110902 {#2586
      date: 2024-01-24 16:41:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +body: "oy. ok"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706113068 {#2204
    date: 2024-01-24 17:17:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Nothing4u"
    "@dessalines@lemmy.ml"
    "@Blaze@discuss.online"
    "@gregorum@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 336983
  -bodyTs: "'ok':2 'oy':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8608170"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706113068 {#2200
    date: 2024-01-24 17:17:48.0 +01:00
  }
  +"title": 336983
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2211
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
    +image: Proxies\__CG__\App\Entity\Image {#2613 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
    +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
    +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
    +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
    +body: """
      The full description of the bug is in the linked issue above, but the short version is:\n
      \n
      Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
      \n
      This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
      \n
      Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
      \n
      If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
      \n
      Many thanks to @Nothing4u for finding this one.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337702 {#2226
      date: 2024-10-07 23:48:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@Nothing4u"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2634 …}
    +votes: Doctrine\ORM\PersistentCollection {#2632 …}
    +reports: Doctrine\ORM\PersistentCollection {#2629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
    +badges: Doctrine\ORM\PersistentCollection {#2676 …}
    +children: [
      1 => App\Entity\EntryComment {#2196
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +body: "why haven’t they upgraded yet?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706112044 {#2219
          date: 2024-01-24 17:00:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Nothing4u"
          "@dessalines@lemmy.ml"
          "@Blaze@discuss.online"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2193 …}
        +nested: Doctrine\ORM\PersistentCollection {#2205 …}
        +votes: Doctrine\ORM\PersistentCollection {#2202 …}
        +reports: Doctrine\ORM\PersistentCollection {#2210 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
        -id: 336944
        -bodyTs: "'haven':2 'upgrad':5 'yet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8607739"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706112044 {#2217
          date: 2024-01-24 17:00:44.0 +01:00
        }
        +"title": 336944
      }
      0 => App\Entity\EntryComment {#2211}
    ]
    -id: 32805
    -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
    -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706188402
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10980384"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706110902 {#2586
      date: 2024-01-24 16:41:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +body: "oy. ok"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706113068 {#2204
    date: 2024-01-24 17:17:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Nothing4u"
    "@dessalines@lemmy.ml"
    "@Blaze@discuss.online"
    "@gregorum@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 336983
  -bodyTs: "'ok':2 'oy':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8608170"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706113068 {#2200
    date: 2024-01-24 17:17:48.0 +01:00
  }
  +"title": 336983
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2211
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2199
    +user: Proxies\__CG__\App\Entity\User {#2530 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
    +image: Proxies\__CG__\App\Entity\Image {#2613 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2635 …}
    +slug: "Lemmy-Security-Advisory-for-Versions-0-19-1-Private-message-details-leak"
    +title: "Lemmy Security Advisory for Versions < `0.19.1`: Private message details leak."
    +url: "https://github.com/LemmyNet/lemmy/security/advisories/GHSA-r64r-5h43-26qv"
    +body: """
      The full description of the bug is in the linked issue above, but the short version is:\n
      \n
      Our `CreatePrivateMessageReport` endpoint had a bug that would allow anyone, not just the recipient, to create a report, and then receive the details about private messages.\n
      \n
      This allowed anyone to iterate over ids, creating thousands of reports in order to receive details about private messages.\n
      \n
      Since those reports are visible to admins, it would be easy to discover if someone was abusing this, and luckily we haven’t heard of anyone doing so on production instances (so far).\n
      \n
      If you haven’t, please be sure to upgrade to at least `0.19.1` for the fix.\n
      \n
      Many thanks to @Nothing4u for finding this one.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337702 {#2226
      date: 2024-10-07 23:48:22.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@Nothing4u"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2634 …}
    +votes: Doctrine\ORM\PersistentCollection {#2632 …}
    +reports: Doctrine\ORM\PersistentCollection {#2629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2663 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2659 …}
    +badges: Doctrine\ORM\PersistentCollection {#2676 …}
    +children: [
      1 => App\Entity\EntryComment {#2196
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2199 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
        +body: "why haven’t they upgraded yet?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706112044 {#2219
          date: 2024-01-24 17:00:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Nothing4u"
          "@dessalines@lemmy.ml"
          "@Blaze@discuss.online"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2193 …}
        +nested: Doctrine\ORM\PersistentCollection {#2205 …}
        +votes: Doctrine\ORM\PersistentCollection {#2202 …}
        +reports: Doctrine\ORM\PersistentCollection {#2210 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2207 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2208 …}
        -id: 336944
        -bodyTs: "'haven':2 'upgrad':5 'yet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8607739"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706112044 {#2217
          date: 2024-01-24 17:00:44.0 +01:00
        }
        +"title": 336944
      }
      0 => App\Entity\EntryComment {#2211}
    ]
    -id: 32805
    -titleTs: "'0.19.1':6 'advisori':3 'detail':9 'leak':10 'lemmi':1 'messag':8 'privat':7 'secur':2 'version':5"
    -bodyTs: "'0.19.1':108 'abus':79 'admin':69 'allow':26,45 'anyon':27,46,88 'bug':6,23 'creat':33,51 'createprivatemessagereport':19 'descript':3 'detail':40,59 'discov':75 'easi':73 'endpoint':20 'far':95 'find':117 'fix':111 'full':2 'haven':84,98 'heard':86 'id':50 'instanc':93 'issu':11 'iter':48 'least':107 'link':10 'luckili':82 'mani':112 'messag':43,62 'nothing4u':115 'one':119 'order':56 'pleas':100 'privat':42,61 'product':92 'receiv':38,58 'recipi':31 'report':35,54,65 'short':15 'sinc':63 'someon':77 'sure':102 'thank':113 'thousand':52 'upgrad':104 'version':16 'visibl':67 'would':25,71"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706188402
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10980384"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706110902 {#2586
      date: 2024-01-24 16:41:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2194 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2195 …}
  +body: "oy. ok"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706113068 {#2204
    date: 2024-01-24 17:17:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Nothing4u"
    "@dessalines@lemmy.ml"
    "@Blaze@discuss.online"
    "@gregorum@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2266 …}
  +nested: Doctrine\ORM\PersistentCollection {#2268 …}
  +votes: Doctrine\ORM\PersistentCollection {#2273 …}
  +reports: Doctrine\ORM\PersistentCollection {#2274 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2190 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2265 …}
  -id: 336983
  -bodyTs: "'ok':2 'oy':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8608170"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706113068 {#2200
    date: 2024-01-24 17:17:48.0 +01:00
  }
  +"title": 336983
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2295
  +user: Proxies\__CG__\App\Entity\User {#2871 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
  +title: "Thinking about making the big switch – recommend me a distro!"
  +url: null
  +body: """
    Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
    \n
    On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
    \n
    I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728337230 {#2866
    date: 2024-10-07 23:40:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2873 …}
  +votes: Doctrine\ORM\PersistentCollection {#2875 …}
  +reports: Doctrine\ORM\PersistentCollection {#2877 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
  +badges: Doctrine\ORM\PersistentCollection {#2883 …}
  +children: [
    App\Entity\EntryComment {#2296
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2295 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
      +body: "Seconded"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706110352 {#2294
        date: 2024-01-24 16:32:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Canadian_Cabinet@lemmy.ca"
        "@1984@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2280 …}
      +nested: Doctrine\ORM\PersistentCollection {#2278 …}
      +votes: Doctrine\ORM\PersistentCollection {#2279 …}
      +reports: Doctrine\ORM\PersistentCollection {#2277 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
      -id: 336867
      -bodyTs: "'second':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8607000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706110352 {#2290
        date: 2024-01-24 16:32:32.0 +01:00
      }
      +"title": 336867
    }
  ]
  -id: 32793
  -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
  -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192309
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13943016"
  +editedAt: DateTimeImmutable @1728309902 {#2853
    date: 2024-10-07 16:05:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105909 {#2830
    date: 2024-01-24 15:18:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2295
  +user: Proxies\__CG__\App\Entity\User {#2871 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
  +title: "Thinking about making the big switch – recommend me a distro!"
  +url: null
  +body: """
    Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
    \n
    On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
    \n
    I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728337230 {#2866
    date: 2024-10-07 23:40:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2873 …}
  +votes: Doctrine\ORM\PersistentCollection {#2875 …}
  +reports: Doctrine\ORM\PersistentCollection {#2877 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
  +badges: Doctrine\ORM\PersistentCollection {#2883 …}
  +children: [
    App\Entity\EntryComment {#2296
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2295 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
      +body: "Seconded"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706110352 {#2294
        date: 2024-01-24 16:32:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Canadian_Cabinet@lemmy.ca"
        "@1984@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2280 …}
      +nested: Doctrine\ORM\PersistentCollection {#2278 …}
      +votes: Doctrine\ORM\PersistentCollection {#2279 …}
      +reports: Doctrine\ORM\PersistentCollection {#2277 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
      -id: 336867
      -bodyTs: "'second':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8607000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706110352 {#2290
        date: 2024-01-24 16:32:32.0 +01:00
      }
      +"title": 336867
    }
  ]
  -id: 32793
  -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
  -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192309
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13943016"
  +editedAt: DateTimeImmutable @1728309902 {#2853
    date: 2024-10-07 16:05:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105909 {#2830
    date: 2024-01-24 15:18:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2295
  +user: Proxies\__CG__\App\Entity\User {#2871 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
  +title: "Thinking about making the big switch – recommend me a distro!"
  +url: null
  +body: """
    Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
    \n
    On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
    \n
    I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728337230 {#2866
    date: 2024-10-07 23:40:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2873 …}
  +votes: Doctrine\ORM\PersistentCollection {#2875 …}
  +reports: Doctrine\ORM\PersistentCollection {#2877 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
  +badges: Doctrine\ORM\PersistentCollection {#2883 …}
  +children: [
    App\Entity\EntryComment {#2296
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2295 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
      +body: "Seconded"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706110352 {#2294
        date: 2024-01-24 16:32:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Canadian_Cabinet@lemmy.ca"
        "@1984@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2280 …}
      +nested: Doctrine\ORM\PersistentCollection {#2278 …}
      +votes: Doctrine\ORM\PersistentCollection {#2279 …}
      +reports: Doctrine\ORM\PersistentCollection {#2277 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
      -id: 336867
      -bodyTs: "'second':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8607000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706110352 {#2290
        date: 2024-01-24 16:32:32.0 +01:00
      }
      +"title": 336867
    }
  ]
  -id: 32793
  -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
  -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706192309
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13943016"
  +editedAt: DateTimeImmutable @1728309902 {#2853
    date: 2024-10-07 16:05:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706105909 {#2830
    date: 2024-01-24 15:18:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2296
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2295
    +user: Proxies\__CG__\App\Entity\User {#2871 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
    +title: "Thinking about making the big switch – recommend me a distro!"
    +url: null
    +body: """
      Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
      \n
      On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
      \n
      I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337230 {#2866
      date: 2024-10-07 23:40:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2873 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      App\Entity\EntryComment {#2296}
    ]
    -id: 32793
    -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
    -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706192309
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13943016"
    +editedAt: DateTimeImmutable @1728309902 {#2853
      date: 2024-10-07 16:05:02.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706105909 {#2830
      date: 2024-01-24 15:18:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +body: "Seconded"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706110352 {#2294
    date: 2024-01-24 16:32:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Canadian_Cabinet@lemmy.ca"
    "@1984@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2280 …}
  +nested: Doctrine\ORM\PersistentCollection {#2278 …}
  +votes: Doctrine\ORM\PersistentCollection {#2279 …}
  +reports: Doctrine\ORM\PersistentCollection {#2277 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
  -id: 336867
  -bodyTs: "'second':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8607000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110352 {#2290
    date: 2024-01-24 16:32:32.0 +01:00
  }
  +"title": 336867
}
"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 {#2296
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2295
    +user: Proxies\__CG__\App\Entity\User {#2871 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
    +title: "Thinking about making the big switch – recommend me a distro!"
    +url: null
    +body: """
      Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
      \n
      On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
      \n
      I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337230 {#2866
      date: 2024-10-07 23:40:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2873 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      App\Entity\EntryComment {#2296}
    ]
    -id: 32793
    -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
    -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706192309
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13943016"
    +editedAt: DateTimeImmutable @1728309902 {#2853
      date: 2024-10-07 16:05:02.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706105909 {#2830
      date: 2024-01-24 15:18:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +body: "Seconded"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706110352 {#2294
    date: 2024-01-24 16:32:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Canadian_Cabinet@lemmy.ca"
    "@1984@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2280 …}
  +nested: Doctrine\ORM\PersistentCollection {#2278 …}
  +votes: Doctrine\ORM\PersistentCollection {#2279 …}
  +reports: Doctrine\ORM\PersistentCollection {#2277 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
  -id: 336867
  -bodyTs: "'second':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8607000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110352 {#2290
    date: 2024-01-24 16:32:32.0 +01:00
  }
  +"title": 336867
}
"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 {#2296
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2295
    +user: Proxies\__CG__\App\Entity\User {#2871 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Thinking-about-making-the-big-switch-recommend-me-a-distro"
    +title: "Thinking about making the big switch – recommend me a distro!"
    +url: null
    +body: """
      Hey all, I’ve been thinking about making the jump from Windows to Linux as my daily-driver and I’ve been struggling on what distro to use.\n
      \n
      On my laptop I’ve been using Fedora’s KDE Spin for a bit but I can’t say I really like KDE all that much. I took that Distrochooser test and 9/10 of the suggestions were all Ubuntu-based or Arch-based for some reason lol.\n
      \n
      I would prefer a distro that “just works” but I’m not scared of having to troubleshoot or fix things. I guess I’m just looking to see what everyone else uses and what you all recommend. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728337230 {#2866
      date: 2024-10-07 23:40:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2873 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      App\Entity\EntryComment {#2296}
    ]
    -id: 32793
    -titleTs: "'big':5 'distro':10 'make':3 'recommend':7 'switch':6 'think':1"
    -bodyTs: "'9/10':62 'arch':73 'arch-bas':72 'base':70,74 'bit':43 'daili':18 'daily-driv':17 'distro':27,83 'distrochoos':59 'driver':19 'els':109 'everyon':108 'fedora':37 'fix':97 'guess':100 'hey':1 'jump':10 'kde':39,52 'laptop':32 'like':51 'linux':14 'lol':78 'look':104 'm':89,102 'make':8 'much':55 'prefer':81 'realli':50 'reason':77 'recommend':115 'say':48 'scare':91 'see':106 'spin':40 'struggl':24 'suggest':65 'test':60 'thank':116 'thing':98 'think':6 'took':57 'troubleshoot':95 'ubuntu':69 'ubuntu-bas':68 'use':29,36,110 've':4,22,34 'window':12 'work':86 'would':80"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706192309
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13943016"
    +editedAt: DateTimeImmutable @1728309902 {#2853
      date: 2024-10-07 16:05:02.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706105909 {#2830
      date: 2024-01-24 15:18:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2281 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2283 …}
  +body: "Seconded"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706110352 {#2294
    date: 2024-01-24 16:32:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Canadian_Cabinet@lemmy.ca"
    "@1984@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2280 …}
  +nested: Doctrine\ORM\PersistentCollection {#2278 …}
  +votes: Doctrine\ORM\PersistentCollection {#2279 …}
  +reports: Doctrine\ORM\PersistentCollection {#2277 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2220 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2222 …}
  -id: 336867
  -bodyTs: "'second':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8607000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706110352 {#2290
    date: 2024-01-24 16:32:32.0 +01:00
  }
  +"title": 336867
}
"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 {#2310
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2725 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
  +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
  +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
  +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
  +body: """
    cross-posted from: [lemmy.world/post/11099621](https://lemmy.world/post/11099621)\n
    \n
    > Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728125419 {#2718
    date: 2024-10-05 12:50:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2727 …}
  +votes: Doctrine\ORM\PersistentCollection {#2729 …}
  +reports: Doctrine\ORM\PersistentCollection {#2731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2735 …}
  +badges: Doctrine\ORM\PersistentCollection {#2737 …}
  +children: [
    App\Entity\EntryComment {#2312
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2310 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: null
      +root: null
      +body: "TL;DR: **Settings &gt; Face ID &amp; Passcode &gt; Stolen Device Protection** Toggle ON"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1706056456 {#2315
        date: 2024-01-24 01:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@ForgottenFlux@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2307 …}
      +nested: Doctrine\ORM\PersistentCollection {#2308 …}
      +votes: Doctrine\ORM\PersistentCollection {#2304 …}
      +reports: Doctrine\ORM\PersistentCollection {#2319 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
      -id: 335588
      -bodyTs: "'devic':8 'dr':2 'face':4 'id':5 'passcod':6 'protect':9 'set':3 'stolen':7 'tl':1 'toggl':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8586255"
      +editedAt: DateTimeImmutable @1728118997 {#2322
        date: 2024-10-05 11:03:17.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706056456 {#2321
        date: 2024-01-24 01:34:16.0 +01:00
      }
      +"title": 335588
    }
  ]
  -id: 32696
  -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
  -bodyTs: "'/post/11099621](https://lemmy.world/post/11099621)':7 'access':28,47 'add':35 'appl':8 'call':31 'chang':49 'cross':2 'cross-post':1 'devic':33,54 'extra':36 'featur':30 'help':17 'iphon':15,42 'launch':10 'layer':37 'lemmy.world':6 'lemmy.world/post/11099621](https://lemmy.world/post/11099621)':5 'new':12 'passcod':26 'phone':24 'post':3 'protect':34,39 'reduc':18 'sensit':50 'set':51 'someon':44 'stolen':32 'thief':21 'today':9 'tool':13 'tri':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706106661
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11099623"
  +editedAt: DateTimeImmutable @1728064339 {#2705
    date: 2024-10-04 19:52:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706044161 {#2684
    date: 2024-01-23 22:09: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
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2310
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2725 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
  +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
  +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
  +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
  +body: """
    cross-posted from: [lemmy.world/post/11099621](https://lemmy.world/post/11099621)\n
    \n
    > Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728125419 {#2718
    date: 2024-10-05 12:50:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2727 …}
  +votes: Doctrine\ORM\PersistentCollection {#2729 …}
  +reports: Doctrine\ORM\PersistentCollection {#2731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2735 …}
  +badges: Doctrine\ORM\PersistentCollection {#2737 …}
  +children: [
    App\Entity\EntryComment {#2312
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2310 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: null
      +root: null
      +body: "TL;DR: **Settings &gt; Face ID &amp; Passcode &gt; Stolen Device Protection** Toggle ON"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1706056456 {#2315
        date: 2024-01-24 01:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@ForgottenFlux@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2307 …}
      +nested: Doctrine\ORM\PersistentCollection {#2308 …}
      +votes: Doctrine\ORM\PersistentCollection {#2304 …}
      +reports: Doctrine\ORM\PersistentCollection {#2319 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
      -id: 335588
      -bodyTs: "'devic':8 'dr':2 'face':4 'id':5 'passcod':6 'protect':9 'set':3 'stolen':7 'tl':1 'toggl':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8586255"
      +editedAt: DateTimeImmutable @1728118997 {#2322
        date: 2024-10-05 11:03:17.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706056456 {#2321
        date: 2024-01-24 01:34:16.0 +01:00
      }
      +"title": 335588
    }
  ]
  -id: 32696
  -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
  -bodyTs: "'/post/11099621](https://lemmy.world/post/11099621)':7 'access':28,47 'add':35 'appl':8 'call':31 'chang':49 'cross':2 'cross-post':1 'devic':33,54 'extra':36 'featur':30 'help':17 'iphon':15,42 'launch':10 'layer':37 'lemmy.world':6 'lemmy.world/post/11099621](https://lemmy.world/post/11099621)':5 'new':12 'passcod':26 'phone':24 'post':3 'protect':34,39 'reduc':18 'sensit':50 'set':51 'someon':44 'stolen':32 'thief':21 'today':9 'tool':13 'tri':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706106661
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11099623"
  +editedAt: DateTimeImmutable @1728064339 {#2705
    date: 2024-10-04 19:52:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706044161 {#2684
    date: 2024-01-23 22:09: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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2310
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: Proxies\__CG__\App\Entity\Image {#2725 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
  +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
  +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
  +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
  +body: """
    cross-posted from: [lemmy.world/post/11099621](https://lemmy.world/post/11099621)\n
    \n
    > Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728125419 {#2718
    date: 2024-10-05 12:50:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2727 …}
  +votes: Doctrine\ORM\PersistentCollection {#2729 …}
  +reports: Doctrine\ORM\PersistentCollection {#2731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2733 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2735 …}
  +badges: Doctrine\ORM\PersistentCollection {#2737 …}
  +children: [
    App\Entity\EntryComment {#2312
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2310 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: null
      +root: null
      +body: "TL;DR: **Settings &gt; Face ID &amp; Passcode &gt; Stolen Device Protection** Toggle ON"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1706056456 {#2315
        date: 2024-01-24 01:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@ForgottenFlux@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2307 …}
      +nested: Doctrine\ORM\PersistentCollection {#2308 …}
      +votes: Doctrine\ORM\PersistentCollection {#2304 …}
      +reports: Doctrine\ORM\PersistentCollection {#2319 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
      -id: 335588
      -bodyTs: "'devic':8 'dr':2 'face':4 'id':5 'passcod':6 'protect':9 'set':3 'stolen':7 'tl':1 'toggl':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8586255"
      +editedAt: DateTimeImmutable @1728118997 {#2322
        date: 2024-10-05 11:03:17.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706056456 {#2321
        date: 2024-01-24 01:34:16.0 +01:00
      }
      +"title": 335588
    }
  ]
  -id: 32696
  -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
  -bodyTs: "'/post/11099621](https://lemmy.world/post/11099621)':7 'access':28,47 'add':35 'appl':8 'call':31 'chang':49 'cross':2 'cross-post':1 'devic':33,54 'extra':36 'featur':30 'help':17 'iphon':15,42 'launch':10 'layer':37 'lemmy.world':6 'lemmy.world/post/11099621](https://lemmy.world/post/11099621)':5 'new':12 'passcod':26 'phone':24 'post':3 'protect':34,39 'reduc':18 'sensit':50 'set':51 'someon':44 'stolen':32 'thief':21 'today':9 'tool':13 'tri':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706106661
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11099623"
  +editedAt: DateTimeImmutable @1728064339 {#2705
    date: 2024-10-04 19:52:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706044161 {#2684
    date: 2024-01-23 22:09: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
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#2725 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
  +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
  +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
  +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
  +body: "> Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728150548 {#2739
    date: 2024-10-05 19:49:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2702 …}
  +votes: Doctrine\ORM\PersistentCollection {#2746 …}
  +reports: Doctrine\ORM\PersistentCollection {#2748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2752 …}
  +badges: Doctrine\ORM\PersistentCollection {#2754 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
      +body: """
        My 2016 gen 1 iPad Pro isn’t getting this update for the first time (iOS 17). It *barely* runs the last iOS, but still gets security updates.\n
        \n
        I’m fine with that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706050653 {#2225
        date: 2024-01-23 23:57:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@db2@lemmy.world"
        "@ForgottenFlux@lemmy.world"
        "@db2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2192 …}
      +nested: Doctrine\ORM\PersistentCollection {#2299 …}
      +votes: Doctrine\ORM\PersistentCollection {#2298 …}
      +reports: Doctrine\ORM\PersistentCollection {#2291 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
      -id: 335409
      -bodyTs: "'1':4 '17':17 '2016':2 'bare':19 'fine':31 'first':14 'gen':3 'get':9,26 'io':16,23 'ipad':5 'isn':7 'last':22 'm':30 'pro':6 'run':20 'secur':27 'still':25 'time':15 'updat':11,28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8583449"
      +editedAt: DateTimeImmutable @1728093261 {#2230
        date: 2024-10-05 03:54:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706050653 {#2231
        date: 2024-01-23 23:57:33.0 +01:00
      }
      +"title": 335409
    }
  ]
  -id: 32694
  -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
  -bodyTs: "'access':21,40 'add':28 'appl':1 'call':24 'chang':42 'devic':26,47 'extra':29 'featur':23 'help':10 'iphon':8,35 'launch':3 'layer':30 'new':5 'passcod':19 'phone':17 'protect':27,32 'reduc':11 'sensit':43 'set':44 'someon':37 'stolen':25 'thief':14 'today':2 'tool':6 'tri':38"
  +cross: true
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706130528
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11099621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706044128 {#2724
    date: 2024-01-23 22:08:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#2725 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
  +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
  +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
  +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
  +body: "> Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728150548 {#2739
    date: 2024-10-05 19:49:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2702 …}
  +votes: Doctrine\ORM\PersistentCollection {#2746 …}
  +reports: Doctrine\ORM\PersistentCollection {#2748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2752 …}
  +badges: Doctrine\ORM\PersistentCollection {#2754 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
      +body: """
        My 2016 gen 1 iPad Pro isn’t getting this update for the first time (iOS 17). It *barely* runs the last iOS, but still gets security updates.\n
        \n
        I’m fine with that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706050653 {#2225
        date: 2024-01-23 23:57:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@db2@lemmy.world"
        "@ForgottenFlux@lemmy.world"
        "@db2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2192 …}
      +nested: Doctrine\ORM\PersistentCollection {#2299 …}
      +votes: Doctrine\ORM\PersistentCollection {#2298 …}
      +reports: Doctrine\ORM\PersistentCollection {#2291 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
      -id: 335409
      -bodyTs: "'1':4 '17':17 '2016':2 'bare':19 'fine':31 'first':14 'gen':3 'get':9,26 'io':16,23 'ipad':5 'isn':7 'last':22 'm':30 'pro':6 'run':20 'secur':27 'still':25 'time':15 'updat':11,28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8583449"
      +editedAt: DateTimeImmutable @1728093261 {#2230
        date: 2024-10-05 03:54:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706050653 {#2231
        date: 2024-01-23 23:57:33.0 +01:00
      }
      +"title": 335409
    }
  ]
  -id: 32694
  -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
  -bodyTs: "'access':21,40 'add':28 'appl':1 'call':24 'chang':42 'devic':26,47 'extra':29 'featur':23 'help':10 'iphon':8,35 'launch':3 'layer':30 'new':5 'passcod':19 'phone':17 'protect':27,32 'reduc':11 'sensit':43 'set':44 'someon':37 'stolen':25 'thief':14 'today':2 'tool':6 'tri':38"
  +cross: true
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706130528
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11099621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706044128 {#2724
    date: 2024-01-23 22:08:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: Proxies\__CG__\App\Entity\Image {#2725 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
  +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
  +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
  +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
  +body: "> Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728150548 {#2739
    date: 2024-10-05 19:49:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2702 …}
  +votes: Doctrine\ORM\PersistentCollection {#2746 …}
  +reports: Doctrine\ORM\PersistentCollection {#2748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2752 …}
  +badges: Doctrine\ORM\PersistentCollection {#2754 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
      +body: """
        My 2016 gen 1 iPad Pro isn’t getting this update for the first time (iOS 17). It *barely* runs the last iOS, but still gets security updates.\n
        \n
        I’m fine with that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706050653 {#2225
        date: 2024-01-23 23:57:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
        "@db2@lemmy.world"
        "@ForgottenFlux@lemmy.world"
        "@db2@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2192 …}
      +nested: Doctrine\ORM\PersistentCollection {#2299 …}
      +votes: Doctrine\ORM\PersistentCollection {#2298 …}
      +reports: Doctrine\ORM\PersistentCollection {#2291 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
      -id: 335409
      -bodyTs: "'1':4 '17':17 '2016':2 'bare':19 'fine':31 'first':14 'gen':3 'get':9,26 'io':16,23 'ipad':5 'isn':7 'last':22 'm':30 'pro':6 'run':20 'secur':27 'still':25 'time':15 'updat':11,28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8583449"
      +editedAt: DateTimeImmutable @1728093261 {#2230
        date: 2024-10-05 03:54:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706050653 {#2231
        date: 2024-01-23 23:57:33.0 +01:00
      }
      +"title": 335409
    }
  ]
  -id: 32694
  -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
  -bodyTs: "'access':21,40 'add':28 'appl':1 'call':24 'chang':42 'devic':26,47 'extra':29 'featur':23 'help':10 'iphon':8,35 'launch':3 'layer':30 'new':5 'passcod':19 'phone':17 'protect':27,32 'reduc':11 'sensit':43 'set':44 'someon':37 'stolen':25 'thief':14 'today':2 'tool':6 'tri':38"
  +cross: true
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706130528
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11099621"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706044128 {#2724
    date: 2024-01-23 22:08:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2312
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2310
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2725 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
    +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
    +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
    +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
    +body: """
      cross-posted from: [lemmy.world/post/11099621](https://lemmy.world/post/11099621)\n
      \n
      > Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728125419 {#2718
      date: 2024-10-05 12:50:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2727 …}
    +votes: Doctrine\ORM\PersistentCollection {#2729 …}
    +reports: Doctrine\ORM\PersistentCollection {#2731 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2733 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2735 …}
    +badges: Doctrine\ORM\PersistentCollection {#2737 …}
    +children: [
      App\Entity\EntryComment {#2312}
    ]
    -id: 32696
    -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
    -bodyTs: "'/post/11099621](https://lemmy.world/post/11099621)':7 'access':28,47 'add':35 'appl':8 'call':31 'chang':49 'cross':2 'cross-post':1 'devic':33,54 'extra':36 'featur':30 'help':17 'iphon':15,42 'launch':10 'layer':37 'lemmy.world':6 'lemmy.world/post/11099621](https://lemmy.world/post/11099621)':5 'new':12 'passcod':26 'phone':24 'post':3 'protect':34,39 'reduc':18 'sensit':50 'set':51 'someon':44 'stolen':32 'thief':21 'today':9 'tool':13 'tri':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706106661
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11099623"
    +editedAt: DateTimeImmutable @1728064339 {#2705
      date: 2024-10-04 19:52:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706044161 {#2684
      date: 2024-01-23 22:09:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: null
  +root: null
  +body: "TL;DR: **Settings &gt; Face ID &amp; Passcode &gt; Stolen Device Protection** Toggle ON"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1706056456 {#2315
    date: 2024-01-24 01:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@ForgottenFlux@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2307 …}
  +nested: Doctrine\ORM\PersistentCollection {#2308 …}
  +votes: Doctrine\ORM\PersistentCollection {#2304 …}
  +reports: Doctrine\ORM\PersistentCollection {#2319 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
  -id: 335588
  -bodyTs: "'devic':8 'dr':2 'face':4 'id':5 'passcod':6 'protect':9 'set':3 'stolen':7 'tl':1 'toggl':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8586255"
  +editedAt: DateTimeImmutable @1728118997 {#2322
    date: 2024-10-05 11:03:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706056456 {#2321
    date: 2024-01-24 01:34:16.0 +01:00
  }
  +"title": 335588
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#2312
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2310
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2725 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
    +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
    +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
    +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
    +body: """
      cross-posted from: [lemmy.world/post/11099621](https://lemmy.world/post/11099621)\n
      \n
      > Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728125419 {#2718
      date: 2024-10-05 12:50:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2727 …}
    +votes: Doctrine\ORM\PersistentCollection {#2729 …}
    +reports: Doctrine\ORM\PersistentCollection {#2731 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2733 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2735 …}
    +badges: Doctrine\ORM\PersistentCollection {#2737 …}
    +children: [
      App\Entity\EntryComment {#2312}
    ]
    -id: 32696
    -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
    -bodyTs: "'/post/11099621](https://lemmy.world/post/11099621)':7 'access':28,47 'add':35 'appl':8 'call':31 'chang':49 'cross':2 'cross-post':1 'devic':33,54 'extra':36 'featur':30 'help':17 'iphon':15,42 'launch':10 'layer':37 'lemmy.world':6 'lemmy.world/post/11099621](https://lemmy.world/post/11099621)':5 'new':12 'passcod':26 'phone':24 'post':3 'protect':34,39 'reduc':18 'sensit':50 'set':51 'someon':44 'stolen':32 'thief':21 'today':9 'tool':13 'tri':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706106661
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11099623"
    +editedAt: DateTimeImmutable @1728064339 {#2705
      date: 2024-10-04 19:52:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706044161 {#2684
      date: 2024-01-23 22:09:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: null
  +root: null
  +body: "TL;DR: **Settings &gt; Face ID &amp; Passcode &gt; Stolen Device Protection** Toggle ON"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1706056456 {#2315
    date: 2024-01-24 01:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@ForgottenFlux@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2307 …}
  +nested: Doctrine\ORM\PersistentCollection {#2308 …}
  +votes: Doctrine\ORM\PersistentCollection {#2304 …}
  +reports: Doctrine\ORM\PersistentCollection {#2319 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
  -id: 335588
  -bodyTs: "'devic':8 'dr':2 'face':4 'id':5 'passcod':6 'protect':9 'set':3 'stolen':7 'tl':1 'toggl':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8586255"
  +editedAt: DateTimeImmutable @1728118997 {#2322
    date: 2024-10-05 11:03:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706056456 {#2321
    date: 2024-01-24 01:34:16.0 +01:00
  }
  +"title": 335588
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#2312
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2310
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: Proxies\__CG__\App\Entity\Image {#2725 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
    +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
    +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
    +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
    +body: """
      cross-posted from: [lemmy.world/post/11099621](https://lemmy.world/post/11099621)\n
      \n
      > Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728125419 {#2718
      date: 2024-10-05 12:50:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2727 …}
    +votes: Doctrine\ORM\PersistentCollection {#2729 …}
    +reports: Doctrine\ORM\PersistentCollection {#2731 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2733 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2735 …}
    +badges: Doctrine\ORM\PersistentCollection {#2737 …}
    +children: [
      App\Entity\EntryComment {#2312}
    ]
    -id: 32696
    -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
    -bodyTs: "'/post/11099621](https://lemmy.world/post/11099621)':7 'access':28,47 'add':35 'appl':8 'call':31 'chang':49 'cross':2 'cross-post':1 'devic':33,54 'extra':36 'featur':30 'help':17 'iphon':15,42 'launch':10 'layer':37 'lemmy.world':6 'lemmy.world/post/11099621](https://lemmy.world/post/11099621)':5 'new':12 'passcod':26 'phone':24 'post':3 'protect':34,39 'reduc':18 'sensit':50 'set':51 'someon':44 'stolen':32 'thief':21 'today':9 'tool':13 'tri':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706106661
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11099623"
    +editedAt: DateTimeImmutable @1728064339 {#2705
      date: 2024-10-04 19:52:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706044161 {#2684
      date: 2024-01-23 22:09:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: null
  +root: null
  +body: "TL;DR: **Settings &gt; Face ID &amp; Passcode &gt; Stolen Device Protection** Toggle ON"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1706056456 {#2315
    date: 2024-01-24 01:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@ForgottenFlux@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2307 …}
  +nested: Doctrine\ORM\PersistentCollection {#2308 …}
  +votes: Doctrine\ORM\PersistentCollection {#2304 …}
  +reports: Doctrine\ORM\PersistentCollection {#2319 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
  -id: 335588
  -bodyTs: "'devic':8 'dr':2 'face':4 'id':5 'passcod':6 'protect':9 'set':3 'stolen':7 'tl':1 'toggl':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8586255"
  +editedAt: DateTimeImmutable @1728118997 {#2322
    date: 2024-10-05 11:03:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706056456 {#2321
    date: 2024-01-24 01:34:16.0 +01:00
  }
  +"title": 335588
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2232
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#2725 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
    +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
    +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
    +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
    +body: "> Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728150548 {#2739
      date: 2024-10-05 19:49:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2702 …}
    +votes: Doctrine\ORM\PersistentCollection {#2746 …}
    +reports: Doctrine\ORM\PersistentCollection {#2748 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2750 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2752 …}
    +badges: Doctrine\ORM\PersistentCollection {#2754 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 32694
    -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
    -bodyTs: "'access':21,40 'add':28 'appl':1 'call':24 'chang':42 'devic':26,47 'extra':29 'featur':23 'help':10 'iphon':8,35 'launch':3 'layer':30 'new':5 'passcod':19 'phone':17 'protect':27,32 'reduc':11 'sensit':43 'set':44 'someon':37 'stolen':25 'thief':14 'today':2 'tool':6 'tri':38"
    +cross: true
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706130528
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11099621"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706044128 {#2724
      date: 2024-01-23 22:08:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
  +body: """
    My 2016 gen 1 iPad Pro isn’t getting this update for the first time (iOS 17). It *barely* runs the last iOS, but still gets security updates.\n
    \n
    I’m fine with that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706050653 {#2225
    date: 2024-01-23 23:57:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@db2@lemmy.world"
    "@ForgottenFlux@lemmy.world"
    "@db2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 335409
  -bodyTs: "'1':4 '17':17 '2016':2 'bare':19 'fine':31 'first':14 'gen':3 'get':9,26 'io':16,23 'ipad':5 'isn':7 'last':22 'm':30 'pro':6 'run':20 'secur':27 'still':25 'time':15 'updat':11,28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8583449"
  +editedAt: DateTimeImmutable @1728093261 {#2230
    date: 2024-10-05 03:54:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706050653 {#2231
    date: 2024-01-23 23:57:33.0 +01:00
  }
  +"title": 335409
}
"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 {#2232
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#2725 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
    +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
    +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
    +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
    +body: "> Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728150548 {#2739
      date: 2024-10-05 19:49:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2702 …}
    +votes: Doctrine\ORM\PersistentCollection {#2746 …}
    +reports: Doctrine\ORM\PersistentCollection {#2748 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2750 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2752 …}
    +badges: Doctrine\ORM\PersistentCollection {#2754 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 32694
    -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
    -bodyTs: "'access':21,40 'add':28 'appl':1 'call':24 'chang':42 'devic':26,47 'extra':29 'featur':23 'help':10 'iphon':8,35 'launch':3 'layer':30 'new':5 'passcod':19 'phone':17 'protect':27,32 'reduc':11 'sensit':43 'set':44 'someon':37 'stolen':25 'thief':14 'today':2 'tool':6 'tri':38"
    +cross: true
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706130528
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11099621"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706044128 {#2724
      date: 2024-01-23 22:08:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
  +body: """
    My 2016 gen 1 iPad Pro isn’t getting this update for the first time (iOS 17). It *barely* runs the last iOS, but still gets security updates.\n
    \n
    I’m fine with that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706050653 {#2225
    date: 2024-01-23 23:57:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@db2@lemmy.world"
    "@ForgottenFlux@lemmy.world"
    "@db2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 335409
  -bodyTs: "'1':4 '17':17 '2016':2 'bare':19 'fine':31 'first':14 'gen':3 'get':9,26 'io':16,23 'ipad':5 'isn':7 'last':22 'm':30 'pro':6 'run':20 'secur':27 'still':25 'time':15 'updat':11,28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8583449"
  +editedAt: DateTimeImmutable @1728093261 {#2230
    date: 2024-10-05 03:54:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706050653 {#2231
    date: 2024-01-23 23:57:33.0 +01:00
  }
  +"title": 335409
}
"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 {#2232
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
    +image: Proxies\__CG__\App\Entity\Image {#2725 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2726 …}
    +slug: "You-Need-to-Turn-on-Apple-s-New-Stolen-iPhone-Tool"
    +title: "You Need to Turn on Apple’s New Stolen iPhone Tool"
    +url: "https://www.wired.com/story/apple-ios-17-3-iphone-stolen-device-protection/"
    +body: "> Apple today launched a new tool for iPhones to help reduce what a thief with your phone and passcode can access. The feature, called Stolen Device Protection, adds extra layers of protection to your iPhone when someone tries to access or change sensitive settings on your device."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728150548 {#2739
      date: 2024-10-05 19:49:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2702 …}
    +votes: Doctrine\ORM\PersistentCollection {#2746 …}
    +reports: Doctrine\ORM\PersistentCollection {#2748 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2750 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2752 …}
    +badges: Doctrine\ORM\PersistentCollection {#2754 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 32694
    -titleTs: "'appl':6 'iphon':10 'need':2 'new':8 'stolen':9 'tool':11 'turn':4"
    -bodyTs: "'access':21,40 'add':28 'appl':1 'call':24 'chang':42 'devic':26,47 'extra':29 'featur':23 'help':10 'iphon':8,35 'launch':3 'layer':30 'new':5 'passcod':19 'phone':17 'protect':27,32 'reduc':11 'sensit':43 'set':44 'someon':37 'stolen':25 'thief':14 'today':2 'tool':6 'tri':38"
    +cross: true
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706130528
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11099621"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706044128 {#2724
      date: 2024-01-23 22:08:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2228 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2252 …}
  +body: """
    My 2016 gen 1 iPad Pro isn’t getting this update for the first time (iOS 17). It *barely* runs the last iOS, but still gets security updates.\n
    \n
    I’m fine with that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706050653 {#2225
    date: 2024-01-23 23:57:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
    "@db2@lemmy.world"
    "@ForgottenFlux@lemmy.world"
    "@db2@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 335409
  -bodyTs: "'1':4 '17':17 '2016':2 'bare':19 'fine':31 'first':14 'gen':3 'get':9,26 'io':16,23 'ipad':5 'isn':7 'last':22 'm':30 'pro':6 'run':20 'secur':27 'still':25 'time':15 'updat':11,28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8583449"
  +editedAt: DateTimeImmutable @1728093261 {#2230
    date: 2024-10-05 03:54:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706050653 {#2231
    date: 2024-01-23 23:57:33.0 +01:00
  }
  +"title": 335409
}
"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\Entry {#2044
  +user: Proxies\__CG__\App\Entity\User {#2721 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Is-there-a-word-for-the-feeling-of-nostalgia-for"
  +title: "Is there a word for the feeling of nostalgia for or missing of another lifetime one only lived in a dream?"
  +url: null
  +body: "[title] I could swear I came across it before, but then again, maybe I dreamed it. 🫣"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728264150 {#2756
    date: 2024-10-07 03:22:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2761 …}
  +votes: Doctrine\ORM\PersistentCollection {#2764 …}
  +reports: Doctrine\ORM\PersistentCollection {#2766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2768 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2770 …}
  +badges: Doctrine\ORM\PersistentCollection {#2772 …}
  +children: [
    App\Entity\EntryComment {#2162
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2044 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +body: "All words were invented for a purpose. When that happens, they’re referred to as a neologism."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1706037261 {#2161
        date: 2024-01-23 20:14:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@littlebluespark@lemmy.world"
        "@bstix@feddit.dk"
        "@littlebluespark@lemmy.world"
        "@bstix@feddit.dk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2127 …}
      +nested: Doctrine\ORM\PersistentCollection {#2043 …}
      +votes: Doctrine\ORM\PersistentCollection {#2215 …}
      +reports: Doctrine\ORM\PersistentCollection {#2198 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
      -id: 334869
      -bodyTs: "'happen':10 'invent':4 'neolog':17 'purpos':7 're':12 'refer':13 'word':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8578023"
      +editedAt: DateTimeImmutable @1728020247 {#2160
        date: 2024-10-04 07:37:27.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706037261 {#2163
        date: 2024-01-23 20:14:21.0 +01:00
      }
      +"title": 334869
    }
  ]
  -id: 32653
  -titleTs: "'anoth':14 'dream':21 'feel':7 'lifetim':15 'live':18 'miss':12 'nostalgia':9 'one':16 'word':4"
  -bodyTs: "'across':7 'came':6 'could':3 'dream':15 'mayb':13 'swear':4 'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116232
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11090356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029832 {#2745
    date: 2024-01-23 18:10:32.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
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2044
  +user: Proxies\__CG__\App\Entity\User {#2721 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Is-there-a-word-for-the-feeling-of-nostalgia-for"
  +title: "Is there a word for the feeling of nostalgia for or missing of another lifetime one only lived in a dream?"
  +url: null
  +body: "[title] I could swear I came across it before, but then again, maybe I dreamed it. 🫣"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728264150 {#2756
    date: 2024-10-07 03:22:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2761 …}
  +votes: Doctrine\ORM\PersistentCollection {#2764 …}
  +reports: Doctrine\ORM\PersistentCollection {#2766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2768 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2770 …}
  +badges: Doctrine\ORM\PersistentCollection {#2772 …}
  +children: [
    App\Entity\EntryComment {#2162
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2044 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +body: "All words were invented for a purpose. When that happens, they’re referred to as a neologism."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1706037261 {#2161
        date: 2024-01-23 20:14:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@littlebluespark@lemmy.world"
        "@bstix@feddit.dk"
        "@littlebluespark@lemmy.world"
        "@bstix@feddit.dk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2127 …}
      +nested: Doctrine\ORM\PersistentCollection {#2043 …}
      +votes: Doctrine\ORM\PersistentCollection {#2215 …}
      +reports: Doctrine\ORM\PersistentCollection {#2198 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
      -id: 334869
      -bodyTs: "'happen':10 'invent':4 'neolog':17 'purpos':7 're':12 'refer':13 'word':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8578023"
      +editedAt: DateTimeImmutable @1728020247 {#2160
        date: 2024-10-04 07:37:27.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706037261 {#2163
        date: 2024-01-23 20:14:21.0 +01:00
      }
      +"title": 334869
    }
  ]
  -id: 32653
  -titleTs: "'anoth':14 'dream':21 'feel':7 'lifetim':15 'live':18 'miss':12 'nostalgia':9 'one':16 'word':4"
  -bodyTs: "'across':7 'came':6 'could':3 'dream':15 'mayb':13 'swear':4 'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116232
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11090356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029832 {#2745
    date: 2024-01-23 18:10:32.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
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2044
  +user: Proxies\__CG__\App\Entity\User {#2721 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Is-there-a-word-for-the-feeling-of-nostalgia-for"
  +title: "Is there a word for the feeling of nostalgia for or missing of another lifetime one only lived in a dream?"
  +url: null
  +body: "[title] I could swear I came across it before, but then again, maybe I dreamed it. 🫣"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728264150 {#2756
    date: 2024-10-07 03:22:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2761 …}
  +votes: Doctrine\ORM\PersistentCollection {#2764 …}
  +reports: Doctrine\ORM\PersistentCollection {#2766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2768 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2770 …}
  +badges: Doctrine\ORM\PersistentCollection {#2772 …}
  +children: [
    App\Entity\EntryComment {#2162
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2044 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +body: "All words were invented for a purpose. When that happens, they’re referred to as a neologism."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1706037261 {#2161
        date: 2024-01-23 20:14:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@littlebluespark@lemmy.world"
        "@bstix@feddit.dk"
        "@littlebluespark@lemmy.world"
        "@bstix@feddit.dk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2127 …}
      +nested: Doctrine\ORM\PersistentCollection {#2043 …}
      +votes: Doctrine\ORM\PersistentCollection {#2215 …}
      +reports: Doctrine\ORM\PersistentCollection {#2198 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
      -id: 334869
      -bodyTs: "'happen':10 'invent':4 'neolog':17 'purpos':7 're':12 'refer':13 'word':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8578023"
      +editedAt: DateTimeImmutable @1728020247 {#2160
        date: 2024-10-04 07:37:27.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706037261 {#2163
        date: 2024-01-23 20:14:21.0 +01:00
      }
      +"title": 334869
    }
  ]
  -id: 32653
  -titleTs: "'anoth':14 'dream':21 'feel':7 'lifetim':15 'live':18 'miss':12 'nostalgia':9 'one':16 'word':4"
  -bodyTs: "'across':7 'came':6 'could':3 'dream':15 'mayb':13 'swear':4 'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116232
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11090356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029832 {#2745
    date: 2024-01-23 18:10:32.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
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#2162
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2044
    +user: Proxies\__CG__\App\Entity\User {#2721 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Is-there-a-word-for-the-feeling-of-nostalgia-for"
    +title: "Is there a word for the feeling of nostalgia for or missing of another lifetime one only lived in a dream?"
    +url: null
    +body: "[title] I could swear I came across it before, but then again, maybe I dreamed it. 🫣"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728264150 {#2756
      date: 2024-10-07 03:22:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2761 …}
    +votes: Doctrine\ORM\PersistentCollection {#2764 …}
    +reports: Doctrine\ORM\PersistentCollection {#2766 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2768 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2770 …}
    +badges: Doctrine\ORM\PersistentCollection {#2772 …}
    +children: [
      App\Entity\EntryComment {#2162}
    ]
    -id: 32653
    -titleTs: "'anoth':14 'dream':21 'feel':7 'lifetim':15 'live':18 'miss':12 'nostalgia':9 'one':16 'word':4"
    -bodyTs: "'across':7 'came':6 'could':3 'dream':15 'mayb':13 'swear':4 'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116232
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11090356"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029832 {#2745
      date: 2024-01-23 18:10:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +body: "All words were invented for a purpose. When that happens, they’re referred to as a neologism."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1706037261 {#2161
    date: 2024-01-23 20:14:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@littlebluespark@lemmy.world"
    "@bstix@feddit.dk"
    "@littlebluespark@lemmy.world"
    "@bstix@feddit.dk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2127 …}
  +nested: Doctrine\ORM\PersistentCollection {#2043 …}
  +votes: Doctrine\ORM\PersistentCollection {#2215 …}
  +reports: Doctrine\ORM\PersistentCollection {#2198 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 334869
  -bodyTs: "'happen':10 'invent':4 'neolog':17 'purpos':7 're':12 'refer':13 'word':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8578023"
  +editedAt: DateTimeImmutable @1728020247 {#2160
    date: 2024-10-04 07:37:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706037261 {#2163
    date: 2024-01-23 20:14:21.0 +01:00
  }
  +"title": 334869
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\EntryComment {#2162
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2044
    +user: Proxies\__CG__\App\Entity\User {#2721 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Is-there-a-word-for-the-feeling-of-nostalgia-for"
    +title: "Is there a word for the feeling of nostalgia for or missing of another lifetime one only lived in a dream?"
    +url: null
    +body: "[title] I could swear I came across it before, but then again, maybe I dreamed it. 🫣"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728264150 {#2756
      date: 2024-10-07 03:22:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2761 …}
    +votes: Doctrine\ORM\PersistentCollection {#2764 …}
    +reports: Doctrine\ORM\PersistentCollection {#2766 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2768 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2770 …}
    +badges: Doctrine\ORM\PersistentCollection {#2772 …}
    +children: [
      App\Entity\EntryComment {#2162}
    ]
    -id: 32653
    -titleTs: "'anoth':14 'dream':21 'feel':7 'lifetim':15 'live':18 'miss':12 'nostalgia':9 'one':16 'word':4"
    -bodyTs: "'across':7 'came':6 'could':3 'dream':15 'mayb':13 'swear':4 'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116232
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11090356"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029832 {#2745
      date: 2024-01-23 18:10:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +body: "All words were invented for a purpose. When that happens, they’re referred to as a neologism."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1706037261 {#2161
    date: 2024-01-23 20:14:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@littlebluespark@lemmy.world"
    "@bstix@feddit.dk"
    "@littlebluespark@lemmy.world"
    "@bstix@feddit.dk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2127 …}
  +nested: Doctrine\ORM\PersistentCollection {#2043 …}
  +votes: Doctrine\ORM\PersistentCollection {#2215 …}
  +reports: Doctrine\ORM\PersistentCollection {#2198 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 334869
  -bodyTs: "'happen':10 'invent':4 'neolog':17 'purpos':7 're':12 'refer':13 'word':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8578023"
  +editedAt: DateTimeImmutable @1728020247 {#2160
    date: 2024-10-04 07:37:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706037261 {#2163
    date: 2024-01-23 20:14:21.0 +01:00
  }
  +"title": 334869
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\EntryComment {#2162
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2044
    +user: Proxies\__CG__\App\Entity\User {#2721 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Is-there-a-word-for-the-feeling-of-nostalgia-for"
    +title: "Is there a word for the feeling of nostalgia for or missing of another lifetime one only lived in a dream?"
    +url: null
    +body: "[title] I could swear I came across it before, but then again, maybe I dreamed it. 🫣"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728264150 {#2756
      date: 2024-10-07 03:22:30.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2761 …}
    +votes: Doctrine\ORM\PersistentCollection {#2764 …}
    +reports: Doctrine\ORM\PersistentCollection {#2766 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2768 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2770 …}
    +badges: Doctrine\ORM\PersistentCollection {#2772 …}
    +children: [
      App\Entity\EntryComment {#2162}
    ]
    -id: 32653
    -titleTs: "'anoth':14 'dream':21 'feel':7 'lifetim':15 'live':18 'miss':12 'nostalgia':9 'one':16 'word':4"
    -bodyTs: "'across':7 'came':6 'could':3 'dream':15 'mayb':13 'swear':4 'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116232
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11090356"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029832 {#2745
      date: 2024-01-23 18:10:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +body: "All words were invented for a purpose. When that happens, they’re referred to as a neologism."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1706037261 {#2161
    date: 2024-01-23 20:14:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@littlebluespark@lemmy.world"
    "@bstix@feddit.dk"
    "@littlebluespark@lemmy.world"
    "@bstix@feddit.dk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2127 …}
  +nested: Doctrine\ORM\PersistentCollection {#2043 …}
  +votes: Doctrine\ORM\PersistentCollection {#2215 …}
  +reports: Doctrine\ORM\PersistentCollection {#2198 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 334869
  -bodyTs: "'happen':10 'invent':4 'neolog':17 'purpos':7 're':12 'refer':13 'word':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8578023"
  +editedAt: DateTimeImmutable @1728020247 {#2160
    date: 2024-10-04 07:37:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706037261 {#2163
    date: 2024-01-23 20:14:21.0 +01:00
  }
  +"title": 334869
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2107
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Firefox-122-released-Here-s-what-s-new"
  +title: "Firefox 122 released: Here's what's new"
  +url: null
  +body: """
    cross-posted from: [lemmy.world/post/11090267](https://lemmy.world/post/11090267)\n
    \n
    > • Firefox now displays images and descriptions for search suggestions when provided by the search engine.\n
    > \n
    > • The translations feature received an improvement in the quality of translated webpages. The results should be much more stable. This fixes issues where the content of a page could disappear when translated, or interactive widgets could break.\n
    > \n
    > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
    > \n
    > • MDN Web Docs article suggestions from Firefox Suggest will be available in the address bar for users searching for web development-related information.\n
    > \n
    > • The line breaking rules of Web content now match the Unicode Standard. This improves Web Browser compatibility for line breaking. An additional improvement for East Asian and South East Asian end users, Firefox now supports proper language-aware word selection when double-clicking on text for languages including Chinese, Japanese, Burmese, Lao, Khmer, and Thai.\n
    > \n
    > • Firefox now ships with a new .deb package for Linux users on Ubuntu, Debian, and Linux Mint.\n
    > \n
    > • Various security fixes.\n
    > \n
    > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/122.0/releasenotes/)\n
    > \n
    > Firefox for Android\n
    > \n
    > • Firefox for Android can now be set as the default PDF reader.\n
    > \n
    > • Firefox for Android now supports enabling Global Privacy Control. With this feature, Firefox informs websites that the user doesn’t want their data to be shared or sold. This feature is enabled by default in private browsing mode and can be enabled in normal browsing in Settings → Enhanced Tracking Protection -&gt; Tell websites not to share &amp; sell data toggle.\n
    > \n
    > • To reduce user fingerprinting information and the risk of some website compatibility issues, the OS version is now always reported as “Android 10” in Firefox for Android’s User-Agent string.\n
    > \n
    > • Various security fixes.\n
    > \n
    > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/android/122.0/releasenotes/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728145630 {#2774
    date: 2024-10-05 18:27:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2742 …}
  +votes: Doctrine\ORM\PersistentCollection {#2781 …}
  +reports: Doctrine\ORM\PersistentCollection {#2783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
  +badges: Doctrine\ORM\PersistentCollection {#2789 …}
  +children: [
    App\Entity\EntryComment {#2110
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2107 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
        \n
        woohoo!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706032171 {#2103
        date: 2024-01-23 18:49:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2124 …}
      +nested: Doctrine\ORM\PersistentCollection {#2118 …}
      +votes: Doctrine\ORM\PersistentCollection {#2121 …}
      +reports: Doctrine\ORM\PersistentCollection {#2115 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2123 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
      -id: 334645
      -bodyTs: "'creat':4 'firefox':1 'icloud':11 'keychain':12 'maco':14 'passkey':7 'store':8 'support':3 'use':6 'woohoo':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8576003"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706032171 {#2106
        date: 2024-01-23 18:49:31.0 +01:00
      }
      +"title": 334645
    }
  ]
  -id: 32652
  -titleTs: "'122':2 'firefox':1 'new':8 'releas':3"
  -bodyTs: "'/en-us/firefox/':181,300 '/en-us/firefox/122.0/releasenotes/)':185 '/en-us/firefox/android/122.0/releasenotes/)':304 '/post/11090267](https://lemmy.world/post/11090267)':7 '/releasenotes':182,301 '10':281 'addit':119 'address':87 'agent':289 'alway':277 'android':188,191,203,280,285 'articl':77 'asian':123,127 'avail':84 'awar':136 'bar':88 'break':59,100,117 'brows':237,245 'browser':113 'burmes':150 'chines':148 'click':142 'compat':114,270 'content':47,104 'control':209 'could':51,58 'creat':63 'cross':2 'cross-post':1 'data':223,257 'deb':161 'debian':168 'default':198,234 'descript':13 'develop':95 'development-rel':94 'disappear':52 'display':10 'doc':76 'doesn':219 'doubl':141 'double-click':140 'east':122,126 'enabl':206,232,242 'end':128 'engin':22 'enhanc':248 'featur':25,212,230 'fingerprint':262 'firefox':8,60,80,130,155,186,189,201,213,283 'fix':43,174,293 'global':207 'icloud':70 'imag':11 'improv':28,111,120 'includ':147 'inform':97,177,214,263,296 'interact':56 'issu':44,271 'japanes':149 'keychain':71 'khmer':152 'languag':135,146 'language-awar':134 'lao':151 'lemmy.world':6 'lemmy.world/post/11090267](https://lemmy.world/post/11090267)':5 'line':99,116 'linux':164,170 'maco':73 'match':106 'mdn':74 'mint':171 'mode':238 'much':39 'new':160 'normal':244 'os':273 'packag':162 'page':50 'passkey':66 'pdf':199 'post':3 'privaci':208 'privat':236 'proper':133 'protect':250 'provid':18 'qualiti':31 'reader':200 'receiv':26 'reduc':260 'relat':96 'report':278 'result':36 'risk':266 'rule':101 'search':15,21,91 'secur':173,292 'select':138 'sell':256 'set':195,247 'share':226,255 'ship':157 'sold':228 'south':125 'stabl':41 'standard':109 'store':67 'string':290 'suggest':16,78,81 'support':62,132,205 'tell':251 'text':144 'thai':154 'toggl':258 'track':249 'translat':24,33,54 'ubuntu':167 'unicod':108 'use':65 'user':90,129,165,218,261,288 'user-ag':287 'various':172,291 'version':274 'visit':178,297 'want':221 'web':75,93,103,112 'webpag':34 'websit':215,252,269 'widget':57 'word':137 'www.mozilla.org':180,184,299,303 'www.mozilla.org/en-us/firefox/':179,298 'www.mozilla.org/en-us/firefox/122.0/releasenotes/)':183 'www.mozilla.org/en-us/firefox/android/122.0/releasenotes/)':302"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116006
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11090269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029606 {#2762
    date: 2024-01-23 18:06:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2107
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Firefox-122-released-Here-s-what-s-new"
  +title: "Firefox 122 released: Here's what's new"
  +url: null
  +body: """
    cross-posted from: [lemmy.world/post/11090267](https://lemmy.world/post/11090267)\n
    \n
    > • Firefox now displays images and descriptions for search suggestions when provided by the search engine.\n
    > \n
    > • The translations feature received an improvement in the quality of translated webpages. The results should be much more stable. This fixes issues where the content of a page could disappear when translated, or interactive widgets could break.\n
    > \n
    > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
    > \n
    > • MDN Web Docs article suggestions from Firefox Suggest will be available in the address bar for users searching for web development-related information.\n
    > \n
    > • The line breaking rules of Web content now match the Unicode Standard. This improves Web Browser compatibility for line breaking. An additional improvement for East Asian and South East Asian end users, Firefox now supports proper language-aware word selection when double-clicking on text for languages including Chinese, Japanese, Burmese, Lao, Khmer, and Thai.\n
    > \n
    > • Firefox now ships with a new .deb package for Linux users on Ubuntu, Debian, and Linux Mint.\n
    > \n
    > • Various security fixes.\n
    > \n
    > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/122.0/releasenotes/)\n
    > \n
    > Firefox for Android\n
    > \n
    > • Firefox for Android can now be set as the default PDF reader.\n
    > \n
    > • Firefox for Android now supports enabling Global Privacy Control. With this feature, Firefox informs websites that the user doesn’t want their data to be shared or sold. This feature is enabled by default in private browsing mode and can be enabled in normal browsing in Settings → Enhanced Tracking Protection -&gt; Tell websites not to share &amp; sell data toggle.\n
    > \n
    > • To reduce user fingerprinting information and the risk of some website compatibility issues, the OS version is now always reported as “Android 10” in Firefox for Android’s User-Agent string.\n
    > \n
    > • Various security fixes.\n
    > \n
    > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/android/122.0/releasenotes/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728145630 {#2774
    date: 2024-10-05 18:27:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2742 …}
  +votes: Doctrine\ORM\PersistentCollection {#2781 …}
  +reports: Doctrine\ORM\PersistentCollection {#2783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
  +badges: Doctrine\ORM\PersistentCollection {#2789 …}
  +children: [
    App\Entity\EntryComment {#2110
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2107 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
        \n
        woohoo!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706032171 {#2103
        date: 2024-01-23 18:49:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2124 …}
      +nested: Doctrine\ORM\PersistentCollection {#2118 …}
      +votes: Doctrine\ORM\PersistentCollection {#2121 …}
      +reports: Doctrine\ORM\PersistentCollection {#2115 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2123 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
      -id: 334645
      -bodyTs: "'creat':4 'firefox':1 'icloud':11 'keychain':12 'maco':14 'passkey':7 'store':8 'support':3 'use':6 'woohoo':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8576003"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706032171 {#2106
        date: 2024-01-23 18:49:31.0 +01:00
      }
      +"title": 334645
    }
  ]
  -id: 32652
  -titleTs: "'122':2 'firefox':1 'new':8 'releas':3"
  -bodyTs: "'/en-us/firefox/':181,300 '/en-us/firefox/122.0/releasenotes/)':185 '/en-us/firefox/android/122.0/releasenotes/)':304 '/post/11090267](https://lemmy.world/post/11090267)':7 '/releasenotes':182,301 '10':281 'addit':119 'address':87 'agent':289 'alway':277 'android':188,191,203,280,285 'articl':77 'asian':123,127 'avail':84 'awar':136 'bar':88 'break':59,100,117 'brows':237,245 'browser':113 'burmes':150 'chines':148 'click':142 'compat':114,270 'content':47,104 'control':209 'could':51,58 'creat':63 'cross':2 'cross-post':1 'data':223,257 'deb':161 'debian':168 'default':198,234 'descript':13 'develop':95 'development-rel':94 'disappear':52 'display':10 'doc':76 'doesn':219 'doubl':141 'double-click':140 'east':122,126 'enabl':206,232,242 'end':128 'engin':22 'enhanc':248 'featur':25,212,230 'fingerprint':262 'firefox':8,60,80,130,155,186,189,201,213,283 'fix':43,174,293 'global':207 'icloud':70 'imag':11 'improv':28,111,120 'includ':147 'inform':97,177,214,263,296 'interact':56 'issu':44,271 'japanes':149 'keychain':71 'khmer':152 'languag':135,146 'language-awar':134 'lao':151 'lemmy.world':6 'lemmy.world/post/11090267](https://lemmy.world/post/11090267)':5 'line':99,116 'linux':164,170 'maco':73 'match':106 'mdn':74 'mint':171 'mode':238 'much':39 'new':160 'normal':244 'os':273 'packag':162 'page':50 'passkey':66 'pdf':199 'post':3 'privaci':208 'privat':236 'proper':133 'protect':250 'provid':18 'qualiti':31 'reader':200 'receiv':26 'reduc':260 'relat':96 'report':278 'result':36 'risk':266 'rule':101 'search':15,21,91 'secur':173,292 'select':138 'sell':256 'set':195,247 'share':226,255 'ship':157 'sold':228 'south':125 'stabl':41 'standard':109 'store':67 'string':290 'suggest':16,78,81 'support':62,132,205 'tell':251 'text':144 'thai':154 'toggl':258 'track':249 'translat':24,33,54 'ubuntu':167 'unicod':108 'use':65 'user':90,129,165,218,261,288 'user-ag':287 'various':172,291 'version':274 'visit':178,297 'want':221 'web':75,93,103,112 'webpag':34 'websit':215,252,269 'widget':57 'word':137 'www.mozilla.org':180,184,299,303 'www.mozilla.org/en-us/firefox/':179,298 'www.mozilla.org/en-us/firefox/122.0/releasenotes/)':183 'www.mozilla.org/en-us/firefox/android/122.0/releasenotes/)':302"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116006
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11090269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029606 {#2762
    date: 2024-01-23 18:06:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2107
  +user: Proxies\__CG__\App\Entity\User {#2723 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Firefox-122-released-Here-s-what-s-new"
  +title: "Firefox 122 released: Here's what's new"
  +url: null
  +body: """
    cross-posted from: [lemmy.world/post/11090267](https://lemmy.world/post/11090267)\n
    \n
    > • Firefox now displays images and descriptions for search suggestions when provided by the search engine.\n
    > \n
    > • The translations feature received an improvement in the quality of translated webpages. The results should be much more stable. This fixes issues where the content of a page could disappear when translated, or interactive widgets could break.\n
    > \n
    > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
    > \n
    > • MDN Web Docs article suggestions from Firefox Suggest will be available in the address bar for users searching for web development-related information.\n
    > \n
    > • The line breaking rules of Web content now match the Unicode Standard. This improves Web Browser compatibility for line breaking. An additional improvement for East Asian and South East Asian end users, Firefox now supports proper language-aware word selection when double-clicking on text for languages including Chinese, Japanese, Burmese, Lao, Khmer, and Thai.\n
    > \n
    > • Firefox now ships with a new .deb package for Linux users on Ubuntu, Debian, and Linux Mint.\n
    > \n
    > • Various security fixes.\n
    > \n
    > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/122.0/releasenotes/)\n
    > \n
    > Firefox for Android\n
    > \n
    > • Firefox for Android can now be set as the default PDF reader.\n
    > \n
    > • Firefox for Android now supports enabling Global Privacy Control. With this feature, Firefox informs websites that the user doesn’t want their data to be shared or sold. This feature is enabled by default in private browsing mode and can be enabled in normal browsing in Settings → Enhanced Tracking Protection -&gt; Tell websites not to share &amp; sell data toggle.\n
    > \n
    > • To reduce user fingerprinting information and the risk of some website compatibility issues, the OS version is now always reported as “Android 10” in Firefox for Android’s User-Agent string.\n
    > \n
    > • Various security fixes.\n
    > \n
    > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/android/122.0/releasenotes/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728145630 {#2774
    date: 2024-10-05 18:27:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2742 …}
  +votes: Doctrine\ORM\PersistentCollection {#2781 …}
  +reports: Doctrine\ORM\PersistentCollection {#2783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
  +badges: Doctrine\ORM\PersistentCollection {#2789 …}
  +children: [
    App\Entity\EntryComment {#2110
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2107 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
        \n
        woohoo!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706032171 {#2103
        date: 2024-01-23 18:49:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ForgottenFlux@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2124 …}
      +nested: Doctrine\ORM\PersistentCollection {#2118 …}
      +votes: Doctrine\ORM\PersistentCollection {#2121 …}
      +reports: Doctrine\ORM\PersistentCollection {#2115 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2123 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
      -id: 334645
      -bodyTs: "'creat':4 'firefox':1 'icloud':11 'keychain':12 'maco':14 'passkey':7 'store':8 'support':3 'use':6 'woohoo':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8576003"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706032171 {#2106
        date: 2024-01-23 18:49:31.0 +01:00
      }
      +"title": 334645
    }
  ]
  -id: 32652
  -titleTs: "'122':2 'firefox':1 'new':8 'releas':3"
  -bodyTs: "'/en-us/firefox/':181,300 '/en-us/firefox/122.0/releasenotes/)':185 '/en-us/firefox/android/122.0/releasenotes/)':304 '/post/11090267](https://lemmy.world/post/11090267)':7 '/releasenotes':182,301 '10':281 'addit':119 'address':87 'agent':289 'alway':277 'android':188,191,203,280,285 'articl':77 'asian':123,127 'avail':84 'awar':136 'bar':88 'break':59,100,117 'brows':237,245 'browser':113 'burmes':150 'chines':148 'click':142 'compat':114,270 'content':47,104 'control':209 'could':51,58 'creat':63 'cross':2 'cross-post':1 'data':223,257 'deb':161 'debian':168 'default':198,234 'descript':13 'develop':95 'development-rel':94 'disappear':52 'display':10 'doc':76 'doesn':219 'doubl':141 'double-click':140 'east':122,126 'enabl':206,232,242 'end':128 'engin':22 'enhanc':248 'featur':25,212,230 'fingerprint':262 'firefox':8,60,80,130,155,186,189,201,213,283 'fix':43,174,293 'global':207 'icloud':70 'imag':11 'improv':28,111,120 'includ':147 'inform':97,177,214,263,296 'interact':56 'issu':44,271 'japanes':149 'keychain':71 'khmer':152 'languag':135,146 'language-awar':134 'lao':151 'lemmy.world':6 'lemmy.world/post/11090267](https://lemmy.world/post/11090267)':5 'line':99,116 'linux':164,170 'maco':73 'match':106 'mdn':74 'mint':171 'mode':238 'much':39 'new':160 'normal':244 'os':273 'packag':162 'page':50 'passkey':66 'pdf':199 'post':3 'privaci':208 'privat':236 'proper':133 'protect':250 'provid':18 'qualiti':31 'reader':200 'receiv':26 'reduc':260 'relat':96 'report':278 'result':36 'risk':266 'rule':101 'search':15,21,91 'secur':173,292 'select':138 'sell':256 'set':195,247 'share':226,255 'ship':157 'sold':228 'south':125 'stabl':41 'standard':109 'store':67 'string':290 'suggest':16,78,81 'support':62,132,205 'tell':251 'text':144 'thai':154 'toggl':258 'track':249 'translat':24,33,54 'ubuntu':167 'unicod':108 'use':65 'user':90,129,165,218,261,288 'user-ag':287 'various':172,291 'version':274 'visit':178,297 'want':221 'web':75,93,103,112 'webpag':34 'websit':215,252,269 'widget':57 'word':137 'www.mozilla.org':180,184,299,303 'www.mozilla.org/en-us/firefox/':179,298 'www.mozilla.org/en-us/firefox/122.0/releasenotes/)':183 'www.mozilla.org/en-us/firefox/android/122.0/releasenotes/)':302"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706116006
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11090269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706029606 {#2762
    date: 2024-01-23 18:06:46.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2110
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2107
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Firefox-122-released-Here-s-what-s-new"
    +title: "Firefox 122 released: Here's what's new"
    +url: null
    +body: """
      cross-posted from: [lemmy.world/post/11090267](https://lemmy.world/post/11090267)\n
      \n
      > • Firefox now displays images and descriptions for search suggestions when provided by the search engine.\n
      > \n
      > • The translations feature received an improvement in the quality of translated webpages. The results should be much more stable. This fixes issues where the content of a page could disappear when translated, or interactive widgets could break.\n
      > \n
      > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
      > \n
      > • MDN Web Docs article suggestions from Firefox Suggest will be available in the address bar for users searching for web development-related information.\n
      > \n
      > • The line breaking rules of Web content now match the Unicode Standard. This improves Web Browser compatibility for line breaking. An additional improvement for East Asian and South East Asian end users, Firefox now supports proper language-aware word selection when double-clicking on text for languages including Chinese, Japanese, Burmese, Lao, Khmer, and Thai.\n
      > \n
      > • Firefox now ships with a new .deb package for Linux users on Ubuntu, Debian, and Linux Mint.\n
      > \n
      > • Various security fixes.\n
      > \n
      > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/122.0/releasenotes/)\n
      > \n
      > Firefox for Android\n
      > \n
      > • Firefox for Android can now be set as the default PDF reader.\n
      > \n
      > • Firefox for Android now supports enabling Global Privacy Control. With this feature, Firefox informs websites that the user doesn’t want their data to be shared or sold. This feature is enabled by default in private browsing mode and can be enabled in normal browsing in Settings → Enhanced Tracking Protection -&gt; Tell websites not to share &amp; sell data toggle.\n
      > \n
      > • To reduce user fingerprinting information and the risk of some website compatibility issues, the OS version is now always reported as “Android 10” in Firefox for Android’s User-Agent string.\n
      > \n
      > • Various security fixes.\n
      > \n
      > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/android/122.0/releasenotes/)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728145630 {#2774
      date: 2024-10-05 18:27:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2742 …}
    +votes: Doctrine\ORM\PersistentCollection {#2781 …}
    +reports: Doctrine\ORM\PersistentCollection {#2783 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
    +badges: Doctrine\ORM\PersistentCollection {#2789 …}
    +children: [
      App\Entity\EntryComment {#2110}
    ]
    -id: 32652
    -titleTs: "'122':2 'firefox':1 'new':8 'releas':3"
    -bodyTs: "'/en-us/firefox/':181,300 '/en-us/firefox/122.0/releasenotes/)':185 '/en-us/firefox/android/122.0/releasenotes/)':304 '/post/11090267](https://lemmy.world/post/11090267)':7 '/releasenotes':182,301 '10':281 'addit':119 'address':87 'agent':289 'alway':277 'android':188,191,203,280,285 'articl':77 'asian':123,127 'avail':84 'awar':136 'bar':88 'break':59,100,117 'brows':237,245 'browser':113 'burmes':150 'chines':148 'click':142 'compat':114,270 'content':47,104 'control':209 'could':51,58 'creat':63 'cross':2 'cross-post':1 'data':223,257 'deb':161 'debian':168 'default':198,234 'descript':13 'develop':95 'development-rel':94 'disappear':52 'display':10 'doc':76 'doesn':219 'doubl':141 'double-click':140 'east':122,126 'enabl':206,232,242 'end':128 'engin':22 'enhanc':248 'featur':25,212,230 'fingerprint':262 'firefox':8,60,80,130,155,186,189,201,213,283 'fix':43,174,293 'global':207 'icloud':70 'imag':11 'improv':28,111,120 'includ':147 'inform':97,177,214,263,296 'interact':56 'issu':44,271 'japanes':149 'keychain':71 'khmer':152 'languag':135,146 'language-awar':134 'lao':151 'lemmy.world':6 'lemmy.world/post/11090267](https://lemmy.world/post/11090267)':5 'line':99,116 'linux':164,170 'maco':73 'match':106 'mdn':74 'mint':171 'mode':238 'much':39 'new':160 'normal':244 'os':273 'packag':162 'page':50 'passkey':66 'pdf':199 'post':3 'privaci':208 'privat':236 'proper':133 'protect':250 'provid':18 'qualiti':31 'reader':200 'receiv':26 'reduc':260 'relat':96 'report':278 'result':36 'risk':266 'rule':101 'search':15,21,91 'secur':173,292 'select':138 'sell':256 'set':195,247 'share':226,255 'ship':157 'sold':228 'south':125 'stabl':41 'standard':109 'store':67 'string':290 'suggest':16,78,81 'support':62,132,205 'tell':251 'text':144 'thai':154 'toggl':258 'track':249 'translat':24,33,54 'ubuntu':167 'unicod':108 'use':65 'user':90,129,165,218,261,288 'user-ag':287 'various':172,291 'version':274 'visit':178,297 'want':221 'web':75,93,103,112 'webpag':34 'websit':215,252,269 'widget':57 'word':137 'www.mozilla.org':180,184,299,303 'www.mozilla.org/en-us/firefox/':179,298 'www.mozilla.org/en-us/firefox/122.0/releasenotes/)':183 'www.mozilla.org/en-us/firefox/android/122.0/releasenotes/)':302"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116006
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11090269"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029606 {#2762
      date: 2024-01-23 18:06:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
    \n
    woohoo!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706032171 {#2103
    date: 2024-01-23 18:49:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2124 …}
  +nested: Doctrine\ORM\PersistentCollection {#2118 …}
  +votes: Doctrine\ORM\PersistentCollection {#2121 …}
  +reports: Doctrine\ORM\PersistentCollection {#2115 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2123 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
  -id: 334645
  -bodyTs: "'creat':4 'firefox':1 'icloud':11 'keychain':12 'maco':14 'passkey':7 'store':8 'support':3 'use':6 'woohoo':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8576003"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706032171 {#2106
    date: 2024-01-23 18:49:31.0 +01:00
  }
  +"title": 334645
}
"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 {#2110
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2107
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Firefox-122-released-Here-s-what-s-new"
    +title: "Firefox 122 released: Here's what's new"
    +url: null
    +body: """
      cross-posted from: [lemmy.world/post/11090267](https://lemmy.world/post/11090267)\n
      \n
      > • Firefox now displays images and descriptions for search suggestions when provided by the search engine.\n
      > \n
      > • The translations feature received an improvement in the quality of translated webpages. The results should be much more stable. This fixes issues where the content of a page could disappear when translated, or interactive widgets could break.\n
      > \n
      > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
      > \n
      > • MDN Web Docs article suggestions from Firefox Suggest will be available in the address bar for users searching for web development-related information.\n
      > \n
      > • The line breaking rules of Web content now match the Unicode Standard. This improves Web Browser compatibility for line breaking. An additional improvement for East Asian and South East Asian end users, Firefox now supports proper language-aware word selection when double-clicking on text for languages including Chinese, Japanese, Burmese, Lao, Khmer, and Thai.\n
      > \n
      > • Firefox now ships with a new .deb package for Linux users on Ubuntu, Debian, and Linux Mint.\n
      > \n
      > • Various security fixes.\n
      > \n
      > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/122.0/releasenotes/)\n
      > \n
      > Firefox for Android\n
      > \n
      > • Firefox for Android can now be set as the default PDF reader.\n
      > \n
      > • Firefox for Android now supports enabling Global Privacy Control. With this feature, Firefox informs websites that the user doesn’t want their data to be shared or sold. This feature is enabled by default in private browsing mode and can be enabled in normal browsing in Settings → Enhanced Tracking Protection -&gt; Tell websites not to share &amp; sell data toggle.\n
      > \n
      > • To reduce user fingerprinting information and the risk of some website compatibility issues, the OS version is now always reported as “Android 10” in Firefox for Android’s User-Agent string.\n
      > \n
      > • Various security fixes.\n
      > \n
      > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/android/122.0/releasenotes/)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728145630 {#2774
      date: 2024-10-05 18:27:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2742 …}
    +votes: Doctrine\ORM\PersistentCollection {#2781 …}
    +reports: Doctrine\ORM\PersistentCollection {#2783 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
    +badges: Doctrine\ORM\PersistentCollection {#2789 …}
    +children: [
      App\Entity\EntryComment {#2110}
    ]
    -id: 32652
    -titleTs: "'122':2 'firefox':1 'new':8 'releas':3"
    -bodyTs: "'/en-us/firefox/':181,300 '/en-us/firefox/122.0/releasenotes/)':185 '/en-us/firefox/android/122.0/releasenotes/)':304 '/post/11090267](https://lemmy.world/post/11090267)':7 '/releasenotes':182,301 '10':281 'addit':119 'address':87 'agent':289 'alway':277 'android':188,191,203,280,285 'articl':77 'asian':123,127 'avail':84 'awar':136 'bar':88 'break':59,100,117 'brows':237,245 'browser':113 'burmes':150 'chines':148 'click':142 'compat':114,270 'content':47,104 'control':209 'could':51,58 'creat':63 'cross':2 'cross-post':1 'data':223,257 'deb':161 'debian':168 'default':198,234 'descript':13 'develop':95 'development-rel':94 'disappear':52 'display':10 'doc':76 'doesn':219 'doubl':141 'double-click':140 'east':122,126 'enabl':206,232,242 'end':128 'engin':22 'enhanc':248 'featur':25,212,230 'fingerprint':262 'firefox':8,60,80,130,155,186,189,201,213,283 'fix':43,174,293 'global':207 'icloud':70 'imag':11 'improv':28,111,120 'includ':147 'inform':97,177,214,263,296 'interact':56 'issu':44,271 'japanes':149 'keychain':71 'khmer':152 'languag':135,146 'language-awar':134 'lao':151 'lemmy.world':6 'lemmy.world/post/11090267](https://lemmy.world/post/11090267)':5 'line':99,116 'linux':164,170 'maco':73 'match':106 'mdn':74 'mint':171 'mode':238 'much':39 'new':160 'normal':244 'os':273 'packag':162 'page':50 'passkey':66 'pdf':199 'post':3 'privaci':208 'privat':236 'proper':133 'protect':250 'provid':18 'qualiti':31 'reader':200 'receiv':26 'reduc':260 'relat':96 'report':278 'result':36 'risk':266 'rule':101 'search':15,21,91 'secur':173,292 'select':138 'sell':256 'set':195,247 'share':226,255 'ship':157 'sold':228 'south':125 'stabl':41 'standard':109 'store':67 'string':290 'suggest':16,78,81 'support':62,132,205 'tell':251 'text':144 'thai':154 'toggl':258 'track':249 'translat':24,33,54 'ubuntu':167 'unicod':108 'use':65 'user':90,129,165,218,261,288 'user-ag':287 'various':172,291 'version':274 'visit':178,297 'want':221 'web':75,93,103,112 'webpag':34 'websit':215,252,269 'widget':57 'word':137 'www.mozilla.org':180,184,299,303 'www.mozilla.org/en-us/firefox/':179,298 'www.mozilla.org/en-us/firefox/122.0/releasenotes/)':183 'www.mozilla.org/en-us/firefox/android/122.0/releasenotes/)':302"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116006
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11090269"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029606 {#2762
      date: 2024-01-23 18:06:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
    \n
    woohoo!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706032171 {#2103
    date: 2024-01-23 18:49:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2124 …}
  +nested: Doctrine\ORM\PersistentCollection {#2118 …}
  +votes: Doctrine\ORM\PersistentCollection {#2121 …}
  +reports: Doctrine\ORM\PersistentCollection {#2115 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2123 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
  -id: 334645
  -bodyTs: "'creat':4 'firefox':1 'icloud':11 'keychain':12 'maco':14 'passkey':7 'store':8 'support':3 'use':6 'woohoo':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8576003"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706032171 {#2106
    date: 2024-01-23 18:49:31.0 +01:00
  }
  +"title": 334645
}
"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 {#2110
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2107
    +user: Proxies\__CG__\App\Entity\User {#2723 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Firefox-122-released-Here-s-what-s-new"
    +title: "Firefox 122 released: Here's what's new"
    +url: null
    +body: """
      cross-posted from: [lemmy.world/post/11090267](https://lemmy.world/post/11090267)\n
      \n
      > • Firefox now displays images and descriptions for search suggestions when provided by the search engine.\n
      > \n
      > • The translations feature received an improvement in the quality of translated webpages. The results should be much more stable. This fixes issues where the content of a page could disappear when translated, or interactive widgets could break.\n
      > \n
      > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
      > \n
      > • MDN Web Docs article suggestions from Firefox Suggest will be available in the address bar for users searching for web development-related information.\n
      > \n
      > • The line breaking rules of Web content now match the Unicode Standard. This improves Web Browser compatibility for line breaking. An additional improvement for East Asian and South East Asian end users, Firefox now supports proper language-aware word selection when double-clicking on text for languages including Chinese, Japanese, Burmese, Lao, Khmer, and Thai.\n
      > \n
      > • Firefox now ships with a new .deb package for Linux users on Ubuntu, Debian, and Linux Mint.\n
      > \n
      > • Various security fixes.\n
      > \n
      > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/122.0/releasenotes/)\n
      > \n
      > Firefox for Android\n
      > \n
      > • Firefox for Android can now be set as the default PDF reader.\n
      > \n
      > • Firefox for Android now supports enabling Global Privacy Control. With this feature, Firefox informs websites that the user doesn’t want their data to be shared or sold. This feature is enabled by default in private browsing mode and can be enabled in normal browsing in Settings → Enhanced Tracking Protection -&gt; Tell websites not to share &amp; sell data toggle.\n
      > \n
      > • To reduce user fingerprinting information and the risk of some website compatibility issues, the OS version is now always reported as “Android 10” in Firefox for Android’s User-Agent string.\n
      > \n
      > • Various security fixes.\n
      > \n
      > For more information, visit [www.mozilla.org/en-US/firefox/…/releasenotes/](https://www.mozilla.org/en-US/firefox/android/122.0/releasenotes/)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 49
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728145630 {#2774
      date: 2024-10-05 18:27:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2742 …}
    +votes: Doctrine\ORM\PersistentCollection {#2781 …}
    +reports: Doctrine\ORM\PersistentCollection {#2783 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2787 …}
    +badges: Doctrine\ORM\PersistentCollection {#2789 …}
    +children: [
      App\Entity\EntryComment {#2110}
    ]
    -id: 32652
    -titleTs: "'122':2 'firefox':1 'new':8 'releas':3"
    -bodyTs: "'/en-us/firefox/':181,300 '/en-us/firefox/122.0/releasenotes/)':185 '/en-us/firefox/android/122.0/releasenotes/)':304 '/post/11090267](https://lemmy.world/post/11090267)':7 '/releasenotes':182,301 '10':281 'addit':119 'address':87 'agent':289 'alway':277 'android':188,191,203,280,285 'articl':77 'asian':123,127 'avail':84 'awar':136 'bar':88 'break':59,100,117 'brows':237,245 'browser':113 'burmes':150 'chines':148 'click':142 'compat':114,270 'content':47,104 'control':209 'could':51,58 'creat':63 'cross':2 'cross-post':1 'data':223,257 'deb':161 'debian':168 'default':198,234 'descript':13 'develop':95 'development-rel':94 'disappear':52 'display':10 'doc':76 'doesn':219 'doubl':141 'double-click':140 'east':122,126 'enabl':206,232,242 'end':128 'engin':22 'enhanc':248 'featur':25,212,230 'fingerprint':262 'firefox':8,60,80,130,155,186,189,201,213,283 'fix':43,174,293 'global':207 'icloud':70 'imag':11 'improv':28,111,120 'includ':147 'inform':97,177,214,263,296 'interact':56 'issu':44,271 'japanes':149 'keychain':71 'khmer':152 'languag':135,146 'language-awar':134 'lao':151 'lemmy.world':6 'lemmy.world/post/11090267](https://lemmy.world/post/11090267)':5 'line':99,116 'linux':164,170 'maco':73 'match':106 'mdn':74 'mint':171 'mode':238 'much':39 'new':160 'normal':244 'os':273 'packag':162 'page':50 'passkey':66 'pdf':199 'post':3 'privaci':208 'privat':236 'proper':133 'protect':250 'provid':18 'qualiti':31 'reader':200 'receiv':26 'reduc':260 'relat':96 'report':278 'result':36 'risk':266 'rule':101 'search':15,21,91 'secur':173,292 'select':138 'sell':256 'set':195,247 'share':226,255 'ship':157 'sold':228 'south':125 'stabl':41 'standard':109 'store':67 'string':290 'suggest':16,78,81 'support':62,132,205 'tell':251 'text':144 'thai':154 'toggl':258 'track':249 'translat':24,33,54 'ubuntu':167 'unicod':108 'use':65 'user':90,129,165,218,261,288 'user-ag':287 'various':172,291 'version':274 'visit':178,297 'want':221 'web':75,93,103,112 'webpag':34 'websit':215,252,269 'widget':57 'word':137 'www.mozilla.org':180,184,299,303 'www.mozilla.org/en-us/firefox/':179,298 'www.mozilla.org/en-us/firefox/122.0/releasenotes/)':183 'www.mozilla.org/en-us/firefox/android/122.0/releasenotes/)':302"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706116006
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11090269"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706029606 {#2762
      date: 2024-01-23 18:06:46.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2112 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > • Firefox now supports creating and using passkeys stored in the iCloud Keychain on macOS.\n
    \n
    woohoo!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706032171 {#2103
    date: 2024-01-23 18:49:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ForgottenFlux@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2124 …}
  +nested: Doctrine\ORM\PersistentCollection {#2118 …}
  +votes: Doctrine\ORM\PersistentCollection {#2121 …}
  +reports: Doctrine\ORM\PersistentCollection {#2115 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2123 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
  -id: 334645
  -bodyTs: "'creat':4 'firefox':1 'icloud':11 'keychain':12 'maco':14 'passkey':7 'store':8 'support':3 'use':6 'woohoo':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8576003"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706032171 {#2106
    date: 2024-01-23 18:49:31.0 +01:00
  }
  +"title": 334645
}
"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 {#2071
  +user: Proxies\__CG__\App\Entity\User {#2759 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Which-carbonated-soft-drink-is-the-best"
  +title: "Which carbonated soft drink is the best?"
  +url: null
  +body: """
    The age old question. Coke? Pepsi? Store brand? Any other?\n
    \n
    I’m personally a Dr Pepper guy myself.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 121
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728298059 {#2791
    date: 2024-10-07 12:47:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2796 …}
  +votes: Doctrine\ORM\PersistentCollection {#2799 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
  +badges: Doctrine\ORM\PersistentCollection {#2807 …}
  +children: [
    1 => App\Entity\EntryComment {#2066
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
      +body: """
        My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
        \n
        I’m also a big fan of ice-cold Sprite.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705880530 {#2065
        date: 2024-01-22 00:42:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@serpineslair@lemmy.world"
        "@stoy@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2070 …}
      +nested: Doctrine\ORM\PersistentCollection {#2048 …}
      +votes: Doctrine\ORM\PersistentCollection {#2056 …}
      +reports: Doctrine\ORM\PersistentCollection {#2046 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
      -id: 329734
      -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8516471"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705880530 {#2074
        date: 2024-01-22 00:42:10.0 +01:00
      }
      +"title": 329734
    }
    0 => App\Entity\EntryComment {#2058
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
      +body: "Sprite is pretty amazing."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705880600 {#2052
        date: 2024-01-22 00:43:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@serpineslair@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2125 …}
      +nested: Doctrine\ORM\PersistentCollection {#2041 …}
      +votes: Doctrine\ORM\PersistentCollection {#2100 …}
      +reports: Doctrine\ORM\PersistentCollection {#2105 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
      -id: 329739
      -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8516512"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705880600 {#2054
        date: 2024-01-22 00:43:20.0 +01:00
      }
      +"title": 329739
    }
  ]
  -id: 32244
  -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
  -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705961038
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11012484"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705874638 {#2780
    date: 2024-01-21 23:03:58.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 {#2071
  +user: Proxies\__CG__\App\Entity\User {#2759 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Which-carbonated-soft-drink-is-the-best"
  +title: "Which carbonated soft drink is the best?"
  +url: null
  +body: """
    The age old question. Coke? Pepsi? Store brand? Any other?\n
    \n
    I’m personally a Dr Pepper guy myself.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 121
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728298059 {#2791
    date: 2024-10-07 12:47:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2796 …}
  +votes: Doctrine\ORM\PersistentCollection {#2799 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
  +badges: Doctrine\ORM\PersistentCollection {#2807 …}
  +children: [
    1 => App\Entity\EntryComment {#2066
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
      +body: """
        My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
        \n
        I’m also a big fan of ice-cold Sprite.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705880530 {#2065
        date: 2024-01-22 00:42:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@serpineslair@lemmy.world"
        "@stoy@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2070 …}
      +nested: Doctrine\ORM\PersistentCollection {#2048 …}
      +votes: Doctrine\ORM\PersistentCollection {#2056 …}
      +reports: Doctrine\ORM\PersistentCollection {#2046 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
      -id: 329734
      -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8516471"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705880530 {#2074
        date: 2024-01-22 00:42:10.0 +01:00
      }
      +"title": 329734
    }
    0 => App\Entity\EntryComment {#2058
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
      +body: "Sprite is pretty amazing."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705880600 {#2052
        date: 2024-01-22 00:43:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@serpineslair@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2125 …}
      +nested: Doctrine\ORM\PersistentCollection {#2041 …}
      +votes: Doctrine\ORM\PersistentCollection {#2100 …}
      +reports: Doctrine\ORM\PersistentCollection {#2105 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
      -id: 329739
      -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8516512"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705880600 {#2054
        date: 2024-01-22 00:43:20.0 +01:00
      }
      +"title": 329739
    }
  ]
  -id: 32244
  -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
  -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705961038
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11012484"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705874638 {#2780
    date: 2024-01-21 23:03:58.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 {#2071
  +user: Proxies\__CG__\App\Entity\User {#2759 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Which-carbonated-soft-drink-is-the-best"
  +title: "Which carbonated soft drink is the best?"
  +url: null
  +body: """
    The age old question. Coke? Pepsi? Store brand? Any other?\n
    \n
    I’m personally a Dr Pepper guy myself.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 121
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728298059 {#2791
    date: 2024-10-07 12:47:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2796 …}
  +votes: Doctrine\ORM\PersistentCollection {#2799 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
  +badges: Doctrine\ORM\PersistentCollection {#2807 …}
  +children: [
    1 => App\Entity\EntryComment {#2066
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
      +body: """
        My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
        \n
        I’m also a big fan of ice-cold Sprite.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705880530 {#2065
        date: 2024-01-22 00:42:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@serpineslair@lemmy.world"
        "@stoy@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2070 …}
      +nested: Doctrine\ORM\PersistentCollection {#2048 …}
      +votes: Doctrine\ORM\PersistentCollection {#2056 …}
      +reports: Doctrine\ORM\PersistentCollection {#2046 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
      -id: 329734
      -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8516471"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705880530 {#2074
        date: 2024-01-22 00:42:10.0 +01:00
      }
      +"title": 329734
    }
    0 => App\Entity\EntryComment {#2058
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
      +body: "Sprite is pretty amazing."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705880600 {#2052
        date: 2024-01-22 00:43:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@serpineslair@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2125 …}
      +nested: Doctrine\ORM\PersistentCollection {#2041 …}
      +votes: Doctrine\ORM\PersistentCollection {#2100 …}
      +reports: Doctrine\ORM\PersistentCollection {#2105 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
      -id: 329739
      -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8516512"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705880600 {#2054
        date: 2024-01-22 00:43:20.0 +01:00
      }
      +"title": 329739
    }
  ]
  -id: 32244
  -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
  -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705961038
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11012484"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705874638 {#2780
    date: 2024-01-21 23:03:58.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 {#2066
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2759 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Which-carbonated-soft-drink-is-the-best"
    +title: "Which carbonated soft drink is the best?"
    +url: null
    +body: """
      The age old question. Coke? Pepsi? Store brand? Any other?\n
      \n
      I’m personally a Dr Pepper guy myself.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 121
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728298059 {#2791
      date: 2024-10-07 12:47:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      1 => App\Entity\EntryComment {#2066}
      0 => App\Entity\EntryComment {#2058
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
        +body: "Sprite is pretty amazing."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705880600 {#2052
          date: 2024-01-22 00:43:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@serpineslair@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2125 …}
        +nested: Doctrine\ORM\PersistentCollection {#2041 …}
        +votes: Doctrine\ORM\PersistentCollection {#2100 …}
        +reports: Doctrine\ORM\PersistentCollection {#2105 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
        -id: 329739
        -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8516512"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705880600 {#2054
          date: 2024-01-22 00:43:20.0 +01:00
        }
        +"title": 329739
      }
    ]
    -id: 32244
    -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
    -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705961038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11012484"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705874638 {#2780
      date: 2024-01-21 23:03:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
  +body: """
    My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
    \n
    I’m also a big fan of ice-cold Sprite.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705880530 {#2065
    date: 2024-01-22 00:42:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@serpineslair@lemmy.world"
    "@stoy@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2070 …}
  +nested: Doctrine\ORM\PersistentCollection {#2048 …}
  +votes: Doctrine\ORM\PersistentCollection {#2056 …}
  +reports: Doctrine\ORM\PersistentCollection {#2046 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
  -id: 329734
  -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8516471"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705880530 {#2074
    date: 2024-01-22 00:42:10.0 +01:00
  }
  +"title": 329734
}
"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 {#2066
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2759 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Which-carbonated-soft-drink-is-the-best"
    +title: "Which carbonated soft drink is the best?"
    +url: null
    +body: """
      The age old question. Coke? Pepsi? Store brand? Any other?\n
      \n
      I’m personally a Dr Pepper guy myself.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 121
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728298059 {#2791
      date: 2024-10-07 12:47:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      1 => App\Entity\EntryComment {#2066}
      0 => App\Entity\EntryComment {#2058
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
        +body: "Sprite is pretty amazing."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705880600 {#2052
          date: 2024-01-22 00:43:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@serpineslair@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2125 …}
        +nested: Doctrine\ORM\PersistentCollection {#2041 …}
        +votes: Doctrine\ORM\PersistentCollection {#2100 …}
        +reports: Doctrine\ORM\PersistentCollection {#2105 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
        -id: 329739
        -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8516512"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705880600 {#2054
          date: 2024-01-22 00:43:20.0 +01:00
        }
        +"title": 329739
      }
    ]
    -id: 32244
    -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
    -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705961038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11012484"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705874638 {#2780
      date: 2024-01-21 23:03:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
  +body: """
    My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
    \n
    I’m also a big fan of ice-cold Sprite.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705880530 {#2065
    date: 2024-01-22 00:42:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@serpineslair@lemmy.world"
    "@stoy@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2070 …}
  +nested: Doctrine\ORM\PersistentCollection {#2048 …}
  +votes: Doctrine\ORM\PersistentCollection {#2056 …}
  +reports: Doctrine\ORM\PersistentCollection {#2046 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
  -id: 329734
  -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8516471"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705880530 {#2074
    date: 2024-01-22 00:42:10.0 +01:00
  }
  +"title": 329734
}
"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 {#2066
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2759 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Which-carbonated-soft-drink-is-the-best"
    +title: "Which carbonated soft drink is the best?"
    +url: null
    +body: """
      The age old question. Coke? Pepsi? Store brand? Any other?\n
      \n
      I’m personally a Dr Pepper guy myself.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 121
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728298059 {#2791
      date: 2024-10-07 12:47:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      1 => App\Entity\EntryComment {#2066}
      0 => App\Entity\EntryComment {#2058
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
        +body: "Sprite is pretty amazing."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705880600 {#2052
          date: 2024-01-22 00:43:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@serpineslair@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2125 …}
        +nested: Doctrine\ORM\PersistentCollection {#2041 …}
        +votes: Doctrine\ORM\PersistentCollection {#2100 …}
        +reports: Doctrine\ORM\PersistentCollection {#2105 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
        -id: 329739
        -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8516512"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705880600 {#2054
          date: 2024-01-22 00:43:20.0 +01:00
        }
        +"title": 329739
      }
    ]
    -id: 32244
    -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
    -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705961038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11012484"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705874638 {#2780
      date: 2024-01-21 23:03:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
  +body: """
    My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
    \n
    I’m also a big fan of ice-cold Sprite.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705880530 {#2065
    date: 2024-01-22 00:42:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@serpineslair@lemmy.world"
    "@stoy@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2070 …}
  +nested: Doctrine\ORM\PersistentCollection {#2048 …}
  +votes: Doctrine\ORM\PersistentCollection {#2056 …}
  +reports: Doctrine\ORM\PersistentCollection {#2046 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
  -id: 329734
  -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8516471"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705880530 {#2074
    date: 2024-01-22 00:42:10.0 +01:00
  }
  +"title": 329734
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#2058
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2759 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Which-carbonated-soft-drink-is-the-best"
    +title: "Which carbonated soft drink is the best?"
    +url: null
    +body: """
      The age old question. Coke? Pepsi? Store brand? Any other?\n
      \n
      I’m personally a Dr Pepper guy myself.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 121
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728298059 {#2791
      date: 2024-10-07 12:47:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      1 => App\Entity\EntryComment {#2066
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
        +body: """
          My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
          \n
          I’m also a big fan of ice-cold Sprite.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705880530 {#2065
          date: 2024-01-22 00:42:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@serpineslair@lemmy.world"
          "@stoy@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2070 …}
        +nested: Doctrine\ORM\PersistentCollection {#2048 …}
        +votes: Doctrine\ORM\PersistentCollection {#2056 …}
        +reports: Doctrine\ORM\PersistentCollection {#2046 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
        -id: 329734
        -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8516471"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705880530 {#2074
          date: 2024-01-22 00:42:10.0 +01:00
        }
        +"title": 329734
      }
      0 => App\Entity\EntryComment {#2058}
    ]
    -id: 32244
    -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
    -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705961038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11012484"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705874638 {#2780
      date: 2024-01-21 23:03:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
  +body: "Sprite is pretty amazing."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705880600 {#2052
    date: 2024-01-22 00:43:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@serpineslair@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2125 …}
  +nested: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2100 …}
  +reports: Doctrine\ORM\PersistentCollection {#2105 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  -id: 329739
  -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8516512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705880600 {#2054
    date: 2024-01-22 00:43:20.0 +01:00
  }
  +"title": 329739
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\EntryComment {#2058
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2759 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Which-carbonated-soft-drink-is-the-best"
    +title: "Which carbonated soft drink is the best?"
    +url: null
    +body: """
      The age old question. Coke? Pepsi? Store brand? Any other?\n
      \n
      I’m personally a Dr Pepper guy myself.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 121
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728298059 {#2791
      date: 2024-10-07 12:47:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      1 => App\Entity\EntryComment {#2066
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
        +body: """
          My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
          \n
          I’m also a big fan of ice-cold Sprite.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705880530 {#2065
          date: 2024-01-22 00:42:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@serpineslair@lemmy.world"
          "@stoy@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2070 …}
        +nested: Doctrine\ORM\PersistentCollection {#2048 …}
        +votes: Doctrine\ORM\PersistentCollection {#2056 …}
        +reports: Doctrine\ORM\PersistentCollection {#2046 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
        -id: 329734
        -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8516471"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705880530 {#2074
          date: 2024-01-22 00:42:10.0 +01:00
        }
        +"title": 329734
      }
      0 => App\Entity\EntryComment {#2058}
    ]
    -id: 32244
    -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
    -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705961038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11012484"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705874638 {#2780
      date: 2024-01-21 23:03:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
  +body: "Sprite is pretty amazing."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705880600 {#2052
    date: 2024-01-22 00:43:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@serpineslair@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2125 …}
  +nested: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2100 …}
  +reports: Doctrine\ORM\PersistentCollection {#2105 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  -id: 329739
  -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8516512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705880600 {#2054
    date: 2024-01-22 00:43:20.0 +01:00
  }
  +"title": 329739
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\EntryComment {#2058
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2759 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Which-carbonated-soft-drink-is-the-best"
    +title: "Which carbonated soft drink is the best?"
    +url: null
    +body: """
      The age old question. Coke? Pepsi? Store brand? Any other?\n
      \n
      I’m personally a Dr Pepper guy myself.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 121
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728298059 {#2791
      date: 2024-10-07 12:47:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2796 …}
    +votes: Doctrine\ORM\PersistentCollection {#2799 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2803 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2805 …}
    +badges: Doctrine\ORM\PersistentCollection {#2807 …}
    +children: [
      1 => App\Entity\EntryComment {#2066
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2067 …}
        +body: """
          My favorite with a slice is Mandarin Jarritos. Sometimes Lima. Stewart’s Orange Creame soda is also pretty great.\n
          \n
          I’m also a big fan of ice-cold Sprite.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705880530 {#2065
          date: 2024-01-22 00:42:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@serpineslair@lemmy.world"
          "@stoy@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2070 …}
        +nested: Doctrine\ORM\PersistentCollection {#2048 …}
        +votes: Doctrine\ORM\PersistentCollection {#2056 …}
        +reports: Doctrine\ORM\PersistentCollection {#2046 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2045 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2050 …}
        -id: 329734
        -bodyTs: "'also':17,22 'big':24 'cold':29 'cream':14 'fan':25 'favorit':2 'great':19 'ice':28 'ice-cold':27 'jarrito':8 'lima':10 'm':21 'mandarin':7 'orang':13 'pretti':18 'slice':5 'soda':15 'sometim':9 'sprite':30 'stewart':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8516471"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705880530 {#2074
          date: 2024-01-22 00:42:10.0 +01:00
        }
        +"title": 329734
      }
      0 => App\Entity\EntryComment {#2058}
    ]
    -id: 32244
    -titleTs: "'best':7 'carbon':2 'drink':4 'soft':3"
    -bodyTs: "'age':2 'brand':8 'coke':5 'dr':15 'guy':17 'm':12 'old':3 'pepper':16 'pepsi':6 'person':13 'question':4 'store':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705961038
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11012484"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705874638 {#2780
      date: 2024-01-21 23:03:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2053 …}
  +body: "Sprite is pretty amazing."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705880600 {#2052
    date: 2024-01-22 00:43:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@serpineslair@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2125 …}
  +nested: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2100 …}
  +reports: Doctrine\ORM\PersistentCollection {#2105 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  -id: 329739
  -bodyTs: "'amaz':4 'pretti':3 'sprite':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8516512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705880600 {#2054
    date: 2024-01-22 00:43:20.0 +01:00
  }
  +"title": 329739
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2336
  +user: Proxies\__CG__\App\Entity\User {#2777 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "A-time-traveller-comes-back-from-50-years-in-the"
  +title: "A time traveller comes back from 50 years in the future. You have 3 hours with them. What do you do?"
  +url: null
  +body: """
    cross-posted from: [lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)\n
    \n
    > Rules:\n
    > \n
    > 1. The time traveller is able to travel backward and forward through time (max forward is 2074) and they can only transport things that can fit in a small backpack.\n
    > 2. You can choose when the 3 hours begin but it has to be in 2024 and once it has begun the timer can’t be reset or stopped.\n
    > 3. They will answer to the best of their ability but imagine this is a random person from 2074.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728048775 {#2809
    date: 2024-10-04 15:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2817 …}
  +reports: Doctrine\ORM\PersistentCollection {#2819 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2821 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
  +badges: Doctrine\ORM\PersistentCollection {#2825 …}
  +children: [
    App\Entity\EntryComment {#2343
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2336 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Did the Vulcans show up?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1705844784 {#2342
        date: 2024-01-21 14:46:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Danterious@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2335 …}
      +nested: Doctrine\ORM\PersistentCollection {#2338 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2136 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
      -id: 328161
      -bodyTs: "'show':4 'vulcan':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8502761"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705844784 {#2337
        date: 2024-01-21 14:46:24.0 +01:00
      }
      +"title": 328161
    }
  ]
  -id: 32138
  -titleTs: "'3':14 '50':7 'back':5 'come':4 'futur':11 'hour':15 'time':2 'travel':3 'year':8"
  -bodyTs: "'/post/12770326](https://lemmy.dbzer0.com/post/12770326)':7 '1':9 '2':39 '2024':54 '2074':25,86 '3':45,68 'abil':77 'abl':14 'answer':71 'backpack':38 'backward':17 'begin':47 'begun':59 'best':74 'choos':42 'cross':2 'cross-post':1 'fit':34 'forward':19,23 'hour':46 'imagin':79 'lemmy.dbzer0.com':6 'lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)':5 'max':22 'person':84 'post':3 'random':83 'reset':65 'rule':8 'small':37 'stop':67 'thing':31 'time':11,21 'timer':61 'transport':30 'travel':12,16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705930230
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12771127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705843830 {#2797
    date: 2024-01-21 14:30:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2336
  +user: Proxies\__CG__\App\Entity\User {#2777 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "A-time-traveller-comes-back-from-50-years-in-the"
  +title: "A time traveller comes back from 50 years in the future. You have 3 hours with them. What do you do?"
  +url: null
  +body: """
    cross-posted from: [lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)\n
    \n
    > Rules:\n
    > \n
    > 1. The time traveller is able to travel backward and forward through time (max forward is 2074) and they can only transport things that can fit in a small backpack.\n
    > 2. You can choose when the 3 hours begin but it has to be in 2024 and once it has begun the timer can’t be reset or stopped.\n
    > 3. They will answer to the best of their ability but imagine this is a random person from 2074.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728048775 {#2809
    date: 2024-10-04 15:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2817 …}
  +reports: Doctrine\ORM\PersistentCollection {#2819 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2821 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
  +badges: Doctrine\ORM\PersistentCollection {#2825 …}
  +children: [
    App\Entity\EntryComment {#2343
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2336 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Did the Vulcans show up?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1705844784 {#2342
        date: 2024-01-21 14:46:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Danterious@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2335 …}
      +nested: Doctrine\ORM\PersistentCollection {#2338 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2136 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
      -id: 328161
      -bodyTs: "'show':4 'vulcan':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8502761"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705844784 {#2337
        date: 2024-01-21 14:46:24.0 +01:00
      }
      +"title": 328161
    }
  ]
  -id: 32138
  -titleTs: "'3':14 '50':7 'back':5 'come':4 'futur':11 'hour':15 'time':2 'travel':3 'year':8"
  -bodyTs: "'/post/12770326](https://lemmy.dbzer0.com/post/12770326)':7 '1':9 '2':39 '2024':54 '2074':25,86 '3':45,68 'abil':77 'abl':14 'answer':71 'backpack':38 'backward':17 'begin':47 'begun':59 'best':74 'choos':42 'cross':2 'cross-post':1 'fit':34 'forward':19,23 'hour':46 'imagin':79 'lemmy.dbzer0.com':6 'lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)':5 'max':22 'person':84 'post':3 'random':83 'reset':65 'rule':8 'small':37 'stop':67 'thing':31 'time':11,21 'timer':61 'transport':30 'travel':12,16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705930230
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12771127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705843830 {#2797
    date: 2024-01-21 14:30:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2336
  +user: Proxies\__CG__\App\Entity\User {#2777 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "A-time-traveller-comes-back-from-50-years-in-the"
  +title: "A time traveller comes back from 50 years in the future. You have 3 hours with them. What do you do?"
  +url: null
  +body: """
    cross-posted from: [lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)\n
    \n
    > Rules:\n
    > \n
    > 1. The time traveller is able to travel backward and forward through time (max forward is 2074) and they can only transport things that can fit in a small backpack.\n
    > 2. You can choose when the 3 hours begin but it has to be in 2024 and once it has begun the timer can’t be reset or stopped.\n
    > 3. They will answer to the best of their ability but imagine this is a random person from 2074.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 66
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728048775 {#2809
    date: 2024-10-04 15:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2817 …}
  +reports: Doctrine\ORM\PersistentCollection {#2819 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2821 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
  +badges: Doctrine\ORM\PersistentCollection {#2825 …}
  +children: [
    App\Entity\EntryComment {#2343
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2336 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Did the Vulcans show up?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1705844784 {#2342
        date: 2024-01-21 14:46:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Danterious@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2335 …}
      +nested: Doctrine\ORM\PersistentCollection {#2338 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2136 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
      -id: 328161
      -bodyTs: "'show':4 'vulcan':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8502761"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705844784 {#2337
        date: 2024-01-21 14:46:24.0 +01:00
      }
      +"title": 328161
    }
  ]
  -id: 32138
  -titleTs: "'3':14 '50':7 'back':5 'come':4 'futur':11 'hour':15 'time':2 'travel':3 'year':8"
  -bodyTs: "'/post/12770326](https://lemmy.dbzer0.com/post/12770326)':7 '1':9 '2':39 '2024':54 '2074':25,86 '3':45,68 'abil':77 'abl':14 'answer':71 'backpack':38 'backward':17 'begin':47 'begun':59 'best':74 'choos':42 'cross':2 'cross-post':1 'fit':34 'forward':19,23 'hour':46 'imagin':79 'lemmy.dbzer0.com':6 'lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)':5 'max':22 'person':84 'post':3 'random':83 'reset':65 'rule':8 'small':37 'stop':67 'thing':31 'time':11,21 'timer':61 'transport':30 'travel':12,16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705930230
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12771127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705843830 {#2797
    date: 2024-01-21 14:30:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\EntryComment {#2343
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2336
    +user: Proxies\__CG__\App\Entity\User {#2777 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "A-time-traveller-comes-back-from-50-years-in-the"
    +title: "A time traveller comes back from 50 years in the future. You have 3 hours with them. What do you do?"
    +url: null
    +body: """
      cross-posted from: [lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)\n
      \n
      > Rules:\n
      > \n
      > 1. The time traveller is able to travel backward and forward through time (max forward is 2074) and they can only transport things that can fit in a small backpack.\n
      > 2. You can choose when the 3 hours begin but it has to be in 2024 and once it has begun the timer can’t be reset or stopped.\n
      > 3. They will answer to the best of their ability but imagine this is a random person from 2074.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 41
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728048775 {#2809
      date: 2024-10-04 15:32:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2817 …}
    +reports: Doctrine\ORM\PersistentCollection {#2819 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2821 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
    +badges: Doctrine\ORM\PersistentCollection {#2825 …}
    +children: [
      App\Entity\EntryComment {#2343}
    ]
    -id: 32138
    -titleTs: "'3':14 '50':7 'back':5 'come':4 'futur':11 'hour':15 'time':2 'travel':3 'year':8"
    -bodyTs: "'/post/12770326](https://lemmy.dbzer0.com/post/12770326)':7 '1':9 '2':39 '2024':54 '2074':25,86 '3':45,68 'abil':77 'abl':14 'answer':71 'backpack':38 'backward':17 'begin':47 'begun':59 'best':74 'choos':42 'cross':2 'cross-post':1 'fit':34 'forward':19,23 'hour':46 'imagin':79 'lemmy.dbzer0.com':6 'lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)':5 'max':22 'person':84 'post':3 'random':83 'reset':65 'rule':8 'small':37 'stop':67 'thing':31 'time':11,21 'timer':61 'transport':30 'travel':12,16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705930230
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12771127"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705843830 {#2797
      date: 2024-01-21 14:30:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Did the Vulcans show up?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1705844784 {#2342
    date: 2024-01-21 14:46:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Danterious@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2335 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2136 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
  -id: 328161
  -bodyTs: "'show':4 'vulcan':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8502761"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705844784 {#2337
    date: 2024-01-21 14:46:24.0 +01:00
  }
  +"title": 328161
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\EntryComment {#2343
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2336
    +user: Proxies\__CG__\App\Entity\User {#2777 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "A-time-traveller-comes-back-from-50-years-in-the"
    +title: "A time traveller comes back from 50 years in the future. You have 3 hours with them. What do you do?"
    +url: null
    +body: """
      cross-posted from: [lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)\n
      \n
      > Rules:\n
      > \n
      > 1. The time traveller is able to travel backward and forward through time (max forward is 2074) and they can only transport things that can fit in a small backpack.\n
      > 2. You can choose when the 3 hours begin but it has to be in 2024 and once it has begun the timer can’t be reset or stopped.\n
      > 3. They will answer to the best of their ability but imagine this is a random person from 2074.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 41
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728048775 {#2809
      date: 2024-10-04 15:32:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2817 …}
    +reports: Doctrine\ORM\PersistentCollection {#2819 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2821 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
    +badges: Doctrine\ORM\PersistentCollection {#2825 …}
    +children: [
      App\Entity\EntryComment {#2343}
    ]
    -id: 32138
    -titleTs: "'3':14 '50':7 'back':5 'come':4 'futur':11 'hour':15 'time':2 'travel':3 'year':8"
    -bodyTs: "'/post/12770326](https://lemmy.dbzer0.com/post/12770326)':7 '1':9 '2':39 '2024':54 '2074':25,86 '3':45,68 'abil':77 'abl':14 'answer':71 'backpack':38 'backward':17 'begin':47 'begun':59 'best':74 'choos':42 'cross':2 'cross-post':1 'fit':34 'forward':19,23 'hour':46 'imagin':79 'lemmy.dbzer0.com':6 'lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)':5 'max':22 'person':84 'post':3 'random':83 'reset':65 'rule':8 'small':37 'stop':67 'thing':31 'time':11,21 'timer':61 'transport':30 'travel':12,16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705930230
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12771127"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705843830 {#2797
      date: 2024-01-21 14:30:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Did the Vulcans show up?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1705844784 {#2342
    date: 2024-01-21 14:46:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Danterious@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2335 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2136 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
  -id: 328161
  -bodyTs: "'show':4 'vulcan':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8502761"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705844784 {#2337
    date: 2024-01-21 14:46:24.0 +01:00
  }
  +"title": 328161
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\EntryComment {#2343
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2336
    +user: Proxies\__CG__\App\Entity\User {#2777 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "A-time-traveller-comes-back-from-50-years-in-the"
    +title: "A time traveller comes back from 50 years in the future. You have 3 hours with them. What do you do?"
    +url: null
    +body: """
      cross-posted from: [lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)\n
      \n
      > Rules:\n
      > \n
      > 1. The time traveller is able to travel backward and forward through time (max forward is 2074) and they can only transport things that can fit in a small backpack.\n
      > 2. You can choose when the 3 hours begin but it has to be in 2024 and once it has begun the timer can’t be reset or stopped.\n
      > 3. They will answer to the best of their ability but imagine this is a random person from 2074.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 41
    +favouriteCount: 66
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728048775 {#2809
      date: 2024-10-04 15:32:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2817 …}
    +reports: Doctrine\ORM\PersistentCollection {#2819 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2821 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
    +badges: Doctrine\ORM\PersistentCollection {#2825 …}
    +children: [
      App\Entity\EntryComment {#2343}
    ]
    -id: 32138
    -titleTs: "'3':14 '50':7 'back':5 'come':4 'futur':11 'hour':15 'time':2 'travel':3 'year':8"
    -bodyTs: "'/post/12770326](https://lemmy.dbzer0.com/post/12770326)':7 '1':9 '2':39 '2024':54 '2074':25,86 '3':45,68 'abil':77 'abl':14 'answer':71 'backpack':38 'backward':17 'begin':47 'begun':59 'best':74 'choos':42 'cross':2 'cross-post':1 'fit':34 'forward':19,23 'hour':46 'imagin':79 'lemmy.dbzer0.com':6 'lemmy.dbzer0.com/post/12770326](https://lemmy.dbzer0.com/post/12770326)':5 'max':22 'person':84 'post':3 'random':83 'reset':65 'rule':8 'small':37 'stop':67 'thing':31 'time':11,21 'timer':61 'transport':30 'travel':12,16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705930230
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12771127"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705843830 {#2797
      date: 2024-01-21 14:30:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Did the Vulcans show up?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1705844784 {#2342
    date: 2024-01-21 14:46:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Danterious@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2335 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2136 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
  -id: 328161
  -bodyTs: "'show':4 'vulcan':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8502761"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705844784 {#2337
    date: 2024-01-21 14:46:24.0 +01:00
  }
  +"title": 328161
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2289
  +user: Proxies\__CG__\App\Entity\User {#2794 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2832 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "Infinite-Loop"
  +title: "Infinite Loop"
  +url: "https://programming.dev/pictrs/image/32f500e0-1c1b-4443-8e2b-9101947782a8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 27
  +favouriteCount: 1193
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727834892 {#2827
    date: 2024-10-02 04:08:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2835 …}
  +votes: Doctrine\ORM\PersistentCollection {#2837 …}
  +reports: Doctrine\ORM\PersistentCollection {#2839 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
  +badges: Doctrine\ORM\PersistentCollection {#2845 …}
  +children: [
    App\Entity\EntryComment {#2314
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2289 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +body: "Sometimes it takes a new dev coming in for management to give the greenlight for a major overhaul. It’s shitty, but it’s true."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1705810676 {#2060
        date: 2024-01-21 05:17:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@Venator@lemmy.nz"
        "@JPDev@programming.dev"
        "@Venator@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2326 …}
      +nested: Doctrine\ORM\PersistentCollection {#2325 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2323 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
      -id: 327378
      -bodyTs: "'come':7 'dev':6 'give':12 'greenlight':14 'major':17 'manag':10 'new':5 'overhaul':18 'shitti':21 'sometim':1 'take':3 'true':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8485933"
      +editedAt: DateTimeImmutable @1727264038 {#2164
        date: 2024-09-25 13:33:58.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705810676 {#2331
        date: 2024-01-21 05:17:56.0 +01:00
      }
      +"title": 327378
    }
  ]
  -id: 32069
  -titleTs: "'infinit':1 'loop':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705891621
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8883397"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705805221 {#2815
    date: 2024-01-21 03:47:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2289
  +user: Proxies\__CG__\App\Entity\User {#2794 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2832 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "Infinite-Loop"
  +title: "Infinite Loop"
  +url: "https://programming.dev/pictrs/image/32f500e0-1c1b-4443-8e2b-9101947782a8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 27
  +favouriteCount: 1193
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727834892 {#2827
    date: 2024-10-02 04:08:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2835 …}
  +votes: Doctrine\ORM\PersistentCollection {#2837 …}
  +reports: Doctrine\ORM\PersistentCollection {#2839 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
  +badges: Doctrine\ORM\PersistentCollection {#2845 …}
  +children: [
    App\Entity\EntryComment {#2314
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2289 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +body: "Sometimes it takes a new dev coming in for management to give the greenlight for a major overhaul. It’s shitty, but it’s true."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1705810676 {#2060
        date: 2024-01-21 05:17:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@Venator@lemmy.nz"
        "@JPDev@programming.dev"
        "@Venator@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2326 …}
      +nested: Doctrine\ORM\PersistentCollection {#2325 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2323 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
      -id: 327378
      -bodyTs: "'come':7 'dev':6 'give':12 'greenlight':14 'major':17 'manag':10 'new':5 'overhaul':18 'shitti':21 'sometim':1 'take':3 'true':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8485933"
      +editedAt: DateTimeImmutable @1727264038 {#2164
        date: 2024-09-25 13:33:58.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705810676 {#2331
        date: 2024-01-21 05:17:56.0 +01:00
      }
      +"title": 327378
    }
  ]
  -id: 32069
  -titleTs: "'infinit':1 'loop':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705891621
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8883397"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705805221 {#2815
    date: 2024-01-21 03:47:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2289
  +user: Proxies\__CG__\App\Entity\User {#2794 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2832 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "Infinite-Loop"
  +title: "Infinite Loop"
  +url: "https://programming.dev/pictrs/image/32f500e0-1c1b-4443-8e2b-9101947782a8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 27
  +favouriteCount: 1193
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727834892 {#2827
    date: 2024-10-02 04:08:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2835 …}
  +votes: Doctrine\ORM\PersistentCollection {#2837 …}
  +reports: Doctrine\ORM\PersistentCollection {#2839 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
  +badges: Doctrine\ORM\PersistentCollection {#2845 …}
  +children: [
    App\Entity\EntryComment {#2314
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2289 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
      +body: "Sometimes it takes a new dev coming in for management to give the greenlight for a major overhaul. It’s shitty, but it’s true."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1705810676 {#2060
        date: 2024-01-21 05:17:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@Venator@lemmy.nz"
        "@JPDev@programming.dev"
        "@Venator@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2326 …}
      +nested: Doctrine\ORM\PersistentCollection {#2325 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2323 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
      -id: 327378
      -bodyTs: "'come':7 'dev':6 'give':12 'greenlight':14 'major':17 'manag':10 'new':5 'overhaul':18 'shitti':21 'sometim':1 'take':3 'true':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8485933"
      +editedAt: DateTimeImmutable @1727264038 {#2164
        date: 2024-09-25 13:33:58.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705810676 {#2331
        date: 2024-01-21 05:17:56.0 +01:00
      }
      +"title": 327378
    }
  ]
  -id: 32069
  -titleTs: "'infinit':1 'loop':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705891621
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8883397"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705805221 {#2815
    date: 2024-01-21 03:47:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\EntryComment {#2314
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2289
    +user: Proxies\__CG__\App\Entity\User {#2794 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2832 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "Infinite-Loop"
    +title: "Infinite Loop"
    +url: "https://programming.dev/pictrs/image/32f500e0-1c1b-4443-8e2b-9101947782a8.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 27
    +favouriteCount: 1193
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727834892 {#2827
      date: 2024-10-02 04:08:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2835 …}
    +votes: Doctrine\ORM\PersistentCollection {#2837 …}
    +reports: Doctrine\ORM\PersistentCollection {#2839 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
    +badges: Doctrine\ORM\PersistentCollection {#2845 …}
    +children: [
      App\Entity\EntryComment {#2314}
    ]
    -id: 32069
    -titleTs: "'infinit':1 'loop':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705891621
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8883397"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705805221 {#2815
      date: 2024-01-21 03:47:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +body: "Sometimes it takes a new dev coming in for management to give the greenlight for a major overhaul. It’s shitty, but it’s true."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1705810676 {#2060
    date: 2024-01-21 05:17:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@Venator@lemmy.nz"
    "@JPDev@programming.dev"
    "@Venator@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2323 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
  -id: 327378
  -bodyTs: "'come':7 'dev':6 'give':12 'greenlight':14 'major':17 'manag':10 'new':5 'overhaul':18 'shitti':21 'sometim':1 'take':3 'true':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8485933"
  +editedAt: DateTimeImmutable @1727264038 {#2164
    date: 2024-09-25 13:33:58.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705810676 {#2331
    date: 2024-01-21 05:17:56.0 +01:00
  }
  +"title": 327378
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\EntryComment {#2314
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2289
    +user: Proxies\__CG__\App\Entity\User {#2794 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2832 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "Infinite-Loop"
    +title: "Infinite Loop"
    +url: "https://programming.dev/pictrs/image/32f500e0-1c1b-4443-8e2b-9101947782a8.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 27
    +favouriteCount: 1193
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727834892 {#2827
      date: 2024-10-02 04:08:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2835 …}
    +votes: Doctrine\ORM\PersistentCollection {#2837 …}
    +reports: Doctrine\ORM\PersistentCollection {#2839 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
    +badges: Doctrine\ORM\PersistentCollection {#2845 …}
    +children: [
      App\Entity\EntryComment {#2314}
    ]
    -id: 32069
    -titleTs: "'infinit':1 'loop':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705891621
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8883397"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705805221 {#2815
      date: 2024-01-21 03:47:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +body: "Sometimes it takes a new dev coming in for management to give the greenlight for a major overhaul. It’s shitty, but it’s true."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1705810676 {#2060
    date: 2024-01-21 05:17:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@Venator@lemmy.nz"
    "@JPDev@programming.dev"
    "@Venator@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2323 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
  -id: 327378
  -bodyTs: "'come':7 'dev':6 'give':12 'greenlight':14 'major':17 'manag':10 'new':5 'overhaul':18 'shitti':21 'sometim':1 'take':3 'true':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8485933"
  +editedAt: DateTimeImmutable @1727264038 {#2164
    date: 2024-09-25 13:33:58.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705810676 {#2331
    date: 2024-01-21 05:17:56.0 +01:00
  }
  +"title": 327378
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\EntryComment {#2314
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2289
    +user: Proxies\__CG__\App\Entity\User {#2794 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2832 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "Infinite-Loop"
    +title: "Infinite Loop"
    +url: "https://programming.dev/pictrs/image/32f500e0-1c1b-4443-8e2b-9101947782a8.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 27
    +favouriteCount: 1193
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727834892 {#2827
      date: 2024-10-02 04:08:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2835 …}
    +votes: Doctrine\ORM\PersistentCollection {#2837 …}
    +reports: Doctrine\ORM\PersistentCollection {#2839 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
    +badges: Doctrine\ORM\PersistentCollection {#2845 …}
    +children: [
      App\Entity\EntryComment {#2314}
    ]
    -id: 32069
    -titleTs: "'infinit':1 'loop':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705891621
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8883397"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705805221 {#2815
      date: 2024-01-21 03:47:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2328 …}
  +body: "Sometimes it takes a new dev coming in for management to give the greenlight for a major overhaul. It’s shitty, but it’s true."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1705810676 {#2060
    date: 2024-01-21 05:17:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@Venator@lemmy.nz"
    "@JPDev@programming.dev"
    "@Venator@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2326 …}
  +nested: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2323 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2340 …}
  -id: 327378
  -bodyTs: "'come':7 'dev':6 'give':12 'greenlight':14 'major':17 'manag':10 'new':5 'overhaul':18 'shitti':21 'sometim':1 'take':3 'true':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8485933"
  +editedAt: DateTimeImmutable @1727264038 {#2164
    date: 2024-09-25 13:33:58.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705810676 {#2331
    date: 2024-01-21 05:17:56.0 +01:00
  }
  +"title": 327378
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Is-it-normal-for-your-BP-to-rise-after-quitting"
  +title: "Is it normal for your BP to rise after quitting"
  +url: null
  +body: """
    Quit drinking and smoking cold turkey 9 days ago and my BP is about 140s over 80s (was observed to be even higher about 72 hours in).\n
    \n
    For reference, I’ve always had a low sodium, plant-based diet and never really had elevated blood pressure before I quit.\n
    \n
    Just curious if this will ever go down on its own, my plan is to wait a couple weeks and see, but curious.\n
    \n
    UPDATE: yes, well aware of stopping abruptly. I was more like a 2-5 beer/day person and had frequently stopped for a day or two without issue so wasn’t terribly worried, but I did check BP to be sure nothing wrong undetected was going on.\n
    \n
    I didn’t have any symptoms outside of elevated BP and after checking frequently the last couple days I’m about mid 120s to 130 over 70s consistently.\n
    \n
    So, in my own personal experience (and we are all different) it does seem that quitting both abruptly caused a temporary elevation in BP for several days.\n
    \n
    I have been hydrating regularly (2 liters minimum of water daily, plus I eat a lot of plants with high water content anyway), yoga, cardio, Peleton. Sleeping better.\n
    \n
    I will continue to monitor and contact my Dr if needed. I believe my annual checkup is soon anyway.\n
    \n
    Thanks for all the responses.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727138249 {#2847
    date: 2024-09-24 02:37:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2854 …}
  +votes: Doctrine\ORM\PersistentCollection {#2856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2858 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2860 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2862 …}
  +badges: Doctrine\ORM\PersistentCollection {#2864 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Mine would shoot through the roof out of sheer joy and excitement. Good for you."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705620242 {#2129
        date: 2024-01-19 00:24:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RalphFurley@lemmy.world"
        "@RalphFurley@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 320753
      -bodyTs: "'excit':12 'good':13 'joy':10 'mine':1 'roof':6 'sheer':9 'shoot':3 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8414455"
      +editedAt: DateTimeImmutable @1726508637 {#2131
        date: 2024-09-16 19:43:57.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705620242 {#2132
        date: 2024-01-19 00:24:02.0 +01:00
      }
      +"title": 320753
    }
  ]
  -id: 31601
  -titleTs: "'bp':6 'normal':3 'quit':10 'rise':8"
  -bodyTs: "'-5':87 '120s':142 '130':144 '140s':15 '2':86,180 '70s':146 '72':25 '80s':17 '9':7 'abrupt':80,165 'ago':9 'alway':32 'annual':217 'anyway':197,221 'awar':77 'base':39 'beer/day':88 'believ':215 'better':202 'blood':46 'bp':12,110,129,171 'cardio':199 'caus':166 'check':109,132 'checkup':218 'cold':5 'consist':147 'contact':209 'content':196 'continu':205 'coupl':68,136 'curious':52,73 'daili':185 'day':8,96,137,174 'didn':121 'diet':40 'differ':158 'dr':211 'drink':2 'eat':188 'elev':45,128,169 'even':22 'ever':56 'experi':153 'frequent':92,133 'go':57,118 'high':194 'higher':23 'hour':26 'hydrat':178 'issu':100 'last':135 'like':84 'liter':181 'lot':190 'low':35 'm':139 'mid':141 'minimum':182 'monitor':207 'need':213 'never':42 'noth':114 'observ':19 'outsid':126 'peleton':200 'person':89,152 'plan':63 'plant':38,192 'plant-bas':37 'plus':186 'pressur':47 'quit':1,50,163 'realli':43 'refer':29 'regular':179 'respons':226 'see':71 'seem':161 'sever':173 'sleep':201 'smoke':4 'sodium':36 'soon':220 'stop':79,93 'sure':113 'symptom':125 'temporari':168 'terribl':104 'thank':222 'turkey':6 'two':98 'undetect':116 'updat':74 've':31 'wait':66 'wasn':102 'water':184,195 'week':69 'well':76 'without':99 'worri':105 'wrong':115 'yes':75 'yoga':198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705704483
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10885344"
  +editedAt: DateTimeImmutable @1727137975 {#2833
    date: 2024-09-24 02:32:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705618083 {#2812
    date: 2024-01-18 23:48: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
83 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Is-it-normal-for-your-BP-to-rise-after-quitting"
  +title: "Is it normal for your BP to rise after quitting"
  +url: null
  +body: """
    Quit drinking and smoking cold turkey 9 days ago and my BP is about 140s over 80s (was observed to be even higher about 72 hours in).\n
    \n
    For reference, I’ve always had a low sodium, plant-based diet and never really had elevated blood pressure before I quit.\n
    \n
    Just curious if this will ever go down on its own, my plan is to wait a couple weeks and see, but curious.\n
    \n
    UPDATE: yes, well aware of stopping abruptly. I was more like a 2-5 beer/day person and had frequently stopped for a day or two without issue so wasn’t terribly worried, but I did check BP to be sure nothing wrong undetected was going on.\n
    \n
    I didn’t have any symptoms outside of elevated BP and after checking frequently the last couple days I’m about mid 120s to 130 over 70s consistently.\n
    \n
    So, in my own personal experience (and we are all different) it does seem that quitting both abruptly caused a temporary elevation in BP for several days.\n
    \n
    I have been hydrating regularly (2 liters minimum of water daily, plus I eat a lot of plants with high water content anyway), yoga, cardio, Peleton. Sleeping better.\n
    \n
    I will continue to monitor and contact my Dr if needed. I believe my annual checkup is soon anyway.\n
    \n
    Thanks for all the responses.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727138249 {#2847
    date: 2024-09-24 02:37:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2854 …}
  +votes: Doctrine\ORM\PersistentCollection {#2856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2858 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2860 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2862 …}
  +badges: Doctrine\ORM\PersistentCollection {#2864 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Mine would shoot through the roof out of sheer joy and excitement. Good for you."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705620242 {#2129
        date: 2024-01-19 00:24:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RalphFurley@lemmy.world"
        "@RalphFurley@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 320753
      -bodyTs: "'excit':12 'good':13 'joy':10 'mine':1 'roof':6 'sheer':9 'shoot':3 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8414455"
      +editedAt: DateTimeImmutable @1726508637 {#2131
        date: 2024-09-16 19:43:57.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705620242 {#2132
        date: 2024-01-19 00:24:02.0 +01:00
      }
      +"title": 320753
    }
  ]
  -id: 31601
  -titleTs: "'bp':6 'normal':3 'quit':10 'rise':8"
  -bodyTs: "'-5':87 '120s':142 '130':144 '140s':15 '2':86,180 '70s':146 '72':25 '80s':17 '9':7 'abrupt':80,165 'ago':9 'alway':32 'annual':217 'anyway':197,221 'awar':77 'base':39 'beer/day':88 'believ':215 'better':202 'blood':46 'bp':12,110,129,171 'cardio':199 'caus':166 'check':109,132 'checkup':218 'cold':5 'consist':147 'contact':209 'content':196 'continu':205 'coupl':68,136 'curious':52,73 'daili':185 'day':8,96,137,174 'didn':121 'diet':40 'differ':158 'dr':211 'drink':2 'eat':188 'elev':45,128,169 'even':22 'ever':56 'experi':153 'frequent':92,133 'go':57,118 'high':194 'higher':23 'hour':26 'hydrat':178 'issu':100 'last':135 'like':84 'liter':181 'lot':190 'low':35 'm':139 'mid':141 'minimum':182 'monitor':207 'need':213 'never':42 'noth':114 'observ':19 'outsid':126 'peleton':200 'person':89,152 'plan':63 'plant':38,192 'plant-bas':37 'plus':186 'pressur':47 'quit':1,50,163 'realli':43 'refer':29 'regular':179 'respons':226 'see':71 'seem':161 'sever':173 'sleep':201 'smoke':4 'sodium':36 'soon':220 'stop':79,93 'sure':113 'symptom':125 'temporari':168 'terribl':104 'thank':222 'turkey':6 'two':98 'undetect':116 'updat':74 've':31 'wait':66 'wasn':102 'water':184,195 'week':69 'well':76 'without':99 'worri':105 'wrong':115 'yes':75 'yoga':198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705704483
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10885344"
  +editedAt: DateTimeImmutable @1727137975 {#2833
    date: 2024-09-24 02:32:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705618083 {#2812
    date: 2024-01-18 23:48: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
84 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Is-it-normal-for-your-BP-to-rise-after-quitting"
  +title: "Is it normal for your BP to rise after quitting"
  +url: null
  +body: """
    Quit drinking and smoking cold turkey 9 days ago and my BP is about 140s over 80s (was observed to be even higher about 72 hours in).\n
    \n
    For reference, I’ve always had a low sodium, plant-based diet and never really had elevated blood pressure before I quit.\n
    \n
    Just curious if this will ever go down on its own, my plan is to wait a couple weeks and see, but curious.\n
    \n
    UPDATE: yes, well aware of stopping abruptly. I was more like a 2-5 beer/day person and had frequently stopped for a day or two without issue so wasn’t terribly worried, but I did check BP to be sure nothing wrong undetected was going on.\n
    \n
    I didn’t have any symptoms outside of elevated BP and after checking frequently the last couple days I’m about mid 120s to 130 over 70s consistently.\n
    \n
    So, in my own personal experience (and we are all different) it does seem that quitting both abruptly caused a temporary elevation in BP for several days.\n
    \n
    I have been hydrating regularly (2 liters minimum of water daily, plus I eat a lot of plants with high water content anyway), yoga, cardio, Peleton. Sleeping better.\n
    \n
    I will continue to monitor and contact my Dr if needed. I believe my annual checkup is soon anyway.\n
    \n
    Thanks for all the responses.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727138249 {#2847
    date: 2024-09-24 02:37:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2854 …}
  +votes: Doctrine\ORM\PersistentCollection {#2856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2858 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2860 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2862 …}
  +badges: Doctrine\ORM\PersistentCollection {#2864 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Mine would shoot through the roof out of sheer joy and excitement. Good for you."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705620242 {#2129
        date: 2024-01-19 00:24:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RalphFurley@lemmy.world"
        "@RalphFurley@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 320753
      -bodyTs: "'excit':12 'good':13 'joy':10 'mine':1 'roof':6 'sheer':9 'shoot':3 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8414455"
      +editedAt: DateTimeImmutable @1726508637 {#2131
        date: 2024-09-16 19:43:57.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705620242 {#2132
        date: 2024-01-19 00:24:02.0 +01:00
      }
      +"title": 320753
    }
  ]
  -id: 31601
  -titleTs: "'bp':6 'normal':3 'quit':10 'rise':8"
  -bodyTs: "'-5':87 '120s':142 '130':144 '140s':15 '2':86,180 '70s':146 '72':25 '80s':17 '9':7 'abrupt':80,165 'ago':9 'alway':32 'annual':217 'anyway':197,221 'awar':77 'base':39 'beer/day':88 'believ':215 'better':202 'blood':46 'bp':12,110,129,171 'cardio':199 'caus':166 'check':109,132 'checkup':218 'cold':5 'consist':147 'contact':209 'content':196 'continu':205 'coupl':68,136 'curious':52,73 'daili':185 'day':8,96,137,174 'didn':121 'diet':40 'differ':158 'dr':211 'drink':2 'eat':188 'elev':45,128,169 'even':22 'ever':56 'experi':153 'frequent':92,133 'go':57,118 'high':194 'higher':23 'hour':26 'hydrat':178 'issu':100 'last':135 'like':84 'liter':181 'lot':190 'low':35 'm':139 'mid':141 'minimum':182 'monitor':207 'need':213 'never':42 'noth':114 'observ':19 'outsid':126 'peleton':200 'person':89,152 'plan':63 'plant':38,192 'plant-bas':37 'plus':186 'pressur':47 'quit':1,50,163 'realli':43 'refer':29 'regular':179 'respons':226 'see':71 'seem':161 'sever':173 'sleep':201 'smoke':4 'sodium':36 'soon':220 'stop':79,93 'sure':113 'symptom':125 'temporari':168 'terribl':104 'thank':222 'turkey':6 'two':98 'undetect':116 'updat':74 've':31 'wait':66 'wasn':102 'water':184,195 'week':69 'well':76 'without':99 'worri':105 'wrong':115 'yes':75 'yoga':198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705704483
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10885344"
  +editedAt: DateTimeImmutable @1727137975 {#2833
    date: 2024-09-24 02:32:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705618083 {#2812
    date: 2024-01-18 23:48: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
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\EntryComment {#2138
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Is-it-normal-for-your-BP-to-rise-after-quitting"
    +title: "Is it normal for your BP to rise after quitting"
    +url: null
    +body: """
      Quit drinking and smoking cold turkey 9 days ago and my BP is about 140s over 80s (was observed to be even higher about 72 hours in).\n
      \n
      For reference, I’ve always had a low sodium, plant-based diet and never really had elevated blood pressure before I quit.\n
      \n
      Just curious if this will ever go down on its own, my plan is to wait a couple weeks and see, but curious.\n
      \n
      UPDATE: yes, well aware of stopping abruptly. I was more like a 2-5 beer/day person and had frequently stopped for a day or two without issue so wasn’t terribly worried, but I did check BP to be sure nothing wrong undetected was going on.\n
      \n
      I didn’t have any symptoms outside of elevated BP and after checking frequently the last couple days I’m about mid 120s to 130 over 70s consistently.\n
      \n
      So, in my own personal experience (and we are all different) it does seem that quitting both abruptly caused a temporary elevation in BP for several days.\n
      \n
      I have been hydrating regularly (2 liters minimum of water daily, plus I eat a lot of plants with high water content anyway), yoga, cardio, Peleton. Sleeping better.\n
      \n
      I will continue to monitor and contact my Dr if needed. I believe my annual checkup is soon anyway.\n
      \n
      Thanks for all the responses.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 76
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727138249 {#2847
      date: 2024-09-24 02:37:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2856 …}
    +reports: Doctrine\ORM\PersistentCollection {#2858 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2860 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2862 …}
    +badges: Doctrine\ORM\PersistentCollection {#2864 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 31601
    -titleTs: "'bp':6 'normal':3 'quit':10 'rise':8"
    -bodyTs: "'-5':87 '120s':142 '130':144 '140s':15 '2':86,180 '70s':146 '72':25 '80s':17 '9':7 'abrupt':80,165 'ago':9 'alway':32 'annual':217 'anyway':197,221 'awar':77 'base':39 'beer/day':88 'believ':215 'better':202 'blood':46 'bp':12,110,129,171 'cardio':199 'caus':166 'check':109,132 'checkup':218 'cold':5 'consist':147 'contact':209 'content':196 'continu':205 'coupl':68,136 'curious':52,73 'daili':185 'day':8,96,137,174 'didn':121 'diet':40 'differ':158 'dr':211 'drink':2 'eat':188 'elev':45,128,169 'even':22 'ever':56 'experi':153 'frequent':92,133 'go':57,118 'high':194 'higher':23 'hour':26 'hydrat':178 'issu':100 'last':135 'like':84 'liter':181 'lot':190 'low':35 'm':139 'mid':141 'minimum':182 'monitor':207 'need':213 'never':42 'noth':114 'observ':19 'outsid':126 'peleton':200 'person':89,152 'plan':63 'plant':38,192 'plant-bas':37 'plus':186 'pressur':47 'quit':1,50,163 'realli':43 'refer':29 'regular':179 'respons':226 'see':71 'seem':161 'sever':173 'sleep':201 'smoke':4 'sodium':36 'soon':220 'stop':79,93 'sure':113 'symptom':125 'temporari':168 'terribl':104 'thank':222 'turkey':6 'two':98 'undetect':116 'updat':74 've':31 'wait':66 'wasn':102 'water':184,195 'week':69 'well':76 'without':99 'worri':105 'wrong':115 'yes':75 'yoga':198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705704483
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10885344"
    +editedAt: DateTimeImmutable @1727137975 {#2833
      date: 2024-09-24 02:32:55.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705618083 {#2812
      date: 2024-01-18 23:48:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Mine would shoot through the roof out of sheer joy and excitement. Good for you."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705620242 {#2129
    date: 2024-01-19 00:24:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RalphFurley@lemmy.world"
    "@RalphFurley@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 320753
  -bodyTs: "'excit':12 'good':13 'joy':10 'mine':1 'roof':6 'sheer':9 'shoot':3 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8414455"
  +editedAt: DateTimeImmutable @1726508637 {#2131
    date: 2024-09-16 19:43:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705620242 {#2132
    date: 2024-01-19 00:24:02.0 +01:00
  }
  +"title": 320753
}
"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
87 DENIED edit
App\Entity\EntryComment {#2138
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Is-it-normal-for-your-BP-to-rise-after-quitting"
    +title: "Is it normal for your BP to rise after quitting"
    +url: null
    +body: """
      Quit drinking and smoking cold turkey 9 days ago and my BP is about 140s over 80s (was observed to be even higher about 72 hours in).\n
      \n
      For reference, I’ve always had a low sodium, plant-based diet and never really had elevated blood pressure before I quit.\n
      \n
      Just curious if this will ever go down on its own, my plan is to wait a couple weeks and see, but curious.\n
      \n
      UPDATE: yes, well aware of stopping abruptly. I was more like a 2-5 beer/day person and had frequently stopped for a day or two without issue so wasn’t terribly worried, but I did check BP to be sure nothing wrong undetected was going on.\n
      \n
      I didn’t have any symptoms outside of elevated BP and after checking frequently the last couple days I’m about mid 120s to 130 over 70s consistently.\n
      \n
      So, in my own personal experience (and we are all different) it does seem that quitting both abruptly caused a temporary elevation in BP for several days.\n
      \n
      I have been hydrating regularly (2 liters minimum of water daily, plus I eat a lot of plants with high water content anyway), yoga, cardio, Peleton. Sleeping better.\n
      \n
      I will continue to monitor and contact my Dr if needed. I believe my annual checkup is soon anyway.\n
      \n
      Thanks for all the responses.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 76
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727138249 {#2847
      date: 2024-09-24 02:37:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2856 …}
    +reports: Doctrine\ORM\PersistentCollection {#2858 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2860 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2862 …}
    +badges: Doctrine\ORM\PersistentCollection {#2864 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 31601
    -titleTs: "'bp':6 'normal':3 'quit':10 'rise':8"
    -bodyTs: "'-5':87 '120s':142 '130':144 '140s':15 '2':86,180 '70s':146 '72':25 '80s':17 '9':7 'abrupt':80,165 'ago':9 'alway':32 'annual':217 'anyway':197,221 'awar':77 'base':39 'beer/day':88 'believ':215 'better':202 'blood':46 'bp':12,110,129,171 'cardio':199 'caus':166 'check':109,132 'checkup':218 'cold':5 'consist':147 'contact':209 'content':196 'continu':205 'coupl':68,136 'curious':52,73 'daili':185 'day':8,96,137,174 'didn':121 'diet':40 'differ':158 'dr':211 'drink':2 'eat':188 'elev':45,128,169 'even':22 'ever':56 'experi':153 'frequent':92,133 'go':57,118 'high':194 'higher':23 'hour':26 'hydrat':178 'issu':100 'last':135 'like':84 'liter':181 'lot':190 'low':35 'm':139 'mid':141 'minimum':182 'monitor':207 'need':213 'never':42 'noth':114 'observ':19 'outsid':126 'peleton':200 'person':89,152 'plan':63 'plant':38,192 'plant-bas':37 'plus':186 'pressur':47 'quit':1,50,163 'realli':43 'refer':29 'regular':179 'respons':226 'see':71 'seem':161 'sever':173 'sleep':201 'smoke':4 'sodium':36 'soon':220 'stop':79,93 'sure':113 'symptom':125 'temporari':168 'terribl':104 'thank':222 'turkey':6 'two':98 'undetect':116 'updat':74 've':31 'wait':66 'wasn':102 'water':184,195 'week':69 'well':76 'without':99 'worri':105 'wrong':115 'yes':75 'yoga':198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705704483
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10885344"
    +editedAt: DateTimeImmutable @1727137975 {#2833
      date: 2024-09-24 02:32:55.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705618083 {#2812
      date: 2024-01-18 23:48:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Mine would shoot through the roof out of sheer joy and excitement. Good for you."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705620242 {#2129
    date: 2024-01-19 00:24:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RalphFurley@lemmy.world"
    "@RalphFurley@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 320753
  -bodyTs: "'excit':12 'good':13 'joy':10 'mine':1 'roof':6 'sheer':9 'shoot':3 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8414455"
  +editedAt: DateTimeImmutable @1726508637 {#2131
    date: 2024-09-16 19:43:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705620242 {#2132
    date: 2024-01-19 00:24:02.0 +01:00
  }
  +"title": 320753
}
"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
88 DENIED moderate
App\Entity\EntryComment {#2138
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Is-it-normal-for-your-BP-to-rise-after-quitting"
    +title: "Is it normal for your BP to rise after quitting"
    +url: null
    +body: """
      Quit drinking and smoking cold turkey 9 days ago and my BP is about 140s over 80s (was observed to be even higher about 72 hours in).\n
      \n
      For reference, I’ve always had a low sodium, plant-based diet and never really had elevated blood pressure before I quit.\n
      \n
      Just curious if this will ever go down on its own, my plan is to wait a couple weeks and see, but curious.\n
      \n
      UPDATE: yes, well aware of stopping abruptly. I was more like a 2-5 beer/day person and had frequently stopped for a day or two without issue so wasn’t terribly worried, but I did check BP to be sure nothing wrong undetected was going on.\n
      \n
      I didn’t have any symptoms outside of elevated BP and after checking frequently the last couple days I’m about mid 120s to 130 over 70s consistently.\n
      \n
      So, in my own personal experience (and we are all different) it does seem that quitting both abruptly caused a temporary elevation in BP for several days.\n
      \n
      I have been hydrating regularly (2 liters minimum of water daily, plus I eat a lot of plants with high water content anyway), yoga, cardio, Peleton. Sleeping better.\n
      \n
      I will continue to monitor and contact my Dr if needed. I believe my annual checkup is soon anyway.\n
      \n
      Thanks for all the responses.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 76
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727138249 {#2847
      date: 2024-09-24 02:37:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2856 …}
    +reports: Doctrine\ORM\PersistentCollection {#2858 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2860 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2862 …}
    +badges: Doctrine\ORM\PersistentCollection {#2864 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 31601
    -titleTs: "'bp':6 'normal':3 'quit':10 'rise':8"
    -bodyTs: "'-5':87 '120s':142 '130':144 '140s':15 '2':86,180 '70s':146 '72':25 '80s':17 '9':7 'abrupt':80,165 'ago':9 'alway':32 'annual':217 'anyway':197,221 'awar':77 'base':39 'beer/day':88 'believ':215 'better':202 'blood':46 'bp':12,110,129,171 'cardio':199 'caus':166 'check':109,132 'checkup':218 'cold':5 'consist':147 'contact':209 'content':196 'continu':205 'coupl':68,136 'curious':52,73 'daili':185 'day':8,96,137,174 'didn':121 'diet':40 'differ':158 'dr':211 'drink':2 'eat':188 'elev':45,128,169 'even':22 'ever':56 'experi':153 'frequent':92,133 'go':57,118 'high':194 'higher':23 'hour':26 'hydrat':178 'issu':100 'last':135 'like':84 'liter':181 'lot':190 'low':35 'm':139 'mid':141 'minimum':182 'monitor':207 'need':213 'never':42 'noth':114 'observ':19 'outsid':126 'peleton':200 'person':89,152 'plan':63 'plant':38,192 'plant-bas':37 'plus':186 'pressur':47 'quit':1,50,163 'realli':43 'refer':29 'regular':179 'respons':226 'see':71 'seem':161 'sever':173 'sleep':201 'smoke':4 'sodium':36 'soon':220 'stop':79,93 'sure':113 'symptom':125 'temporari':168 'terribl':104 'thank':222 'turkey':6 'two':98 'undetect':116 'updat':74 've':31 'wait':66 'wasn':102 'water':184,195 'week':69 'well':76 'without':99 'worri':105 'wrong':115 'yes':75 'yoga':198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705704483
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10885344"
    +editedAt: DateTimeImmutable @1727137975 {#2833
      date: 2024-09-24 02:32:55.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705618083 {#2812
      date: 2024-01-18 23:48:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Mine would shoot through the roof out of sheer joy and excitement. Good for you."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705620242 {#2129
    date: 2024-01-19 00:24:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RalphFurley@lemmy.world"
    "@RalphFurley@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 320753
  -bodyTs: "'excit':12 'good':13 'joy':10 'mine':1 'roof':6 'sheer':9 'shoot':3 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8414455"
  +editedAt: DateTimeImmutable @1726508637 {#2131
    date: 2024-09-16 19:43:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705620242 {#2132
    date: 2024-01-19 00:24:02.0 +01:00
  }
  +"title": 320753
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
  +slug: "Have-I-Been-Pwned-adds-71-million-emails-from-Naz-API"
  +title: "Have I Been Pwned adds 71 million emails from Naz.API stolen account list"
  +url: "https://www.bleepingcomputer.com/news/security/have-i-been-pwned-adds-71-million-emails-from-nazapi-stolen-account-list/"
  +body: """
    > The Naz.API dataset is a massive collection of 1 billion credentials compiled using credential stuffing lists and data stolen by information-stealing malware.\n
    \n
    > Credential stuffing lists are collections of login name and password pairs stolen from previous data breaches that are used to breach accounts on other sites.\n
    \n
    > Information-stealing malware attempts to steal a wide variety of data from an infected computer, including credentials saved in browsers, VPN clients, and FTP clients. This type of malware also attempts to steal SSH keys, credit cards, cookies, browsing history, and cryptocurrency wallets.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 186
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726516306 {#2673
    date: 2024-09-16 21:51:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2679 …}
  +votes: Doctrine\ORM\PersistentCollection {#2689 …}
  +reports: Doctrine\ORM\PersistentCollection {#2691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2693 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2695 …}
  +badges: Doctrine\ORM\PersistentCollection {#2697 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: null
      +root: null
      +body: "Yeah, I got an alert in my email last night about this. Now I have to go through a massive password reset. Fun!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1726446914 {#2063
        date: 2024-09-16 02:35:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KarnaSubarna@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 319125
      -bodyTs: "'alert':5 'email':8 'fun':23 'go':17 'got':3 'last':9 'massiv':20 'night':10 'password':21 'reset':22 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8399111"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705583946 {#2080
        date: 2024-01-18 14:19:06.0 +01:00
      }
      +"title": 319125
    }
  ]
  -id: 31478
  -titleTs: "'71':6 'account':12 'add':5 'email':8 'list':13 'million':7 'naz.api':10 'pwned':4 'stolen':11"
  -bodyTs: "'1':9 'account':46 'also':80 'attempt':54,81 'billion':10 'breach':40,45 'brows':89 'browser':70 'card':87 'client':72,75 'collect':7,29 'compil':12 'comput':65 'cooki':88 'credenti':11,14,25,67 'credit':86 'cryptocurr':92 'data':18,39,61 'dataset':3 'ftp':74 'histori':90 'includ':66 'infect':64 'inform':22,51 'information-st':21,50 'key':85 'list':16,27 'login':31 'malwar':24,53,79 'massiv':6 'name':32 'naz.api':2 'pair':35 'password':34 'previous':38 'save':68 'site':49 'ssh':84 'steal':23,52,56,83 'stolen':19,36 'stuf':15,26 'type':77 'use':13,43 'varieti':59 'vpn':71 'wallet':93 'wide':58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705667796
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10707579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705581396 {#2581
    date: 2024-01-18 13:36:36.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
91 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
  +slug: "Have-I-Been-Pwned-adds-71-million-emails-from-Naz-API"
  +title: "Have I Been Pwned adds 71 million emails from Naz.API stolen account list"
  +url: "https://www.bleepingcomputer.com/news/security/have-i-been-pwned-adds-71-million-emails-from-nazapi-stolen-account-list/"
  +body: """
    > The Naz.API dataset is a massive collection of 1 billion credentials compiled using credential stuffing lists and data stolen by information-stealing malware.\n
    \n
    > Credential stuffing lists are collections of login name and password pairs stolen from previous data breaches that are used to breach accounts on other sites.\n
    \n
    > Information-stealing malware attempts to steal a wide variety of data from an infected computer, including credentials saved in browsers, VPN clients, and FTP clients. This type of malware also attempts to steal SSH keys, credit cards, cookies, browsing history, and cryptocurrency wallets.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 186
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726516306 {#2673
    date: 2024-09-16 21:51:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2679 …}
  +votes: Doctrine\ORM\PersistentCollection {#2689 …}
  +reports: Doctrine\ORM\PersistentCollection {#2691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2693 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2695 …}
  +badges: Doctrine\ORM\PersistentCollection {#2697 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: null
      +root: null
      +body: "Yeah, I got an alert in my email last night about this. Now I have to go through a massive password reset. Fun!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1726446914 {#2063
        date: 2024-09-16 02:35:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KarnaSubarna@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 319125
      -bodyTs: "'alert':5 'email':8 'fun':23 'go':17 'got':3 'last':9 'massiv':20 'night':10 'password':21 'reset':22 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8399111"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705583946 {#2080
        date: 2024-01-18 14:19:06.0 +01:00
      }
      +"title": 319125
    }
  ]
  -id: 31478
  -titleTs: "'71':6 'account':12 'add':5 'email':8 'list':13 'million':7 'naz.api':10 'pwned':4 'stolen':11"
  -bodyTs: "'1':9 'account':46 'also':80 'attempt':54,81 'billion':10 'breach':40,45 'brows':89 'browser':70 'card':87 'client':72,75 'collect':7,29 'compil':12 'comput':65 'cooki':88 'credenti':11,14,25,67 'credit':86 'cryptocurr':92 'data':18,39,61 'dataset':3 'ftp':74 'histori':90 'includ':66 'infect':64 'inform':22,51 'information-st':21,50 'key':85 'list':16,27 'login':31 'malwar':24,53,79 'massiv':6 'name':32 'naz.api':2 'pair':35 'password':34 'previous':38 'save':68 'site':49 'ssh':84 'steal':23,52,56,83 'stolen':19,36 'stuf':15,26 'type':77 'use':13,43 'varieti':59 'vpn':71 'wallet':93 'wide':58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705667796
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10707579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705581396 {#2581
    date: 2024-01-18 13:36:36.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
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
  +slug: "Have-I-Been-Pwned-adds-71-million-emails-from-Naz-API"
  +title: "Have I Been Pwned adds 71 million emails from Naz.API stolen account list"
  +url: "https://www.bleepingcomputer.com/news/security/have-i-been-pwned-adds-71-million-emails-from-nazapi-stolen-account-list/"
  +body: """
    > The Naz.API dataset is a massive collection of 1 billion credentials compiled using credential stuffing lists and data stolen by information-stealing malware.\n
    \n
    > Credential stuffing lists are collections of login name and password pairs stolen from previous data breaches that are used to breach accounts on other sites.\n
    \n
    > Information-stealing malware attempts to steal a wide variety of data from an infected computer, including credentials saved in browsers, VPN clients, and FTP clients. This type of malware also attempts to steal SSH keys, credit cards, cookies, browsing history, and cryptocurrency wallets.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 186
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726516306 {#2673
    date: 2024-09-16 21:51:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2679 …}
  +votes: Doctrine\ORM\PersistentCollection {#2689 …}
  +reports: Doctrine\ORM\PersistentCollection {#2691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2693 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2695 …}
  +badges: Doctrine\ORM\PersistentCollection {#2697 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
      +image: null
      +parent: null
      +root: null
      +body: "Yeah, I got an alert in my email last night about this. Now I have to go through a massive password reset. Fun!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1726446914 {#2063
        date: 2024-09-16 02:35:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KarnaSubarna@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 319125
      -bodyTs: "'alert':5 'email':8 'fun':23 'go':17 'got':3 'last':9 'massiv':20 'night':10 'password':21 'reset':22 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8399111"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705583946 {#2080
        date: 2024-01-18 14:19:06.0 +01:00
      }
      +"title": 319125
    }
  ]
  -id: 31478
  -titleTs: "'71':6 'account':12 'add':5 'email':8 'list':13 'million':7 'naz.api':10 'pwned':4 'stolen':11"
  -bodyTs: "'1':9 'account':46 'also':80 'attempt':54,81 'billion':10 'breach':40,45 'brows':89 'browser':70 'card':87 'client':72,75 'collect':7,29 'compil':12 'comput':65 'cooki':88 'credenti':11,14,25,67 'credit':86 'cryptocurr':92 'data':18,39,61 'dataset':3 'ftp':74 'histori':90 'includ':66 'infect':64 'inform':22,51 'information-st':21,50 'key':85 'list':16,27 'login':31 'malwar':24,53,79 'massiv':6 'name':32 'naz.api':2 'pair':35 'password':34 'previous':38 'save':68 'site':49 'ssh':84 'steal':23,52,56,83 'stolen':19,36 'stuf':15,26 'type':77 'use':13,43 'varieti':59 'vpn':71 'wallet':93 'wide':58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705667796
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10707579"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705581396 {#2581
    date: 2024-01-18 13:36:36.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
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2541 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
    +slug: "Have-I-Been-Pwned-adds-71-million-emails-from-Naz-API"
    +title: "Have I Been Pwned adds 71 million emails from Naz.API stolen account list"
    +url: "https://www.bleepingcomputer.com/news/security/have-i-been-pwned-adds-71-million-emails-from-nazapi-stolen-account-list/"
    +body: """
      > The Naz.API dataset is a massive collection of 1 billion credentials compiled using credential stuffing lists and data stolen by information-stealing malware.\n
      \n
      > Credential stuffing lists are collections of login name and password pairs stolen from previous data breaches that are used to breach accounts on other sites.\n
      \n
      > Information-stealing malware attempts to steal a wide variety of data from an infected computer, including credentials saved in browsers, VPN clients, and FTP clients. This type of malware also attempts to steal SSH keys, credit cards, cookies, browsing history, and cryptocurrency wallets.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 186
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726516306 {#2673
      date: 2024-09-16 21:51:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2679 …}
    +votes: Doctrine\ORM\PersistentCollection {#2689 …}
    +reports: Doctrine\ORM\PersistentCollection {#2691 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2693 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2695 …}
    +badges: Doctrine\ORM\PersistentCollection {#2697 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 31478
    -titleTs: "'71':6 'account':12 'add':5 'email':8 'list':13 'million':7 'naz.api':10 'pwned':4 'stolen':11"
    -bodyTs: "'1':9 'account':46 'also':80 'attempt':54,81 'billion':10 'breach':40,45 'brows':89 'browser':70 'card':87 'client':72,75 'collect':7,29 'compil':12 'comput':65 'cooki':88 'credenti':11,14,25,67 'credit':86 'cryptocurr':92 'data':18,39,61 'dataset':3 'ftp':74 'histori':90 'includ':66 'infect':64 'inform':22,51 'information-st':21,50 'key':85 'list':16,27 'login':31 'malwar':24,53,79 'massiv':6 'name':32 'naz.api':2 'pair':35 'password':34 'previous':38 'save':68 'site':49 'ssh':84 'steal':23,52,56,83 'stolen':19,36 'stuf':15,26 'type':77 'use':13,43 'varieti':59 'vpn':71 'wallet':93 'wide':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705667796
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10707579"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705581396 {#2581
      date: 2024-01-18 13:36:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: null
  +root: null
  +body: "Yeah, I got an alert in my email last night about this. Now I have to go through a massive password reset. Fun!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1726446914 {#2063
    date: 2024-09-16 02:35:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 319125
  -bodyTs: "'alert':5 'email':8 'fun':23 'go':17 'got':3 'last':9 'massiv':20 'night':10 'password':21 'reset':22 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8399111"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705583946 {#2080
    date: 2024-01-18 14:19:06.0 +01:00
  }
  +"title": 319125
}
"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
95 DENIED edit
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2541 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
    +slug: "Have-I-Been-Pwned-adds-71-million-emails-from-Naz-API"
    +title: "Have I Been Pwned adds 71 million emails from Naz.API stolen account list"
    +url: "https://www.bleepingcomputer.com/news/security/have-i-been-pwned-adds-71-million-emails-from-nazapi-stolen-account-list/"
    +body: """
      > The Naz.API dataset is a massive collection of 1 billion credentials compiled using credential stuffing lists and data stolen by information-stealing malware.\n
      \n
      > Credential stuffing lists are collections of login name and password pairs stolen from previous data breaches that are used to breach accounts on other sites.\n
      \n
      > Information-stealing malware attempts to steal a wide variety of data from an infected computer, including credentials saved in browsers, VPN clients, and FTP clients. This type of malware also attempts to steal SSH keys, credit cards, cookies, browsing history, and cryptocurrency wallets.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 186
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726516306 {#2673
      date: 2024-09-16 21:51:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2679 …}
    +votes: Doctrine\ORM\PersistentCollection {#2689 …}
    +reports: Doctrine\ORM\PersistentCollection {#2691 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2693 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2695 …}
    +badges: Doctrine\ORM\PersistentCollection {#2697 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 31478
    -titleTs: "'71':6 'account':12 'add':5 'email':8 'list':13 'million':7 'naz.api':10 'pwned':4 'stolen':11"
    -bodyTs: "'1':9 'account':46 'also':80 'attempt':54,81 'billion':10 'breach':40,45 'brows':89 'browser':70 'card':87 'client':72,75 'collect':7,29 'compil':12 'comput':65 'cooki':88 'credenti':11,14,25,67 'credit':86 'cryptocurr':92 'data':18,39,61 'dataset':3 'ftp':74 'histori':90 'includ':66 'infect':64 'inform':22,51 'information-st':21,50 'key':85 'list':16,27 'login':31 'malwar':24,53,79 'massiv':6 'name':32 'naz.api':2 'pair':35 'password':34 'previous':38 'save':68 'site':49 'ssh':84 'steal':23,52,56,83 'stolen':19,36 'stuf':15,26 'type':77 'use':13,43 'varieti':59 'vpn':71 'wallet':93 'wide':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705667796
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10707579"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705581396 {#2581
      date: 2024-01-18 13:36:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: null
  +root: null
  +body: "Yeah, I got an alert in my email last night about this. Now I have to go through a massive password reset. Fun!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1726446914 {#2063
    date: 2024-09-16 02:35:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 319125
  -bodyTs: "'alert':5 'email':8 'fun':23 'go':17 'got':3 'last':9 'massiv':20 'night':10 'password':21 'reset':22 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8399111"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705583946 {#2080
    date: 2024-01-18 14:19:06.0 +01:00
  }
  +"title": 319125
}
"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
96 DENIED moderate
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2541 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2678 …}
    +slug: "Have-I-Been-Pwned-adds-71-million-emails-from-Naz-API"
    +title: "Have I Been Pwned adds 71 million emails from Naz.API stolen account list"
    +url: "https://www.bleepingcomputer.com/news/security/have-i-been-pwned-adds-71-million-emails-from-nazapi-stolen-account-list/"
    +body: """
      > The Naz.API dataset is a massive collection of 1 billion credentials compiled using credential stuffing lists and data stolen by information-stealing malware.\n
      \n
      > Credential stuffing lists are collections of login name and password pairs stolen from previous data breaches that are used to breach accounts on other sites.\n
      \n
      > Information-stealing malware attempts to steal a wide variety of data from an infected computer, including credentials saved in browsers, VPN clients, and FTP clients. This type of malware also attempts to steal SSH keys, credit cards, cookies, browsing history, and cryptocurrency wallets.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 186
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726516306 {#2673
      date: 2024-09-16 21:51:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2679 …}
    +votes: Doctrine\ORM\PersistentCollection {#2689 …}
    +reports: Doctrine\ORM\PersistentCollection {#2691 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2693 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2695 …}
    +badges: Doctrine\ORM\PersistentCollection {#2697 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 31478
    -titleTs: "'71':6 'account':12 'add':5 'email':8 'list':13 'million':7 'naz.api':10 'pwned':4 'stolen':11"
    -bodyTs: "'1':9 'account':46 'also':80 'attempt':54,81 'billion':10 'breach':40,45 'brows':89 'browser':70 'card':87 'client':72,75 'collect':7,29 'compil':12 'comput':65 'cooki':88 'credenti':11,14,25,67 'credit':86 'cryptocurr':92 'data':18,39,61 'dataset':3 'ftp':74 'histori':90 'includ':66 'infect':64 'inform':22,51 'information-st':21,50 'key':85 'list':16,27 'login':31 'malwar':24,53,79 'massiv':6 'name':32 'naz.api':2 'pair':35 'password':34 'previous':38 'save':68 'site':49 'ssh':84 'steal':23,52,56,83 'stolen':19,36 'stuf':15,26 'type':77 'use':13,43 'varieti':59 'vpn':71 'wallet':93 'wide':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705667796
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10707579"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705581396 {#2581
      date: 2024-01-18 13:36:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2088 …}
  +image: null
  +parent: null
  +root: null
  +body: "Yeah, I got an alert in my email last night about this. Now I have to go through a massive password reset. Fun!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1726446914 {#2063
    date: 2024-09-16 02:35:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KarnaSubarna@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 319125
  -bodyTs: "'alert':5 'email':8 'fun':23 'go':17 'got':3 'last':9 'massiv':20 'night':10 'password':21 'reset':22 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8399111"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705583946 {#2080
    date: 2024-01-18 14:19:06.0 +01:00
  }
  +"title": 319125
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2025
  +user: Proxies\__CG__\App\Entity\User {#2983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#3021 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "Bug-Thread"
  +title: "Bug Thread"
  +url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
  +body: """
    [xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
    \n
    Hover Text\n
    \n
    > After some account issues, we’ve added 6 new people from the beach house rental website support forum
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 658
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726393121 {#3016
    date: 2024-09-15 11:38:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3023 …}
  +votes: Doctrine\ORM\PersistentCollection {#3025 …}
  +reports: Doctrine\ORM\PersistentCollection {#3027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
  +badges: Doctrine\ORM\PersistentCollection {#3033 …}
  +children: [
    App\Entity\EntryComment {#2018
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2025 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “So, how did you two meet?”\n
        \n
        “He spent 2 years on a linux support forum helping me fix and nVidia driver issue. we’ve been married for 6 years this March.”
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 51
      +score: 0
      +lastActive: DateTime @1725725567 {#2026
        date: 2024-09-07 18:12:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mac@programming.dev"
        "@mac@programming.dev"
        "@mac@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2021 …}
      +votes: Doctrine\ORM\PersistentCollection {#2029 …}
      +reports: Doctrine\ORM\PersistentCollection {#2020 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
      -id: 315738
      -bodyTs: "'2':9 '6':28 'driver':21 'fix':18 'forum':15 'help':16 'issu':22 'linux':13 'march':31 'marri':26 'meet':6 'nvidia':20 'spent':8 'support':14 'two':5 've':24 'year':10,29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8354221"
      +editedAt: DateTimeImmutable @1725428779 {#2024
        date: 2024-09-04 07:46:19.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705458787 {#2022
        date: 2024-01-17 03:33:07.0 +01:00
      }
      +"title": 315738
    }
  ]
  -id: 31012
  -titleTs: "'bug':1 'thread':2"
  -bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705515524
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8682430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705429124 {#3004
    date: 2024-01-16 19:18:44.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
99 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2025
  +user: Proxies\__CG__\App\Entity\User {#2983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#3021 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "Bug-Thread"
  +title: "Bug Thread"
  +url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
  +body: """
    [xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
    \n
    Hover Text\n
    \n
    > After some account issues, we’ve added 6 new people from the beach house rental website support forum
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 658
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726393121 {#3016
    date: 2024-09-15 11:38:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3023 …}
  +votes: Doctrine\ORM\PersistentCollection {#3025 …}
  +reports: Doctrine\ORM\PersistentCollection {#3027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
  +badges: Doctrine\ORM\PersistentCollection {#3033 …}
  +children: [
    App\Entity\EntryComment {#2018
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2025 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “So, how did you two meet?”\n
        \n
        “He spent 2 years on a linux support forum helping me fix and nVidia driver issue. we’ve been married for 6 years this March.”
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 51
      +score: 0
      +lastActive: DateTime @1725725567 {#2026
        date: 2024-09-07 18:12:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mac@programming.dev"
        "@mac@programming.dev"
        "@mac@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2021 …}
      +votes: Doctrine\ORM\PersistentCollection {#2029 …}
      +reports: Doctrine\ORM\PersistentCollection {#2020 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
      -id: 315738
      -bodyTs: "'2':9 '6':28 'driver':21 'fix':18 'forum':15 'help':16 'issu':22 'linux':13 'march':31 'marri':26 'meet':6 'nvidia':20 'spent':8 'support':14 'two':5 've':24 'year':10,29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8354221"
      +editedAt: DateTimeImmutable @1725428779 {#2024
        date: 2024-09-04 07:46:19.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705458787 {#2022
        date: 2024-01-17 03:33:07.0 +01:00
      }
      +"title": 315738
    }
  ]
  -id: 31012
  -titleTs: "'bug':1 'thread':2"
  -bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705515524
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8682430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705429124 {#3004
    date: 2024-01-16 19:18:44.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
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2025
  +user: Proxies\__CG__\App\Entity\User {#2983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#3021 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "Bug-Thread"
  +title: "Bug Thread"
  +url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
  +body: """
    [xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
    \n
    Hover Text\n
    \n
    > After some account issues, we’ve added 6 new people from the beach house rental website support forum
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 658
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726393121 {#3016
    date: 2024-09-15 11:38:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3023 …}
  +votes: Doctrine\ORM\PersistentCollection {#3025 …}
  +reports: Doctrine\ORM\PersistentCollection {#3027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
  +badges: Doctrine\ORM\PersistentCollection {#3033 …}
  +children: [
    App\Entity\EntryComment {#2018
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2025 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “So, how did you two meet?”\n
        \n
        “He spent 2 years on a linux support forum helping me fix and nVidia driver issue. we’ve been married for 6 years this March.”
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 51
      +score: 0
      +lastActive: DateTime @1725725567 {#2026
        date: 2024-09-07 18:12:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mac@programming.dev"
        "@mac@programming.dev"
        "@mac@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2011 …}
      +nested: Doctrine\ORM\PersistentCollection {#2021 …}
      +votes: Doctrine\ORM\PersistentCollection {#2029 …}
      +reports: Doctrine\ORM\PersistentCollection {#2020 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
      -id: 315738
      -bodyTs: "'2':9 '6':28 'driver':21 'fix':18 'forum':15 'help':16 'issu':22 'linux':13 'march':31 'marri':26 'meet':6 'nvidia':20 'spent':8 'support':14 'two':5 've':24 'year':10,29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8354221"
      +editedAt: DateTimeImmutable @1725428779 {#2024
        date: 2024-09-04 07:46:19.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705458787 {#2022
        date: 2024-01-17 03:33:07.0 +01:00
      }
      +"title": 315738
    }
  ]
  -id: 31012
  -titleTs: "'bug':1 'thread':2"
  -bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705515524
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8682430"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705429124 {#3004
    date: 2024-01-16 19:18:44.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
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 {#2018
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2025
    +user: Proxies\__CG__\App\Entity\User {#2983 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#3021 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "Bug-Thread"
    +title: "Bug Thread"
    +url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
    +body: """
      [xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
      \n
      Hover Text\n
      \n
      > After some account issues, we’ve added 6 new people from the beach house rental website support forum
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 658
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726393121 {#3016
      date: 2024-09-15 11:38:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3023 …}
    +votes: Doctrine\ORM\PersistentCollection {#3025 …}
    +reports: Doctrine\ORM\PersistentCollection {#3027 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
    +badges: Doctrine\ORM\PersistentCollection {#3033 …}
    +children: [
      App\Entity\EntryComment {#2018}
    ]
    -id: 31012
    -titleTs: "'bug':1 'thread':2"
    -bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705515524
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8682430"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705429124 {#3004
      date: 2024-01-16 19:18:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “So, how did you two meet?”\n
    \n
    “He spent 2 years on a linux support forum helping me fix and nVidia driver issue. we’ve been married for 6 years this March.”
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 51
  +score: 0
  +lastActive: DateTime @1725725567 {#2026
    date: 2024-09-07 18:12:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mac@programming.dev"
    "@mac@programming.dev"
    "@mac@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 315738
  -bodyTs: "'2':9 '6':28 'driver':21 'fix':18 'forum':15 'help':16 'issu':22 'linux':13 'march':31 'marri':26 'meet':6 'nvidia':20 'spent':8 'support':14 'two':5 've':24 'year':10,29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8354221"
  +editedAt: DateTimeImmutable @1725428779 {#2024
    date: 2024-09-04 07:46:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705458787 {#2022
    date: 2024-01-17 03:33:07.0 +01:00
  }
  +"title": 315738
}
"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 {#2018
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2025
    +user: Proxies\__CG__\App\Entity\User {#2983 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#3021 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "Bug-Thread"
    +title: "Bug Thread"
    +url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
    +body: """
      [xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
      \n
      Hover Text\n
      \n
      > After some account issues, we’ve added 6 new people from the beach house rental website support forum
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 658
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726393121 {#3016
      date: 2024-09-15 11:38:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3023 …}
    +votes: Doctrine\ORM\PersistentCollection {#3025 …}
    +reports: Doctrine\ORM\PersistentCollection {#3027 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
    +badges: Doctrine\ORM\PersistentCollection {#3033 …}
    +children: [
      App\Entity\EntryComment {#2018}
    ]
    -id: 31012
    -titleTs: "'bug':1 'thread':2"
    -bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705515524
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8682430"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705429124 {#3004
      date: 2024-01-16 19:18:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “So, how did you two meet?”\n
    \n
    “He spent 2 years on a linux support forum helping me fix and nVidia driver issue. we’ve been married for 6 years this March.”
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 51
  +score: 0
  +lastActive: DateTime @1725725567 {#2026
    date: 2024-09-07 18:12:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mac@programming.dev"
    "@mac@programming.dev"
    "@mac@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 315738
  -bodyTs: "'2':9 '6':28 'driver':21 'fix':18 'forum':15 'help':16 'issu':22 'linux':13 'march':31 'marri':26 'meet':6 'nvidia':20 'spent':8 'support':14 'two':5 've':24 'year':10,29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8354221"
  +editedAt: DateTimeImmutable @1725428779 {#2024
    date: 2024-09-04 07:46:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705458787 {#2022
    date: 2024-01-17 03:33:07.0 +01:00
  }
  +"title": 315738
}
"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 {#2018
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2025
    +user: Proxies\__CG__\App\Entity\User {#2983 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#3021 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "Bug-Thread"
    +title: "Bug Thread"
    +url: "https://programming.dev/pictrs/image/a57b7009-59fd-40a5-afb7-35a53b4e5678.png"
    +body: """
      [xkcd/2881](https://xkcd.com/2881/) under [CC BY-NC 2.5 Deed](https://creativecommons.org/licenses/by-nc/2.5/)\n
      \n
      Hover Text\n
      \n
      > After some account issues, we’ve added 6 new people from the beach house rental website support forum
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 658
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726393121 {#3016
      date: 2024-09-15 11:38:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3023 …}
    +votes: Doctrine\ORM\PersistentCollection {#3025 …}
    +reports: Doctrine\ORM\PersistentCollection {#3027 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3029 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3031 …}
    +badges: Doctrine\ORM\PersistentCollection {#3033 …}
    +children: [
      App\Entity\EntryComment {#2018}
    ]
    -id: 31012
    -titleTs: "'bug':1 'thread':2"
    -bodyTs: "'/2881/)':4 '/licenses/by-nc/2.5/)':14 '2.5':10 '6':24 'account':19 'ad':23 'beach':29 'by-nc':7 'cc':6 'creativecommons.org':13 'creativecommons.org/licenses/by-nc/2.5/)':12 'deed':11 'forum':34 'hous':30 'hover':15 'issu':20 'nc':9 'new':25 'peopl':26 'rental':31 'support':33 'text':16 've':22 'websit':32 'xkcd.com':3 'xkcd.com/2881/)':2 'xkcd/2881':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705515524
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8682430"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705429124 {#3004
      date: 2024-01-16 19:18:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “So, how did you two meet?”\n
    \n
    “He spent 2 years on a linux support forum helping me fix and nVidia driver issue. we’ve been married for 6 years this March.”
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 51
  +score: 0
  +lastActive: DateTime @1725725567 {#2026
    date: 2024-09-07 18:12:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mac@programming.dev"
    "@mac@programming.dev"
    "@mac@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 315738
  -bodyTs: "'2':9 '6':28 'driver':21 'fix':18 'forum':15 'help':16 'issu':22 'linux':13 'march':31 'marri':26 'meet':6 'nvidia':20 'spent':8 'support':14 'two':5 've':24 'year':10,29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8354221"
  +editedAt: DateTimeImmutable @1725428779 {#2024
    date: 2024-09-04 07:46:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705458787 {#2022
    date: 2024-01-17 03:33:07.0 +01:00
  }
  +"title": 315738
}
"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 {#1874
  +user: Proxies\__CG__\App\Entity\User {#2965 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "If-the-human-body-didn-t-heal-itself-how-d-you-be"
  +title: "If the human body didn't heal itself, how'd you be doing rn?"
  +url: null
  +body: "Your body doesn’t heal itself. Cuts need stitches that must be permanent. Bones need to be screwed together even if just cracked. How you doing?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 66
  +favouriteCount: 88
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705545711 {#2998
    date: 2024-01-18 03:41:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3003 …}
  +votes: Doctrine\ORM\PersistentCollection {#3006 …}
  +reports: Doctrine\ORM\PersistentCollection {#3008 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3010 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3012 …}
  +badges: Doctrine\ORM\PersistentCollection {#3014 …}
  +children: [
    App\Entity\EntryComment {#1410
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1874 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Died as an infant from anything"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705376879 {#1909
        date: 2024-01-16 04:47:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DBT@lemmy.world"
        "@DBT@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1907 …}
      +nested: Doctrine\ORM\PersistentCollection {#1407 …}
      +votes: Doctrine\ORM\PersistentCollection {#2391 …}
      +reports: Doctrine\ORM\PersistentCollection {#2369 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2392 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
      -id: 312651
      -bodyTs: "'anyth':6 'die':1 'infant':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8317757"
      +editedAt: DateTimeImmutable @1724524706 {#1708
        date: 2024-08-24 20:38:26.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705376879 {#1926
        date: 2024-01-16 04:47:59.0 +01:00
      }
      +"title": 312651
    }
  ]
  -id: 30551
  -titleTs: "'bodi':4 'd':10 'didn':5 'heal':7 'human':3 'rn':14"
  -bodyTs: "'bodi':2 'bone':14 'crack':23 'cut':7 'doesn':3 'even':20 'heal':5 'must':11 'need':8,15 'perman':13 'screw':18 'stitch':9 'togeth':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705374665
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10726133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705288265 {#2986
    date: 2024-01-15 04:11:05.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 {#1874
  +user: Proxies\__CG__\App\Entity\User {#2965 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "If-the-human-body-didn-t-heal-itself-how-d-you-be"
  +title: "If the human body didn't heal itself, how'd you be doing rn?"
  +url: null
  +body: "Your body doesn’t heal itself. Cuts need stitches that must be permanent. Bones need to be screwed together even if just cracked. How you doing?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 66
  +favouriteCount: 88
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705545711 {#2998
    date: 2024-01-18 03:41:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3003 …}
  +votes: Doctrine\ORM\PersistentCollection {#3006 …}
  +reports: Doctrine\ORM\PersistentCollection {#3008 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3010 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3012 …}
  +badges: Doctrine\ORM\PersistentCollection {#3014 …}
  +children: [
    App\Entity\EntryComment {#1410
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1874 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Died as an infant from anything"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705376879 {#1909
        date: 2024-01-16 04:47:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DBT@lemmy.world"
        "@DBT@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1907 …}
      +nested: Doctrine\ORM\PersistentCollection {#1407 …}
      +votes: Doctrine\ORM\PersistentCollection {#2391 …}
      +reports: Doctrine\ORM\PersistentCollection {#2369 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2392 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
      -id: 312651
      -bodyTs: "'anyth':6 'die':1 'infant':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8317757"
      +editedAt: DateTimeImmutable @1724524706 {#1708
        date: 2024-08-24 20:38:26.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705376879 {#1926
        date: 2024-01-16 04:47:59.0 +01:00
      }
      +"title": 312651
    }
  ]
  -id: 30551
  -titleTs: "'bodi':4 'd':10 'didn':5 'heal':7 'human':3 'rn':14"
  -bodyTs: "'bodi':2 'bone':14 'crack':23 'cut':7 'doesn':3 'even':20 'heal':5 'must':11 'need':8,15 'perman':13 'screw':18 'stitch':9 'togeth':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705374665
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10726133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705288265 {#2986
    date: 2024-01-15 04:11:05.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 {#1874
  +user: Proxies\__CG__\App\Entity\User {#2965 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "If-the-human-body-didn-t-heal-itself-how-d-you-be"
  +title: "If the human body didn't heal itself, how'd you be doing rn?"
  +url: null
  +body: "Your body doesn’t heal itself. Cuts need stitches that must be permanent. Bones need to be screwed together even if just cracked. How you doing?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 66
  +favouriteCount: 88
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705545711 {#2998
    date: 2024-01-18 03:41:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3003 …}
  +votes: Doctrine\ORM\PersistentCollection {#3006 …}
  +reports: Doctrine\ORM\PersistentCollection {#3008 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3010 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3012 …}
  +badges: Doctrine\ORM\PersistentCollection {#3014 …}
  +children: [
    App\Entity\EntryComment {#1410
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1874 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Died as an infant from anything"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705376879 {#1909
        date: 2024-01-16 04:47:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DBT@lemmy.world"
        "@DBT@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1907 …}
      +nested: Doctrine\ORM\PersistentCollection {#1407 …}
      +votes: Doctrine\ORM\PersistentCollection {#2391 …}
      +reports: Doctrine\ORM\PersistentCollection {#2369 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2392 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
      -id: 312651
      -bodyTs: "'anyth':6 'die':1 'infant':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8317757"
      +editedAt: DateTimeImmutable @1724524706 {#1708
        date: 2024-08-24 20:38:26.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705376879 {#1926
        date: 2024-01-16 04:47:59.0 +01:00
      }
      +"title": 312651
    }
  ]
  -id: 30551
  -titleTs: "'bodi':4 'd':10 'didn':5 'heal':7 'human':3 'rn':14"
  -bodyTs: "'bodi':2 'bone':14 'crack':23 'cut':7 'doesn':3 'even':20 'heal':5 'must':11 'need':8,15 'perman':13 'screw':18 'stitch':9 'togeth':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705374665
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10726133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705288265 {#2986
    date: 2024-01-15 04:11:05.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 {#1410
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1874
    +user: Proxies\__CG__\App\Entity\User {#2965 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "If-the-human-body-didn-t-heal-itself-how-d-you-be"
    +title: "If the human body didn't heal itself, how'd you be doing rn?"
    +url: null
    +body: "Your body doesn’t heal itself. Cuts need stitches that must be permanent. Bones need to be screwed together even if just cracked. How you doing?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 66
    +favouriteCount: 88
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705545711 {#2998
      date: 2024-01-18 03:41:51.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3006 …}
    +reports: Doctrine\ORM\PersistentCollection {#3008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3010 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3012 …}
    +badges: Doctrine\ORM\PersistentCollection {#3014 …}
    +children: [
      App\Entity\EntryComment {#1410}
    ]
    -id: 30551
    -titleTs: "'bodi':4 'd':10 'didn':5 'heal':7 'human':3 'rn':14"
    -bodyTs: "'bodi':2 'bone':14 'crack':23 'cut':7 'doesn':3 'even':20 'heal':5 'must':11 'need':8,15 'perman':13 'screw':18 'stitch':9 'togeth':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705374665
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10726133"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705288265 {#2986
      date: 2024-01-15 04:11:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Died as an infant from anything"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705376879 {#1909
    date: 2024-01-16 04:47:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DBT@lemmy.world"
    "@DBT@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1907 …}
  +nested: Doctrine\ORM\PersistentCollection {#1407 …}
  +votes: Doctrine\ORM\PersistentCollection {#2391 …}
  +reports: Doctrine\ORM\PersistentCollection {#2369 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2392 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
  -id: 312651
  -bodyTs: "'anyth':6 'die':1 'infant':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8317757"
  +editedAt: DateTimeImmutable @1724524706 {#1708
    date: 2024-08-24 20:38:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705376879 {#1926
    date: 2024-01-16 04:47:59.0 +01:00
  }
  +"title": 312651
}
"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 {#1410
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1874
    +user: Proxies\__CG__\App\Entity\User {#2965 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "If-the-human-body-didn-t-heal-itself-how-d-you-be"
    +title: "If the human body didn't heal itself, how'd you be doing rn?"
    +url: null
    +body: "Your body doesn’t heal itself. Cuts need stitches that must be permanent. Bones need to be screwed together even if just cracked. How you doing?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 66
    +favouriteCount: 88
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705545711 {#2998
      date: 2024-01-18 03:41:51.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3006 …}
    +reports: Doctrine\ORM\PersistentCollection {#3008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3010 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3012 …}
    +badges: Doctrine\ORM\PersistentCollection {#3014 …}
    +children: [
      App\Entity\EntryComment {#1410}
    ]
    -id: 30551
    -titleTs: "'bodi':4 'd':10 'didn':5 'heal':7 'human':3 'rn':14"
    -bodyTs: "'bodi':2 'bone':14 'crack':23 'cut':7 'doesn':3 'even':20 'heal':5 'must':11 'need':8,15 'perman':13 'screw':18 'stitch':9 'togeth':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705374665
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10726133"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705288265 {#2986
      date: 2024-01-15 04:11:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Died as an infant from anything"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705376879 {#1909
    date: 2024-01-16 04:47:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DBT@lemmy.world"
    "@DBT@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1907 …}
  +nested: Doctrine\ORM\PersistentCollection {#1407 …}
  +votes: Doctrine\ORM\PersistentCollection {#2391 …}
  +reports: Doctrine\ORM\PersistentCollection {#2369 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2392 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
  -id: 312651
  -bodyTs: "'anyth':6 'die':1 'infant':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8317757"
  +editedAt: DateTimeImmutable @1724524706 {#1708
    date: 2024-08-24 20:38:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705376879 {#1926
    date: 2024-01-16 04:47:59.0 +01:00
  }
  +"title": 312651
}
"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 {#1410
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1874
    +user: Proxies\__CG__\App\Entity\User {#2965 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "If-the-human-body-didn-t-heal-itself-how-d-you-be"
    +title: "If the human body didn't heal itself, how'd you be doing rn?"
    +url: null
    +body: "Your body doesn’t heal itself. Cuts need stitches that must be permanent. Bones need to be screwed together even if just cracked. How you doing?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 66
    +favouriteCount: 88
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705545711 {#2998
      date: 2024-01-18 03:41:51.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3003 …}
    +votes: Doctrine\ORM\PersistentCollection {#3006 …}
    +reports: Doctrine\ORM\PersistentCollection {#3008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3010 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3012 …}
    +badges: Doctrine\ORM\PersistentCollection {#3014 …}
    +children: [
      App\Entity\EntryComment {#1410}
    ]
    -id: 30551
    -titleTs: "'bodi':4 'd':10 'didn':5 'heal':7 'human':3 'rn':14"
    -bodyTs: "'bodi':2 'bone':14 'crack':23 'cut':7 'doesn':3 'even':20 'heal':5 'must':11 'need':8,15 'perman':13 'screw':18 'stitch':9 'togeth':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705374665
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10726133"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705288265 {#2986
      date: 2024-01-15 04:11:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Died as an infant from anything"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705376879 {#1909
    date: 2024-01-16 04:47:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DBT@lemmy.world"
    "@DBT@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1907 …}
  +nested: Doctrine\ORM\PersistentCollection {#1407 …}
  +votes: Doctrine\ORM\PersistentCollection {#2391 …}
  +reports: Doctrine\ORM\PersistentCollection {#2369 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2392 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
  -id: 312651
  -bodyTs: "'anyth':6 'die':1 'infant':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8317757"
  +editedAt: DateTimeImmutable @1724524706 {#1708
    date: 2024-08-24 20:38:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705376879 {#1926
    date: 2024-01-16 04:47:59.0 +01:00
  }
  +"title": 312651
}
"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
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#2945 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "The-2024-US-Presidential-race-officially-starts-Monday-what-are"
  +title: "The 2024 US Presidential race officially starts Monday, what are your predictions for Iowa?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976675 {#2980
    date: 2024-09-22 05:44:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2985 …}
  +votes: Doctrine\ORM\PersistentCollection {#2988 …}
  +reports: Doctrine\ORM\PersistentCollection {#2990 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2992 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2994 …}
  +badges: Doctrine\ORM\PersistentCollection {#2996 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +body: "I think there’s a good chance he won’t make it on enough state ballots to have a chance to win."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1705287230 {#2453
        date: 2024-01-15 03:53:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@return2ozma@lemmy.world"
        "@GuyDudeman@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2462 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2464 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1741 …}
      -id: 309663
      -bodyTs: "'ballot':16 'chanc':7,20 'enough':14 'good':6 'make':11 'state':15 'think':2 'win':22 'won':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8281210"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705287230 {#2460
        date: 2024-01-15 03:53:50.0 +01:00
      }
      +"title": 309663
    }
  ]
  -id: 30549
  -titleTs: "'2024':2 'iowa':14 'monday':8 'offici':6 'predict':12 'presidenti':4 'race':5 'start':7 'us':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705371186
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10724945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705284786 {#2968
    date: 2024-01-15 03:13:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#2945 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "The-2024-US-Presidential-race-officially-starts-Monday-what-are"
  +title: "The 2024 US Presidential race officially starts Monday, what are your predictions for Iowa?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976675 {#2980
    date: 2024-09-22 05:44:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2985 …}
  +votes: Doctrine\ORM\PersistentCollection {#2988 …}
  +reports: Doctrine\ORM\PersistentCollection {#2990 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2992 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2994 …}
  +badges: Doctrine\ORM\PersistentCollection {#2996 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +body: "I think there’s a good chance he won’t make it on enough state ballots to have a chance to win."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1705287230 {#2453
        date: 2024-01-15 03:53:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@return2ozma@lemmy.world"
        "@GuyDudeman@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2462 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2464 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1741 …}
      -id: 309663
      -bodyTs: "'ballot':16 'chanc':7,20 'enough':14 'good':6 'make':11 'state':15 'think':2 'win':22 'won':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8281210"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705287230 {#2460
        date: 2024-01-15 03:53:50.0 +01:00
      }
      +"title": 309663
    }
  ]
  -id: 30549
  -titleTs: "'2024':2 'iowa':14 'monday':8 'offici':6 'predict':12 'presidenti':4 'race':5 'start':7 'us':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705371186
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10724945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705284786 {#2968
    date: 2024-01-15 03:13:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2461
  +user: Proxies\__CG__\App\Entity\User {#2945 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "The-2024-US-Presidential-race-officially-starts-Monday-what-are"
  +title: "The 2024 US Presidential race officially starts Monday, what are your predictions for Iowa?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976675 {#2980
    date: 2024-09-22 05:44:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2985 …}
  +votes: Doctrine\ORM\PersistentCollection {#2988 …}
  +reports: Doctrine\ORM\PersistentCollection {#2990 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2992 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2994 …}
  +badges: Doctrine\ORM\PersistentCollection {#2996 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
      +body: "I think there’s a good chance he won’t make it on enough state ballots to have a chance to win."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 12
      +score: 0
      +lastActive: DateTime @1705287230 {#2453
        date: 2024-01-15 03:53:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@return2ozma@lemmy.world"
        "@GuyDudeman@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2462 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2464 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1741 …}
      -id: 309663
      -bodyTs: "'ballot':16 'chanc':7,20 'enough':14 'good':6 'make':11 'state':15 'think':2 'win':22 'won':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8281210"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705287230 {#2460
        date: 2024-01-15 03:53:50.0 +01:00
      }
      +"title": 309663
    }
  ]
  -id: 30549
  -titleTs: "'2024':2 'iowa':14 'monday':8 'offici':6 'predict':12 'presidenti':4 'race':5 'start':7 'us':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705371186
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10724945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705284786 {#2968
    date: 2024-01-15 03:13:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2945 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "The-2024-US-Presidential-race-officially-starts-Monday-what-are"
    +title: "The 2024 US Presidential race officially starts Monday, what are your predictions for Iowa?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 35
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726976675 {#2980
      date: 2024-09-22 05:44:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2985 …}
    +votes: Doctrine\ORM\PersistentCollection {#2988 …}
    +reports: Doctrine\ORM\PersistentCollection {#2990 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2992 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2994 …}
    +badges: Doctrine\ORM\PersistentCollection {#2996 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 30549
    -titleTs: "'2024':2 'iowa':14 'monday':8 'offici':6 'predict':12 'presidenti':4 'race':5 'start':7 'us':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705371186
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10724945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705284786 {#2968
      date: 2024-01-15 03:13:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +body: "I think there’s a good chance he won’t make it on enough state ballots to have a chance to win."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705287230 {#2453
    date: 2024-01-15 03:53:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@return2ozma@lemmy.world"
    "@GuyDudeman@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2462 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1741 …}
  -id: 309663
  -bodyTs: "'ballot':16 'chanc':7,20 'enough':14 'good':6 'make':11 'state':15 'think':2 'win':22 'won':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8281210"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705287230 {#2460
    date: 2024-01-15 03:53:50.0 +01:00
  }
  +"title": 309663
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2945 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "The-2024-US-Presidential-race-officially-starts-Monday-what-are"
    +title: "The 2024 US Presidential race officially starts Monday, what are your predictions for Iowa?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 35
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726976675 {#2980
      date: 2024-09-22 05:44:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2985 …}
    +votes: Doctrine\ORM\PersistentCollection {#2988 …}
    +reports: Doctrine\ORM\PersistentCollection {#2990 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2992 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2994 …}
    +badges: Doctrine\ORM\PersistentCollection {#2996 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 30549
    -titleTs: "'2024':2 'iowa':14 'monday':8 'offici':6 'predict':12 'presidenti':4 'race':5 'start':7 'us':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705371186
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10724945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705284786 {#2968
      date: 2024-01-15 03:13:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +body: "I think there’s a good chance he won’t make it on enough state ballots to have a chance to win."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705287230 {#2453
    date: 2024-01-15 03:53:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@return2ozma@lemmy.world"
    "@GuyDudeman@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2462 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1741 …}
  -id: 309663
  -bodyTs: "'ballot':16 'chanc':7,20 'enough':14 'good':6 'make':11 'state':15 'think':2 'win':22 'won':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8281210"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705287230 {#2460
    date: 2024-01-15 03:53:50.0 +01:00
  }
  +"title": 309663
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2945 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "The-2024-US-Presidential-race-officially-starts-Monday-what-are"
    +title: "The 2024 US Presidential race officially starts Monday, what are your predictions for Iowa?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 35
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726976675 {#2980
      date: 2024-09-22 05:44:35.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2985 …}
    +votes: Doctrine\ORM\PersistentCollection {#2988 …}
    +reports: Doctrine\ORM\PersistentCollection {#2990 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2992 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2994 …}
    +badges: Doctrine\ORM\PersistentCollection {#2996 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 30549
    -titleTs: "'2024':2 'iowa':14 'monday':8 'offici':6 'predict':12 'presidenti':4 'race':5 'start':7 'us':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705371186
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10724945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705284786 {#2968
      date: 2024-01-15 03:13:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2458 …}
  +body: "I think there’s a good chance he won’t make it on enough state ballots to have a chance to win."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 12
  +score: 0
  +lastActive: DateTime @1705287230 {#2453
    date: 2024-01-15 03:53:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@return2ozma@lemmy.world"
    "@GuyDudeman@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2462 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1707 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1741 …}
  -id: 309663
  -bodyTs: "'ballot':16 'chanc':7,20 'enough':14 'good':6 'make':11 'state':15 'think':2 'win':22 'won':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8281210"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705287230 {#2460
    date: 2024-01-15 03:53:50.0 +01:00
  }
  +"title": 309663
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
121 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1722
  +user: Proxies\__CG__\App\Entity\User {#2909 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2947 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2949 …}
  +slug: "Film-studios-demand-IP-addresses-of-people-who-discussed-piracy"
  +title: "Film studios demand IP addresses of people who discussed piracy on Reddit"
  +url: "https://arstechnica.com/tech-policy/2024/01/film-studios-demand-ip-addresses-of-people-who-discussed-piracy-on-reddit/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 161
  +favouriteCount: 1052
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725040120 {#2942
    date: 2024-08-30 19:48:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2950 …}
  +votes: Doctrine\ORM\PersistentCollection {#2952 …}
  +reports: Doctrine\ORM\PersistentCollection {#2954 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2956 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2958 …}
  +badges: Doctrine\ORM\PersistentCollection {#2960 …}
  +children: [
    App\Entity\EntryComment {#1723
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "oh, boy, am I eve glad I overwrote al of my comments before deleting my account…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705104983 {#1731
        date: 2024-01-13 01:16:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@squirrel@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
      -id: 303676
      -bodyTs: "'account':16 'al':9 'boy':2 'comment':12 'delet':14 'eve':5 'glad':6 'oh':1 'overwrot':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8204405"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705104983 {#1725
        date: 2024-01-13 01:16:23.0 +01:00
      }
      +"title": 303676
    }
  ]
  -id: 29522
  -titleTs: "'address':5 'demand':3 'discuss':9 'film':1 'ip':4 'peopl':7 'piraci':10 'reddit':12 'studio':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705187368
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7520796"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705100968 {#2930
    date: 2024-01-13 00:09:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1722
  +user: Proxies\__CG__\App\Entity\User {#2909 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2947 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2949 …}
  +slug: "Film-studios-demand-IP-addresses-of-people-who-discussed-piracy"
  +title: "Film studios demand IP addresses of people who discussed piracy on Reddit"
  +url: "https://arstechnica.com/tech-policy/2024/01/film-studios-demand-ip-addresses-of-people-who-discussed-piracy-on-reddit/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 161
  +favouriteCount: 1052
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725040120 {#2942
    date: 2024-08-30 19:48:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2950 …}
  +votes: Doctrine\ORM\PersistentCollection {#2952 …}
  +reports: Doctrine\ORM\PersistentCollection {#2954 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2956 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2958 …}
  +badges: Doctrine\ORM\PersistentCollection {#2960 …}
  +children: [
    App\Entity\EntryComment {#1723
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "oh, boy, am I eve glad I overwrote al of my comments before deleting my account…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705104983 {#1731
        date: 2024-01-13 01:16:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@squirrel@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
      -id: 303676
      -bodyTs: "'account':16 'al':9 'boy':2 'comment':12 'delet':14 'eve':5 'glad':6 'oh':1 'overwrot':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8204405"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705104983 {#1725
        date: 2024-01-13 01:16:23.0 +01:00
      }
      +"title": 303676
    }
  ]
  -id: 29522
  -titleTs: "'address':5 'demand':3 'discuss':9 'film':1 'ip':4 'peopl':7 'piraci':10 'reddit':12 'studio':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705187368
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7520796"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705100968 {#2930
    date: 2024-01-13 00:09:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1722
  +user: Proxies\__CG__\App\Entity\User {#2909 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: Proxies\__CG__\App\Entity\Image {#2947 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2949 …}
  +slug: "Film-studios-demand-IP-addresses-of-people-who-discussed-piracy"
  +title: "Film studios demand IP addresses of people who discussed piracy on Reddit"
  +url: "https://arstechnica.com/tech-policy/2024/01/film-studios-demand-ip-addresses-of-people-who-discussed-piracy-on-reddit/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 161
  +favouriteCount: 1052
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725040120 {#2942
    date: 2024-08-30 19:48:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2950 …}
  +votes: Doctrine\ORM\PersistentCollection {#2952 …}
  +reports: Doctrine\ORM\PersistentCollection {#2954 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2956 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2958 …}
  +badges: Doctrine\ORM\PersistentCollection {#2960 …}
  +children: [
    App\Entity\EntryComment {#1723
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1722 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "oh, boy, am I eve glad I overwrote al of my comments before deleting my account…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1705104983 {#1731
        date: 2024-01-13 01:16:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@squirrel@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
      -id: 303676
      -bodyTs: "'account':16 'al':9 'boy':2 'comment':12 'delet':14 'eve':5 'glad':6 'oh':1 'overwrot':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8204405"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705104983 {#1725
        date: 2024-01-13 01:16:23.0 +01:00
      }
      +"title": 303676
    }
  ]
  -id: 29522
  -titleTs: "'address':5 'demand':3 'discuss':9 'film':1 'ip':4 'peopl':7 'piraci':10 'reddit':12 'studio':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705187368
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7520796"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705100968 {#2930
    date: 2024-01-13 00:09:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
125 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
126 DENIED moderate
App\Entity\EntryComment {#1723
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1722
    +user: Proxies\__CG__\App\Entity\User {#2909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2947 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2949 …}
    +slug: "Film-studios-demand-IP-addresses-of-people-who-discussed-piracy"
    +title: "Film studios demand IP addresses of people who discussed piracy on Reddit"
    +url: "https://arstechnica.com/tech-policy/2024/01/film-studios-demand-ip-addresses-of-people-who-discussed-piracy-on-reddit/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 161
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725040120 {#2942
      date: 2024-08-30 19:48:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2952 …}
    +reports: Doctrine\ORM\PersistentCollection {#2954 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2956 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2958 …}
    +badges: Doctrine\ORM\PersistentCollection {#2960 …}
    +children: [
      App\Entity\EntryComment {#1723}
    ]
    -id: 29522
    -titleTs: "'address':5 'demand':3 'discuss':9 'film':1 'ip':4 'peopl':7 'piraci':10 'reddit':12 'studio':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705187368
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7520796"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705100968 {#2930
      date: 2024-01-13 00:09:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "oh, boy, am I eve glad I overwrote al of my comments before deleting my account…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705104983 {#1731
    date: 2024-01-13 01:16:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@squirrel@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
  -id: 303676
  -bodyTs: "'account':16 'al':9 'boy':2 'comment':12 'delet':14 'eve':5 'glad':6 'oh':1 'overwrot':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8204405"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705104983 {#1725
    date: 2024-01-13 01:16:23.0 +01:00
  }
  +"title": 303676
}
"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 {#1723
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1722
    +user: Proxies\__CG__\App\Entity\User {#2909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2947 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2949 …}
    +slug: "Film-studios-demand-IP-addresses-of-people-who-discussed-piracy"
    +title: "Film studios demand IP addresses of people who discussed piracy on Reddit"
    +url: "https://arstechnica.com/tech-policy/2024/01/film-studios-demand-ip-addresses-of-people-who-discussed-piracy-on-reddit/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 161
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725040120 {#2942
      date: 2024-08-30 19:48:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2952 …}
    +reports: Doctrine\ORM\PersistentCollection {#2954 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2956 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2958 …}
    +badges: Doctrine\ORM\PersistentCollection {#2960 …}
    +children: [
      App\Entity\EntryComment {#1723}
    ]
    -id: 29522
    -titleTs: "'address':5 'demand':3 'discuss':9 'film':1 'ip':4 'peopl':7 'piraci':10 'reddit':12 'studio':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705187368
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7520796"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705100968 {#2930
      date: 2024-01-13 00:09:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "oh, boy, am I eve glad I overwrote al of my comments before deleting my account…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705104983 {#1731
    date: 2024-01-13 01:16:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@squirrel@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
  -id: 303676
  -bodyTs: "'account':16 'al':9 'boy':2 'comment':12 'delet':14 'eve':5 'glad':6 'oh':1 'overwrot':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8204405"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705104983 {#1725
    date: 2024-01-13 01:16:23.0 +01:00
  }
  +"title": 303676
}
"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 {#1723
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1722
    +user: Proxies\__CG__\App\Entity\User {#2909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: Proxies\__CG__\App\Entity\Image {#2947 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2949 …}
    +slug: "Film-studios-demand-IP-addresses-of-people-who-discussed-piracy"
    +title: "Film studios demand IP addresses of people who discussed piracy on Reddit"
    +url: "https://arstechnica.com/tech-policy/2024/01/film-studios-demand-ip-addresses-of-people-who-discussed-piracy-on-reddit/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 161
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725040120 {#2942
      date: 2024-08-30 19:48:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2950 …}
    +votes: Doctrine\ORM\PersistentCollection {#2952 …}
    +reports: Doctrine\ORM\PersistentCollection {#2954 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2956 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2958 …}
    +badges: Doctrine\ORM\PersistentCollection {#2960 …}
    +children: [
      App\Entity\EntryComment {#1723}
    ]
    -id: 29522
    -titleTs: "'address':5 'demand':3 'discuss':9 'film':1 'ip':4 'peopl':7 'piraci':10 'reddit':12 'studio':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705187368
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7520796"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705100968 {#2930
      date: 2024-01-13 00:09:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "oh, boy, am I eve glad I overwrote al of my comments before deleting my account…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1705104983 {#1731
    date: 2024-01-13 01:16:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@squirrel@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1727 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1733 …}
  -id: 303676
  -bodyTs: "'account':16 'al':9 'boy':2 'comment':12 'delet':14 'eve':5 'glad':6 'oh':1 'overwrot':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8204405"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705104983 {#1725
    date: 2024-01-13 01:16:23.0 +01:00
  }
  +"title": 303676
}
"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
Proxies\__CG__\App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Repetitive-Epics"
  +title: "Repetitive Epics"
  +url: null
  +body: "Garak asserts to Bashir that the Repetitive Epic is the finest form of Cardassian literature. I was wondering, is there any real-life literature that could be considered a “repetitive epic” in the same vein as “The Neverending Sacrifice?”"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725984877 {#2924
    date: 2024-09-10 18:14:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2929 …}
  +votes: Doctrine\ORM\PersistentCollection {#2932 …}
  +reports: Doctrine\ORM\PersistentCollection {#2934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
  +badges: Doctrine\ORM\PersistentCollection {#2940 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1705 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: null
      +root: null
      +body: "Unfortunately, not enough detail was given regarding the story or plot, so no comparison can really be made."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705042628 {#1686
        date: 2024-01-12 07:57:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@qantravon@lemmy.world"
        "@qantravon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1616 …}
      +nested: Doctrine\ORM\PersistentCollection {#1598 …}
      +votes: Doctrine\ORM\PersistentCollection {#1629 …}
      +reports: Doctrine\ORM\PersistentCollection {#1626 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
      -id: 301262
      -bodyTs: "'comparison':14 'detail':4 'enough':3 'given':6 'made':18 'plot':11 'realli':16 'regard':7 'stori':9 'unfortun':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8175892"
      +editedAt: DateTimeImmutable @1721525866 {#1691
        date: 2024-07-21 03:37:46.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705042628 {#1692
        date: 2024-01-12 07:57:08.0 +01:00
      }
      +"title": 301262
    }
  ]
  -id: 29245
  -titleTs: "'epic':2 'repetit':1"
  -bodyTs: "'assert':2 'bashir':4 'cardassian':14 'consid':29 'could':27 'epic':8,32 'finest':11 'form':12 'garak':1 'life':24 'literatur':15,25 'neverend':39 'real':23 'real-lif':22 'repetit':7,31 'sacrific':40 'vein':36 'wonder':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705115960
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10605560"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705035960 {#2912
    date: 2024-01-12 06:06: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
131 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Repetitive-Epics"
  +title: "Repetitive Epics"
  +url: null
  +body: "Garak asserts to Bashir that the Repetitive Epic is the finest form of Cardassian literature. I was wondering, is there any real-life literature that could be considered a “repetitive epic” in the same vein as “The Neverending Sacrifice?”"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725984877 {#2924
    date: 2024-09-10 18:14:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2929 …}
  +votes: Doctrine\ORM\PersistentCollection {#2932 …}
  +reports: Doctrine\ORM\PersistentCollection {#2934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
  +badges: Doctrine\ORM\PersistentCollection {#2940 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1705 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: null
      +root: null
      +body: "Unfortunately, not enough detail was given regarding the story or plot, so no comparison can really be made."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705042628 {#1686
        date: 2024-01-12 07:57:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@qantravon@lemmy.world"
        "@qantravon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1616 …}
      +nested: Doctrine\ORM\PersistentCollection {#1598 …}
      +votes: Doctrine\ORM\PersistentCollection {#1629 …}
      +reports: Doctrine\ORM\PersistentCollection {#1626 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
      -id: 301262
      -bodyTs: "'comparison':14 'detail':4 'enough':3 'given':6 'made':18 'plot':11 'realli':16 'regard':7 'stori':9 'unfortun':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8175892"
      +editedAt: DateTimeImmutable @1721525866 {#1691
        date: 2024-07-21 03:37:46.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705042628 {#1692
        date: 2024-01-12 07:57:08.0 +01:00
      }
      +"title": 301262
    }
  ]
  -id: 29245
  -titleTs: "'epic':2 'repetit':1"
  -bodyTs: "'assert':2 'bashir':4 'cardassian':14 'consid':29 'could':27 'epic':8,32 'finest':11 'form':12 'garak':1 'life':24 'literatur':15,25 'neverend':39 'real':23 'real-lif':22 'repetit':7,31 'sacrific':40 'vein':36 'wonder':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705115960
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10605560"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705035960 {#2912
    date: 2024-01-12 06:06: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
132 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Repetitive-Epics"
  +title: "Repetitive Epics"
  +url: null
  +body: "Garak asserts to Bashir that the Repetitive Epic is the finest form of Cardassian literature. I was wondering, is there any real-life literature that could be considered a “repetitive epic” in the same vein as “The Neverending Sacrifice?”"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725984877 {#2924
    date: 2024-09-10 18:14:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2929 …}
  +votes: Doctrine\ORM\PersistentCollection {#2932 …}
  +reports: Doctrine\ORM\PersistentCollection {#2934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
  +badges: Doctrine\ORM\PersistentCollection {#2940 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1705 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
      +image: null
      +parent: null
      +root: null
      +body: "Unfortunately, not enough detail was given regarding the story or plot, so no comparison can really be made."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705042628 {#1686
        date: 2024-01-12 07:57:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@qantravon@lemmy.world"
        "@qantravon@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1616 …}
      +nested: Doctrine\ORM\PersistentCollection {#1598 …}
      +votes: Doctrine\ORM\PersistentCollection {#1629 …}
      +reports: Doctrine\ORM\PersistentCollection {#1626 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
      -id: 301262
      -bodyTs: "'comparison':14 'detail':4 'enough':3 'given':6 'made':18 'plot':11 'realli':16 'regard':7 'stori':9 'unfortun':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8175892"
      +editedAt: DateTimeImmutable @1721525866 {#1691
        date: 2024-07-21 03:37:46.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705042628 {#1692
        date: 2024-01-12 07:57:08.0 +01:00
      }
      +"title": 301262
    }
  ]
  -id: 29245
  -titleTs: "'epic':2 'repetit':1"
  -bodyTs: "'assert':2 'bashir':4 'cardassian':14 'consid':29 'could':27 'epic':8,32 'finest':11 'form':12 'garak':1 'life':24 'literatur':15,25 'neverend':39 'real':23 'real-lif':22 'repetit':7,31 'sacrific':40 'vein':36 'wonder':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705115960
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10605560"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705035960 {#2912
    date: 2024-01-12 06:06: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
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
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1705
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Repetitive-Epics"
    +title: "Repetitive Epics"
    +url: null
    +body: "Garak asserts to Bashir that the Repetitive Epic is the finest form of Cardassian literature. I was wondering, is there any real-life literature that could be considered a “repetitive epic” in the same vein as “The Neverending Sacrifice?”"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725984877 {#2924
      date: 2024-09-10 18:14:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2929 …}
    +votes: Doctrine\ORM\PersistentCollection {#2932 …}
    +reports: Doctrine\ORM\PersistentCollection {#2934 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
    +badges: Doctrine\ORM\PersistentCollection {#2940 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 29245
    -titleTs: "'epic':2 'repetit':1"
    -bodyTs: "'assert':2 'bashir':4 'cardassian':14 'consid':29 'could':27 'epic':8,32 'finest':11 'form':12 'garak':1 'life':24 'literatur':15,25 'neverend':39 'real':23 'real-lif':22 'repetit':7,31 'sacrific':40 'vein':36 'wonder':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705115960
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10605560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705035960 {#2912
      date: 2024-01-12 06:06:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: null
  +root: null
  +body: "Unfortunately, not enough detail was given regarding the story or plot, so no comparison can really be made."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705042628 {#1686
    date: 2024-01-12 07:57:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@qantravon@lemmy.world"
    "@qantravon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1616 …}
  +nested: Doctrine\ORM\PersistentCollection {#1598 …}
  +votes: Doctrine\ORM\PersistentCollection {#1629 …}
  +reports: Doctrine\ORM\PersistentCollection {#1626 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
  -id: 301262
  -bodyTs: "'comparison':14 'detail':4 'enough':3 'given':6 'made':18 'plot':11 'realli':16 'regard':7 'stori':9 'unfortun':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8175892"
  +editedAt: DateTimeImmutable @1721525866 {#1691
    date: 2024-07-21 03:37:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705042628 {#1692
    date: 2024-01-12 07:57:08.0 +01:00
  }
  +"title": 301262
}
"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
135 DENIED edit
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1705
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Repetitive-Epics"
    +title: "Repetitive Epics"
    +url: null
    +body: "Garak asserts to Bashir that the Repetitive Epic is the finest form of Cardassian literature. I was wondering, is there any real-life literature that could be considered a “repetitive epic” in the same vein as “The Neverending Sacrifice?”"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725984877 {#2924
      date: 2024-09-10 18:14:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2929 …}
    +votes: Doctrine\ORM\PersistentCollection {#2932 …}
    +reports: Doctrine\ORM\PersistentCollection {#2934 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
    +badges: Doctrine\ORM\PersistentCollection {#2940 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 29245
    -titleTs: "'epic':2 'repetit':1"
    -bodyTs: "'assert':2 'bashir':4 'cardassian':14 'consid':29 'could':27 'epic':8,32 'finest':11 'form':12 'garak':1 'life':24 'literatur':15,25 'neverend':39 'real':23 'real-lif':22 'repetit':7,31 'sacrific':40 'vein':36 'wonder':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705115960
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10605560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705035960 {#2912
      date: 2024-01-12 06:06:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: null
  +root: null
  +body: "Unfortunately, not enough detail was given regarding the story or plot, so no comparison can really be made."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705042628 {#1686
    date: 2024-01-12 07:57:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@qantravon@lemmy.world"
    "@qantravon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1616 …}
  +nested: Doctrine\ORM\PersistentCollection {#1598 …}
  +votes: Doctrine\ORM\PersistentCollection {#1629 …}
  +reports: Doctrine\ORM\PersistentCollection {#1626 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
  -id: 301262
  -bodyTs: "'comparison':14 'detail':4 'enough':3 'given':6 'made':18 'plot':11 'realli':16 'regard':7 'stori':9 'unfortun':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8175892"
  +editedAt: DateTimeImmutable @1721525866 {#1691
    date: 2024-07-21 03:37:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705042628 {#1692
    date: 2024-01-12 07:57:08.0 +01:00
  }
  +"title": 301262
}
"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
136 DENIED moderate
App\Entity\EntryComment {#1795
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1705
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Repetitive-Epics"
    +title: "Repetitive Epics"
    +url: null
    +body: "Garak asserts to Bashir that the Repetitive Epic is the finest form of Cardassian literature. I was wondering, is there any real-life literature that could be considered a “repetitive epic” in the same vein as “The Neverending Sacrifice?”"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725984877 {#2924
      date: 2024-09-10 18:14:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2929 …}
    +votes: Doctrine\ORM\PersistentCollection {#2932 …}
    +reports: Doctrine\ORM\PersistentCollection {#2934 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2936 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2938 …}
    +badges: Doctrine\ORM\PersistentCollection {#2940 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 29245
    -titleTs: "'epic':2 'repetit':1"
    -bodyTs: "'assert':2 'bashir':4 'cardassian':14 'consid':29 'could':27 'epic':8,32 'finest':11 'form':12 'garak':1 'life':24 'literatur':15,25 'neverend':39 'real':23 'real-lif':22 'repetit':7,31 'sacrific':40 'vein':36 'wonder':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705115960
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10605560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705035960 {#2912
      date: 2024-01-12 06:06:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1711 …}
  +image: null
  +parent: null
  +root: null
  +body: "Unfortunately, not enough detail was given regarding the story or plot, so no comparison can really be made."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705042628 {#1686
    date: 2024-01-12 07:57:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@qantravon@lemmy.world"
    "@qantravon@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1616 …}
  +nested: Doctrine\ORM\PersistentCollection {#1598 …}
  +votes: Doctrine\ORM\PersistentCollection {#1629 …}
  +reports: Doctrine\ORM\PersistentCollection {#1626 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1597 …}
  -id: 301262
  -bodyTs: "'comparison':14 'detail':4 'enough':3 'given':6 'made':18 'plot':11 'realli':16 'regard':7 'stori':9 'unfortun':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8175892"
  +editedAt: DateTimeImmutable @1721525866 {#1691
    date: 2024-07-21 03:37:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705042628 {#1692
    date: 2024-01-12 07:57:08.0 +01:00
  }
  +"title": 301262
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "What-do-normal-people-look-at-on-their-phones"
  +title: "What do normal people look at on their phones?"
  +url: null
  +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 99
  +favouriteCount: 189
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724666193 {#2962
    date: 2024-08-26 11:56:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2967 …}
  +votes: Doctrine\ORM\PersistentCollection {#2970 …}
  +reports: Doctrine\ORM\PersistentCollection {#2972 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
  +badges: Doctrine\ORM\PersistentCollection {#2978 …}
  +children: [
    1 => App\Entity\EntryComment {#1556
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "How the hell would any of us know?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 41
      +score: 0
      +lastActive: DateTime @1722223247 {#1554
        date: 2024-07-29 05:20:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FenrirIII@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 300970
      -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8168184"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705034053 {#1558
        date: 2024-01-12 05:34:13.0 +01:00
      }
      +"title": 300970
    }
    0 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
      +root: App\Entity\EntryComment {#1556}
      +body: "Mazel tov"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705107270 {#1724
        date: 2024-01-13 01:54:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FenrirIII@lemmy.world"
        "@gregorum@lemm.ee"
        "@uriel238@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2370 …}
      +nested: Doctrine\ORM\PersistentCollection {#2471 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 303777
      -bodyTs: "'mazel':1 'tov':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8205401"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705107270 {#1719
        date: 2024-01-13 01:54:30.0 +01:00
      }
      +"title": 303777
    }
  ]
  -id: 29206
  -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
  -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705112311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10600626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705025911 {#2948
    date: 2024-01-12 03:18:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
139 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "What-do-normal-people-look-at-on-their-phones"
  +title: "What do normal people look at on their phones?"
  +url: null
  +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 99
  +favouriteCount: 189
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724666193 {#2962
    date: 2024-08-26 11:56:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2967 …}
  +votes: Doctrine\ORM\PersistentCollection {#2970 …}
  +reports: Doctrine\ORM\PersistentCollection {#2972 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
  +badges: Doctrine\ORM\PersistentCollection {#2978 …}
  +children: [
    1 => App\Entity\EntryComment {#1556
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "How the hell would any of us know?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 41
      +score: 0
      +lastActive: DateTime @1722223247 {#1554
        date: 2024-07-29 05:20:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FenrirIII@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 300970
      -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8168184"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705034053 {#1558
        date: 2024-01-12 05:34:13.0 +01:00
      }
      +"title": 300970
    }
    0 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
      +root: App\Entity\EntryComment {#1556}
      +body: "Mazel tov"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705107270 {#1724
        date: 2024-01-13 01:54:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FenrirIII@lemmy.world"
        "@gregorum@lemm.ee"
        "@uriel238@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2370 …}
      +nested: Doctrine\ORM\PersistentCollection {#2471 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 303777
      -bodyTs: "'mazel':1 'tov':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8205401"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705107270 {#1719
        date: 2024-01-13 01:54:30.0 +01:00
      }
      +"title": 303777
    }
  ]
  -id: 29206
  -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
  -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705112311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10600626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705025911 {#2948
    date: 2024-01-12 03:18:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
140 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#2927 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "What-do-normal-people-look-at-on-their-phones"
  +title: "What do normal people look at on their phones?"
  +url: null
  +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 99
  +favouriteCount: 189
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724666193 {#2962
    date: 2024-08-26 11:56:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2967 …}
  +votes: Doctrine\ORM\PersistentCollection {#2970 …}
  +reports: Doctrine\ORM\PersistentCollection {#2972 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
  +badges: Doctrine\ORM\PersistentCollection {#2978 …}
  +children: [
    1 => App\Entity\EntryComment {#1556
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "How the hell would any of us know?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 41
      +score: 0
      +lastActive: DateTime @1722223247 {#1554
        date: 2024-07-29 05:20:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FenrirIII@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1621 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 300970
      -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8168184"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705034053 {#1558
        date: 2024-01-12 05:34:13.0 +01:00
      }
      +"title": 300970
    }
    0 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
      +root: App\Entity\EntryComment {#1556}
      +body: "Mazel tov"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705107270 {#1724
        date: 2024-01-13 01:54:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FenrirIII@lemmy.world"
        "@gregorum@lemm.ee"
        "@uriel238@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2370 …}
      +nested: Doctrine\ORM\PersistentCollection {#2471 …}
      +votes: Doctrine\ORM\PersistentCollection {#2469 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 303777
      -bodyTs: "'mazel':1 'tov':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8205401"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705107270 {#1719
        date: 2024-01-13 01:54:30.0 +01:00
      }
      +"title": 303777
    }
  ]
  -id: 29206
  -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
  -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705112311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10600626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705025911 {#2948
    date: 2024-01-12 03:18:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
141 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED moderate
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2927 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "What-do-normal-people-look-at-on-their-phones"
    +title: "What do normal people look at on their phones?"
    +url: null
    +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724666193 {#2962
      date: 2024-08-26 11:56:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2967 …}
    +votes: Doctrine\ORM\PersistentCollection {#2970 …}
    +reports: Doctrine\ORM\PersistentCollection {#2972 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
    +badges: Doctrine\ORM\PersistentCollection {#2978 …}
    +children: [
      1 => App\Entity\EntryComment {#1556}
      0 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +root: App\Entity\EntryComment {#1556}
        +body: "Mazel tov"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705107270 {#1724
          date: 2024-01-13 01:54:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@FenrirIII@lemmy.world"
          "@gregorum@lemm.ee"
          "@uriel238@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2370 …}
        +nested: Doctrine\ORM\PersistentCollection {#2471 …}
        +votes: Doctrine\ORM\PersistentCollection {#2469 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 303777
        -bodyTs: "'mazel':1 'tov':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8205401"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705107270 {#1719
          date: 2024-01-13 01:54:30.0 +01:00
        }
        +"title": 303777
      }
    ]
    -id: 29206
    -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
    -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10600626"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025911 {#2948
      date: 2024-01-12 03:18:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "How the hell would any of us know?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 41
  +score: 0
  +lastActive: DateTime @1722223247 {#1554
    date: 2024-07-29 05:20:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FenrirIII@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 300970
  -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8168184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705034053 {#1558
    date: 2024-01-12 05:34:13.0 +01:00
  }
  +"title": 300970
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
143 DENIED edit
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2927 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "What-do-normal-people-look-at-on-their-phones"
    +title: "What do normal people look at on their phones?"
    +url: null
    +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724666193 {#2962
      date: 2024-08-26 11:56:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2967 …}
    +votes: Doctrine\ORM\PersistentCollection {#2970 …}
    +reports: Doctrine\ORM\PersistentCollection {#2972 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
    +badges: Doctrine\ORM\PersistentCollection {#2978 …}
    +children: [
      1 => App\Entity\EntryComment {#1556}
      0 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +root: App\Entity\EntryComment {#1556}
        +body: "Mazel tov"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705107270 {#1724
          date: 2024-01-13 01:54:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@FenrirIII@lemmy.world"
          "@gregorum@lemm.ee"
          "@uriel238@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2370 …}
        +nested: Doctrine\ORM\PersistentCollection {#2471 …}
        +votes: Doctrine\ORM\PersistentCollection {#2469 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 303777
        -bodyTs: "'mazel':1 'tov':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8205401"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705107270 {#1719
          date: 2024-01-13 01:54:30.0 +01:00
        }
        +"title": 303777
      }
    ]
    -id: 29206
    -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
    -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10600626"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025911 {#2948
      date: 2024-01-12 03:18:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "How the hell would any of us know?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 41
  +score: 0
  +lastActive: DateTime @1722223247 {#1554
    date: 2024-07-29 05:20:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FenrirIII@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 300970
  -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8168184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705034053 {#1558
    date: 2024-01-12 05:34:13.0 +01:00
  }
  +"title": 300970
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
144 DENIED moderate
App\Entity\EntryComment {#1556
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2927 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "What-do-normal-people-look-at-on-their-phones"
    +title: "What do normal people look at on their phones?"
    +url: null
    +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724666193 {#2962
      date: 2024-08-26 11:56:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2967 …}
    +votes: Doctrine\ORM\PersistentCollection {#2970 …}
    +reports: Doctrine\ORM\PersistentCollection {#2972 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
    +badges: Doctrine\ORM\PersistentCollection {#2978 …}
    +children: [
      1 => App\Entity\EntryComment {#1556}
      0 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
        +root: App\Entity\EntryComment {#1556}
        +body: "Mazel tov"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705107270 {#1724
          date: 2024-01-13 01:54:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@FenrirIII@lemmy.world"
          "@gregorum@lemm.ee"
          "@uriel238@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2370 …}
        +nested: Doctrine\ORM\PersistentCollection {#2471 …}
        +votes: Doctrine\ORM\PersistentCollection {#2469 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 303777
        -bodyTs: "'mazel':1 'tov':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8205401"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705107270 {#1719
          date: 2024-01-13 01:54:30.0 +01:00
        }
        +"title": 303777
      }
    ]
    -id: 29206
    -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
    -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10600626"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025911 {#2948
      date: 2024-01-12 03:18:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "How the hell would any of us know?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 41
  +score: 0
  +lastActive: DateTime @1722223247 {#1554
    date: 2024-07-29 05:20:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FenrirIII@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1621 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 300970
  -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8168184"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705034053 {#1558
    date: 2024-01-12 05:34:13.0 +01:00
  }
  +"title": 300970
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
145 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
146 DENIED moderate
App\Entity\EntryComment {#1715
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2927 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "What-do-normal-people-look-at-on-their-phones"
    +title: "What do normal people look at on their phones?"
    +url: null
    +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724666193 {#2962
      date: 2024-08-26 11:56:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2967 …}
    +votes: Doctrine\ORM\PersistentCollection {#2970 …}
    +reports: Doctrine\ORM\PersistentCollection {#2972 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
    +badges: Doctrine\ORM\PersistentCollection {#2978 …}
    +children: [
      1 => App\Entity\EntryComment {#1556
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: null
        +root: null
        +body: "How the hell would any of us know?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 41
        +score: 0
        +lastActive: DateTime @1722223247 {#1554
          date: 2024-07-29 05:20:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@FenrirIII@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1613 …}
        +votes: Doctrine\ORM\PersistentCollection {#1596 …}
        +reports: Doctrine\ORM\PersistentCollection {#1702 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
        -id: 300970
        -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8168184"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705034053 {#1558
          date: 2024-01-12 05:34:13.0 +01:00
        }
        +"title": 300970
      }
      0 => App\Entity\EntryComment {#1715}
    ]
    -id: 29206
    -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
    -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10600626"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025911 {#2948
      date: 2024-01-12 03:18:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
  +root: App\Entity\EntryComment {#1556}
  +body: "Mazel tov"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705107270 {#1724
    date: 2024-01-13 01:54:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FenrirIII@lemmy.world"
    "@gregorum@lemm.ee"
    "@uriel238@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2370 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 303777
  -bodyTs: "'mazel':1 'tov':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8205401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705107270 {#1719
    date: 2024-01-13 01:54:30.0 +01:00
  }
  +"title": 303777
}
"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 {#1715
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2927 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "What-do-normal-people-look-at-on-their-phones"
    +title: "What do normal people look at on their phones?"
    +url: null
    +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724666193 {#2962
      date: 2024-08-26 11:56:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2967 …}
    +votes: Doctrine\ORM\PersistentCollection {#2970 …}
    +reports: Doctrine\ORM\PersistentCollection {#2972 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
    +badges: Doctrine\ORM\PersistentCollection {#2978 …}
    +children: [
      1 => App\Entity\EntryComment {#1556
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: null
        +root: null
        +body: "How the hell would any of us know?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 41
        +score: 0
        +lastActive: DateTime @1722223247 {#1554
          date: 2024-07-29 05:20:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@FenrirIII@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1613 …}
        +votes: Doctrine\ORM\PersistentCollection {#1596 …}
        +reports: Doctrine\ORM\PersistentCollection {#1702 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
        -id: 300970
        -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8168184"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705034053 {#1558
          date: 2024-01-12 05:34:13.0 +01:00
        }
        +"title": 300970
      }
      0 => App\Entity\EntryComment {#1715}
    ]
    -id: 29206
    -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
    -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10600626"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025911 {#2948
      date: 2024-01-12 03:18:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
  +root: App\Entity\EntryComment {#1556}
  +body: "Mazel tov"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705107270 {#1724
    date: 2024-01-13 01:54:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FenrirIII@lemmy.world"
    "@gregorum@lemm.ee"
    "@uriel238@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2370 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 303777
  -bodyTs: "'mazel':1 'tov':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8205401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705107270 {#1719
    date: 2024-01-13 01:54:30.0 +01:00
  }
  +"title": 303777
}
"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 {#1715
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#2927 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "What-do-normal-people-look-at-on-their-phones"
    +title: "What do normal people look at on their phones?"
    +url: null
    +body: "I’ve been on Reddit for over a decade. But I’m done with that site and want to do something else. What do normal people look at on their phones? Is it all social media? Streaming?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 189
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724666193 {#2962
      date: 2024-08-26 11:56:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2967 …}
    +votes: Doctrine\ORM\PersistentCollection {#2970 …}
    +reports: Doctrine\ORM\PersistentCollection {#2972 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2974 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2976 …}
    +badges: Doctrine\ORM\PersistentCollection {#2978 …}
    +children: [
      1 => App\Entity\EntryComment {#1556
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: null
        +root: null
        +body: "How the hell would any of us know?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 41
        +score: 0
        +lastActive: DateTime @1722223247 {#1554
          date: 2024-07-29 05:20:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@FenrirIII@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1621 …}
        +nested: Doctrine\ORM\PersistentCollection {#1613 …}
        +votes: Doctrine\ORM\PersistentCollection {#1596 …}
        +reports: Doctrine\ORM\PersistentCollection {#1702 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
        -id: 300970
        -bodyTs: "'hell':3 'know':8 'us':7 'would':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8168184"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705034053 {#1558
          date: 2024-01-12 05:34:13.0 +01:00
        }
        +"title": 300970
      }
      0 => App\Entity\EntryComment {#1715}
    ]
    -id: 29206
    -titleTs: "'look':5 'normal':3 'peopl':4 'phone':9"
    -bodyTs: "'decad':9 'done':13 'els':22 'look':27 'm':12 'media':36 'normal':25 'peopl':26 'phone':31 'reddit':5 'site':16 'social':35 'someth':21 'stream':37 've':2 'want':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10600626"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025911 {#2948
      date: 2024-01-12 03:18:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2377 …}
  +root: App\Entity\EntryComment {#1556}
  +body: "Mazel tov"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705107270 {#1724
    date: 2024-01-13 01:54:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FenrirIII@lemmy.world"
    "@gregorum@lemm.ee"
    "@uriel238@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2370 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2469 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2455 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 303777
  -bodyTs: "'mazel':1 'tov':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8205401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705107270 {#1719
    date: 2024-01-13 01:54:30.0 +01:00
  }
  +"title": 303777
}
"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 {#1526
  +user: Proxies\__CG__\App\Entity\User {#2869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "The-gargoyle-statues-lion-statues-that-flank-the-entrance-to"
  +title: "The gargoyle statues / lion statues that flank the entrance to upscale mansions/churches etc, what's the word for those?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721439744 {#2906
    date: 2024-07-20 03:42:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2911 …}
  +votes: Doctrine\ORM\PersistentCollection {#2914 …}
  +reports: Doctrine\ORM\PersistentCollection {#2916 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2918 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2920 …}
  +badges: Doctrine\ORM\PersistentCollection {#2922 …}
  +children: [
    App\Entity\EntryComment {#1527
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1526 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
      +image: null
      +parent: null
      +root: null
      +body: "Gate guardians"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1705017875 {#1669
        date: 2024-01-12 01:04:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1560 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1548 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
      -id: 300252
      -bodyTs: "'gate':1 'guardian':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8153277"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705017875 {#1528
        date: 2024-01-12 01:04:35.0 +01:00
      }
      +"title": 300252
    }
  ]
  -id: 29165
  -titleTs: "'entranc':9 'etc':13 'flank':7 'gargoyl':2 'lion':4 'mansions/churches':12 'statu':3,5 'upscal':11 'word':17"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705103019
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10595037"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705016619 {#2891
    date: 2024-01-12 00:43:39.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 {#1526
  +user: Proxies\__CG__\App\Entity\User {#2869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "The-gargoyle-statues-lion-statues-that-flank-the-entrance-to"
  +title: "The gargoyle statues / lion statues that flank the entrance to upscale mansions/churches etc, what's the word for those?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721439744 {#2906
    date: 2024-07-20 03:42:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2911 …}
  +votes: Doctrine\ORM\PersistentCollection {#2914 …}
  +reports: Doctrine\ORM\PersistentCollection {#2916 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2918 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2920 …}
  +badges: Doctrine\ORM\PersistentCollection {#2922 …}
  +children: [
    App\Entity\EntryComment {#1527
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1526 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
      +image: null
      +parent: null
      +root: null
      +body: "Gate guardians"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1705017875 {#1669
        date: 2024-01-12 01:04:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1560 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1548 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
      -id: 300252
      -bodyTs: "'gate':1 'guardian':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8153277"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705017875 {#1528
        date: 2024-01-12 01:04:35.0 +01:00
      }
      +"title": 300252
    }
  ]
  -id: 29165
  -titleTs: "'entranc':9 'etc':13 'flank':7 'gargoyl':2 'lion':4 'mansions/churches':12 'statu':3,5 'upscal':11 'word':17"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705103019
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10595037"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705016619 {#2891
    date: 2024-01-12 00:43:39.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 {#1526
  +user: Proxies\__CG__\App\Entity\User {#2869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "The-gargoyle-statues-lion-statues-that-flank-the-entrance-to"
  +title: "The gargoyle statues / lion statues that flank the entrance to upscale mansions/churches etc, what's the word for those?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721439744 {#2906
    date: 2024-07-20 03:42:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2911 …}
  +votes: Doctrine\ORM\PersistentCollection {#2914 …}
  +reports: Doctrine\ORM\PersistentCollection {#2916 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2918 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2920 …}
  +badges: Doctrine\ORM\PersistentCollection {#2922 …}
  +children: [
    App\Entity\EntryComment {#1527
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1526 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
      +image: null
      +parent: null
      +root: null
      +body: "Gate guardians"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1705017875 {#1669
        date: 2024-01-12 01:04:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1560 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1548 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
      -id: 300252
      -bodyTs: "'gate':1 'guardian':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8153277"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705017875 {#1528
        date: 2024-01-12 01:04:35.0 +01:00
      }
      +"title": 300252
    }
  ]
  -id: 29165
  -titleTs: "'entranc':9 'etc':13 'flank':7 'gargoyl':2 'lion':4 'mansions/churches':12 'statu':3,5 'upscal':11 'word':17"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705103019
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10595037"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705016619 {#2891
    date: 2024-01-12 00:43:39.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 {#1527
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1526
    +user: Proxies\__CG__\App\Entity\User {#2869 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "The-gargoyle-statues-lion-statues-that-flank-the-entrance-to"
    +title: "The gargoyle statues / lion statues that flank the entrance to upscale mansions/churches etc, what's the word for those?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721439744 {#2906
      date: 2024-07-20 03:42:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2911 …}
    +votes: Doctrine\ORM\PersistentCollection {#2914 …}
    +reports: Doctrine\ORM\PersistentCollection {#2916 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2918 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2920 …}
    +badges: Doctrine\ORM\PersistentCollection {#2922 …}
    +children: [
      App\Entity\EntryComment {#1527}
    ]
    -id: 29165
    -titleTs: "'entranc':9 'etc':13 'flank':7 'gargoyl':2 'lion':4 'mansions/churches':12 'statu':3,5 'upscal':11 'word':17"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705103019
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10595037"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705016619 {#2891
      date: 2024-01-12 00:43:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gate guardians"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1705017875 {#1669
    date: 2024-01-12 01:04:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1560 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  -id: 300252
  -bodyTs: "'gate':1 'guardian':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8153277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705017875 {#1528
    date: 2024-01-12 01:04:35.0 +01:00
  }
  +"title": 300252
}
"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 {#1527
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1526
    +user: Proxies\__CG__\App\Entity\User {#2869 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "The-gargoyle-statues-lion-statues-that-flank-the-entrance-to"
    +title: "The gargoyle statues / lion statues that flank the entrance to upscale mansions/churches etc, what's the word for those?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721439744 {#2906
      date: 2024-07-20 03:42:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2911 …}
    +votes: Doctrine\ORM\PersistentCollection {#2914 …}
    +reports: Doctrine\ORM\PersistentCollection {#2916 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2918 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2920 …}
    +badges: Doctrine\ORM\PersistentCollection {#2922 …}
    +children: [
      App\Entity\EntryComment {#1527}
    ]
    -id: 29165
    -titleTs: "'entranc':9 'etc':13 'flank':7 'gargoyl':2 'lion':4 'mansions/churches':12 'statu':3,5 'upscal':11 'word':17"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705103019
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10595037"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705016619 {#2891
      date: 2024-01-12 00:43:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gate guardians"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1705017875 {#1669
    date: 2024-01-12 01:04:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1560 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  -id: 300252
  -bodyTs: "'gate':1 'guardian':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8153277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705017875 {#1528
    date: 2024-01-12 01:04:35.0 +01:00
  }
  +"title": 300252
}
"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 {#1527
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1526
    +user: Proxies\__CG__\App\Entity\User {#2869 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "The-gargoyle-statues-lion-statues-that-flank-the-entrance-to"
    +title: "The gargoyle statues / lion statues that flank the entrance to upscale mansions/churches etc, what's the word for those?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721439744 {#2906
      date: 2024-07-20 03:42:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2911 …}
    +votes: Doctrine\ORM\PersistentCollection {#2914 …}
    +reports: Doctrine\ORM\PersistentCollection {#2916 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2918 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2920 …}
    +badges: Doctrine\ORM\PersistentCollection {#2922 …}
    +children: [
      App\Entity\EntryComment {#1527}
    ]
    -id: 29165
    -titleTs: "'entranc':9 'etc':13 'flank':7 'gargoyl':2 'lion':4 'mansions/churches':12 'statu':3,5 'upscal':11 'word':17"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705103019
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10595037"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705016619 {#2891
      date: 2024-01-12 00:43:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1549 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gate guardians"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1705017875 {#1669
    date: 2024-01-12 01:04:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1560 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  -id: 300252
  -bodyTs: "'gate':1 'guardian':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8153277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705017875 {#1528
    date: 2024-01-12 01:04:35.0 +01:00
  }
  +"title": 300252
}
"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 {#1571
  +user: Proxies\__CG__\App\Entity\User {#2585 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Youtube-has-better-anti-adblock-now-Other-than-Invidious-any-way"
  +title: "Youtube has better anti-adblock now. Other than Invidious, any way around it? Purging and re-dowloading the ublock stuff didn't work"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 265
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727817727 {#2699
    date: 2024-10-01 23:22:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2706 …}
  +votes: Doctrine\ORM\PersistentCollection {#2708 …}
  +reports: Doctrine\ORM\PersistentCollection {#2710 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2712 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2714 …}
  +badges: Doctrine\ORM\PersistentCollection {#2716 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "i’m using safari on macOS, and i’ve had pretty good luck with Ad Guard Pro. when i get the adblock warning, i switch my user agent. when that doesn’t work, deleting my cookies usually does the trick."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705011345 {#1428
        date: 2024-01-11 23:15:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@downdaemon@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1588 …}
      +nested: Doctrine\ORM\PersistentCollection {#1584 …}
      +votes: Doctrine\ORM\PersistentCollection {#1580 …}
      +reports: Doctrine\ORM\PersistentCollection {#1583 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
      -id: 300041
      -bodyTs: "'ad':15 'adblock':22 'agent':28 'cooki':36 'delet':34 'doesn':31 'get':20 'good':12 'guard':16 'luck':13 'm':2 'maco':6 'pretti':11 'pro':17 'safari':4 'switch':25 'trick':40 'use':3 'user':27 'usual':37 've':9 'warn':23 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8149823"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705011345 {#1440
        date: 2024-01-11 23:15:45.0 +01:00
      }
      +"title": 300041
    }
  ]
  -id: 29137
  -titleTs: "'adblock':6 'anti':5 'anti-adblock':4 'around':13 'better':3 'didn':23 'dowload':19 'invidi':10 'purg':15 're':18 're-dowload':17 'stuff':22 'ublock':21 'way':12 'work':25 'youtub':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705094062
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10411022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705007662 {#2681
    date: 2024-01-11 22:14:22.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1571
  +user: Proxies\__CG__\App\Entity\User {#2585 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Youtube-has-better-anti-adblock-now-Other-than-Invidious-any-way"
  +title: "Youtube has better anti-adblock now. Other than Invidious, any way around it? Purging and re-dowloading the ublock stuff didn't work"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 265
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727817727 {#2699
    date: 2024-10-01 23:22:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2706 …}
  +votes: Doctrine\ORM\PersistentCollection {#2708 …}
  +reports: Doctrine\ORM\PersistentCollection {#2710 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2712 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2714 …}
  +badges: Doctrine\ORM\PersistentCollection {#2716 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "i’m using safari on macOS, and i’ve had pretty good luck with Ad Guard Pro. when i get the adblock warning, i switch my user agent. when that doesn’t work, deleting my cookies usually does the trick."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705011345 {#1428
        date: 2024-01-11 23:15:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@downdaemon@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1588 …}
      +nested: Doctrine\ORM\PersistentCollection {#1584 …}
      +votes: Doctrine\ORM\PersistentCollection {#1580 …}
      +reports: Doctrine\ORM\PersistentCollection {#1583 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
      -id: 300041
      -bodyTs: "'ad':15 'adblock':22 'agent':28 'cooki':36 'delet':34 'doesn':31 'get':20 'good':12 'guard':16 'luck':13 'm':2 'maco':6 'pretti':11 'pro':17 'safari':4 'switch':25 'trick':40 'use':3 'user':27 'usual':37 've':9 'warn':23 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8149823"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705011345 {#1440
        date: 2024-01-11 23:15:45.0 +01:00
      }
      +"title": 300041
    }
  ]
  -id: 29137
  -titleTs: "'adblock':6 'anti':5 'anti-adblock':4 'around':13 'better':3 'didn':23 'dowload':19 'invidi':10 'purg':15 're':18 're-dowload':17 'stuff':22 'ublock':21 'way':12 'work':25 'youtub':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705094062
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10411022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705007662 {#2681
    date: 2024-01-11 22:14:22.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1571
  +user: Proxies\__CG__\App\Entity\User {#2585 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
  +slug: "Youtube-has-better-anti-adblock-now-Other-than-Invidious-any-way"
  +title: "Youtube has better anti-adblock now. Other than Invidious, any way around it? Purging and re-dowloading the ublock stuff didn't work"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 106
  +favouriteCount: 265
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727817727 {#2699
    date: 2024-10-01 23:22:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2706 …}
  +votes: Doctrine\ORM\PersistentCollection {#2708 …}
  +reports: Doctrine\ORM\PersistentCollection {#2710 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2712 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2714 …}
  +badges: Doctrine\ORM\PersistentCollection {#2716 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "i’m using safari on macOS, and i’ve had pretty good luck with Ad Guard Pro. when i get the adblock warning, i switch my user agent. when that doesn’t work, deleting my cookies usually does the trick."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705011345 {#1428
        date: 2024-01-11 23:15:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@downdaemon@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1588 …}
      +nested: Doctrine\ORM\PersistentCollection {#1584 …}
      +votes: Doctrine\ORM\PersistentCollection {#1580 …}
      +reports: Doctrine\ORM\PersistentCollection {#1583 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
      -id: 300041
      -bodyTs: "'ad':15 'adblock':22 'agent':28 'cooki':36 'delet':34 'doesn':31 'get':20 'good':12 'guard':16 'luck':13 'm':2 'maco':6 'pretti':11 'pro':17 'safari':4 'switch':25 'trick':40 'use':3 'user':27 'usual':37 've':9 'warn':23 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8149823"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705011345 {#1440
        date: 2024-01-11 23:15:45.0 +01:00
      }
      +"title": 300041
    }
  ]
  -id: 29137
  -titleTs: "'adblock':6 'anti':5 'anti-adblock':4 'around':13 'better':3 'didn':23 'dowload':19 'invidi':10 'purg':15 're':18 're-dowload':17 'stuff':22 'ublock':21 'way':12 'work':25 'youtub':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705094062
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10411022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705007662 {#2681
    date: 2024-01-11 22:14:22.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2585 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Youtube-has-better-anti-adblock-now-Other-than-Invidious-any-way"
    +title: "Youtube has better anti-adblock now. Other than Invidious, any way around it? Purging and re-dowloading the ublock stuff didn't work"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 265
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727817727 {#2699
      date: 2024-10-01 23:22:07.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2706 …}
    +votes: Doctrine\ORM\PersistentCollection {#2708 …}
    +reports: Doctrine\ORM\PersistentCollection {#2710 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2712 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2714 …}
    +badges: Doctrine\ORM\PersistentCollection {#2716 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 29137
    -titleTs: "'adblock':6 'anti':5 'anti-adblock':4 'around':13 'better':3 'didn':23 'dowload':19 'invidi':10 'purg':15 're':18 're-dowload':17 'stuff':22 'ublock':21 'way':12 'work':25 'youtub':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705094062
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10411022"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705007662 {#2681
      date: 2024-01-11 22:14:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "i’m using safari on macOS, and i’ve had pretty good luck with Ad Guard Pro. when i get the adblock warning, i switch my user agent. when that doesn’t work, deleting my cookies usually does the trick."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705011345 {#1428
    date: 2024-01-11 23:15:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@downdaemon@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1588 …}
  +nested: Doctrine\ORM\PersistentCollection {#1584 …}
  +votes: Doctrine\ORM\PersistentCollection {#1580 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
  -id: 300041
  -bodyTs: "'ad':15 'adblock':22 'agent':28 'cooki':36 'delet':34 'doesn':31 'get':20 'good':12 'guard':16 'luck':13 'm':2 'maco':6 'pretti':11 'pro':17 'safari':4 'switch':25 'trick':40 'use':3 'user':27 'usual':37 've':9 'warn':23 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8149823"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705011345 {#1440
    date: 2024-01-11 23:15:45.0 +01:00
  }
  +"title": 300041
}
"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 {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2585 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Youtube-has-better-anti-adblock-now-Other-than-Invidious-any-way"
    +title: "Youtube has better anti-adblock now. Other than Invidious, any way around it? Purging and re-dowloading the ublock stuff didn't work"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 265
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727817727 {#2699
      date: 2024-10-01 23:22:07.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2706 …}
    +votes: Doctrine\ORM\PersistentCollection {#2708 …}
    +reports: Doctrine\ORM\PersistentCollection {#2710 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2712 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2714 …}
    +badges: Doctrine\ORM\PersistentCollection {#2716 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 29137
    -titleTs: "'adblock':6 'anti':5 'anti-adblock':4 'around':13 'better':3 'didn':23 'dowload':19 'invidi':10 'purg':15 're':18 're-dowload':17 'stuff':22 'ublock':21 'way':12 'work':25 'youtub':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705094062
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10411022"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705007662 {#2681
      date: 2024-01-11 22:14:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "i’m using safari on macOS, and i’ve had pretty good luck with Ad Guard Pro. when i get the adblock warning, i switch my user agent. when that doesn’t work, deleting my cookies usually does the trick."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705011345 {#1428
    date: 2024-01-11 23:15:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@downdaemon@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1588 …}
  +nested: Doctrine\ORM\PersistentCollection {#1584 …}
  +votes: Doctrine\ORM\PersistentCollection {#1580 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
  -id: 300041
  -bodyTs: "'ad':15 'adblock':22 'agent':28 'cooki':36 'delet':34 'doesn':31 'get':20 'good':12 'guard':16 'luck':13 'm':2 'maco':6 'pretti':11 'pro':17 'safari':4 'switch':25 'trick':40 'use':3 'user':27 'usual':37 've':9 'warn':23 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8149823"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705011345 {#1440
    date: 2024-01-11 23:15:45.0 +01:00
  }
  +"title": 300041
}
"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 {#1696
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2585 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2704 …}
    +slug: "Youtube-has-better-anti-adblock-now-Other-than-Invidious-any-way"
    +title: "Youtube has better anti-adblock now. Other than Invidious, any way around it? Purging and re-dowloading the ublock stuff didn't work"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 106
    +favouriteCount: 265
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727817727 {#2699
      date: 2024-10-01 23:22:07.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2706 …}
    +votes: Doctrine\ORM\PersistentCollection {#2708 …}
    +reports: Doctrine\ORM\PersistentCollection {#2710 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2712 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2714 …}
    +badges: Doctrine\ORM\PersistentCollection {#2716 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 29137
    -titleTs: "'adblock':6 'anti':5 'anti-adblock':4 'around':13 'better':3 'didn':23 'dowload':19 'invidi':10 'purg':15 're':18 're-dowload':17 'stuff':22 'ublock':21 'way':12 'work':25 'youtub':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705094062
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10411022"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705007662 {#2681
      date: 2024-01-11 22:14:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "i’m using safari on macOS, and i’ve had pretty good luck with Ad Guard Pro. when i get the adblock warning, i switch my user agent. when that doesn’t work, deleting my cookies usually does the trick."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705011345 {#1428
    date: 2024-01-11 23:15:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@downdaemon@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1588 …}
  +nested: Doctrine\ORM\PersistentCollection {#1584 …}
  +votes: Doctrine\ORM\PersistentCollection {#1580 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1679 …}
  -id: 300041
  -bodyTs: "'ad':15 'adblock':22 'agent':28 'cooki':36 'delet':34 'doesn':31 'get':20 'good':12 'guard':16 'luck':13 'm':2 'maco':6 'pretti':11 'pro':17 'safari':4 'switch':25 'trick':40 'use':3 'user':27 'usual':37 've':9 'warn':23 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8149823"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705011345 {#1440
    date: 2024-01-11 23:15:45.0 +01:00
  }
  +"title": 300041
}
"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 {#2360
  +user: Proxies\__CG__\App\Entity\User {#2890 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
  +slug: "Good-luck-web-devs"
  +title: "Good luck web devs"
  +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
  +body: """
    Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
    \n
    Edit: alt text
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 163
  +favouriteCount: 1450
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725745010 {#2885
    date: 2024-09-07 23:36:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@d_feldman"
    "@xssfox"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2894 …}
  +votes: Doctrine\ORM\PersistentCollection {#2896 …}
  +reports: Doctrine\ORM\PersistentCollection {#2898 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
  +badges: Doctrine\ORM\PersistentCollection {#2904 …}
  +children: [
    2 => App\Entity\EntryComment {#2363
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705333469 {#1717
        date: 2024-01-15 16:44:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 310973
      -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8294869"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705333469 {#1716
        date: 2024-01-15 16:44:29.0 +01:00
      }
      +"title": 310973
    }
    1 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705439696 {#1384
        date: 2024-01-16 22:14:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 314979
      -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8345279"
      +editedAt: DateTimeImmutable @1725190272 {#1381
        date: 2024-09-01 13:31:12.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705439696 {#1383
        date: 2024-01-16 22:14:56.0 +01:00
      }
      +"title": 314979
    }
    0 => App\Entity\EntryComment {#2061
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: """
        It doesn’t make sense to you, because something is very wrong with your brain.\n
        \n
        Best of luck with that
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705493722 {#2037
        date: 2024-01-17 13:15:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 316537
      -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8369296"
      +editedAt: DateTimeImmutable @1725745278 {#2144
        date: 2024-09-07 23:41:18.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705493722 {#2075
        date: 2024-01-17 13:15:22.0 +01:00
      }
      +"title": 316537
    }
  ]
  -id: 25482
  -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
  -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703883597
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10071203"
  +editedAt: DateTimeImmutable @1708862892 {#2872
    date: 2024-02-25 13:08:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703797197 {#2850
    date: 2023-12-28 21:59:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2360
  +user: Proxies\__CG__\App\Entity\User {#2890 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
  +slug: "Good-luck-web-devs"
  +title: "Good luck web devs"
  +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
  +body: """
    Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
    \n
    Edit: alt text
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 163
  +favouriteCount: 1450
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725745010 {#2885
    date: 2024-09-07 23:36:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@d_feldman"
    "@xssfox"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2894 …}
  +votes: Doctrine\ORM\PersistentCollection {#2896 …}
  +reports: Doctrine\ORM\PersistentCollection {#2898 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
  +badges: Doctrine\ORM\PersistentCollection {#2904 …}
  +children: [
    2 => App\Entity\EntryComment {#2363
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705333469 {#1717
        date: 2024-01-15 16:44:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 310973
      -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8294869"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705333469 {#1716
        date: 2024-01-15 16:44:29.0 +01:00
      }
      +"title": 310973
    }
    1 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705439696 {#1384
        date: 2024-01-16 22:14:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 314979
      -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8345279"
      +editedAt: DateTimeImmutable @1725190272 {#1381
        date: 2024-09-01 13:31:12.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705439696 {#1383
        date: 2024-01-16 22:14:56.0 +01:00
      }
      +"title": 314979
    }
    0 => App\Entity\EntryComment {#2061
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: """
        It doesn’t make sense to you, because something is very wrong with your brain.\n
        \n
        Best of luck with that
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705493722 {#2037
        date: 2024-01-17 13:15:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 316537
      -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8369296"
      +editedAt: DateTimeImmutable @1725745278 {#2144
        date: 2024-09-07 23:41:18.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705493722 {#2075
        date: 2024-01-17 13:15:22.0 +01:00
      }
      +"title": 316537
    }
  ]
  -id: 25482
  -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
  -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703883597
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10071203"
  +editedAt: DateTimeImmutable @1708862892 {#2872
    date: 2024-02-25 13:08:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703797197 {#2850
    date: 2023-12-28 21:59:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2360
  +user: Proxies\__CG__\App\Entity\User {#2890 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: Proxies\__CG__\App\Entity\Image {#2892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
  +slug: "Good-luck-web-devs"
  +title: "Good luck web devs"
  +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
  +body: """
    Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
    \n
    Edit: alt text
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 163
  +favouriteCount: 1450
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725745010 {#2885
    date: 2024-09-07 23:36:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@d_feldman"
    "@xssfox"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2894 …}
  +votes: Doctrine\ORM\PersistentCollection {#2896 …}
  +reports: Doctrine\ORM\PersistentCollection {#2898 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
  +badges: Doctrine\ORM\PersistentCollection {#2904 …}
  +children: [
    2 => App\Entity\EntryComment {#2363
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705333469 {#1717
        date: 2024-01-15 16:44:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 310973
      -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8294869"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705333469 {#1716
        date: 2024-01-15 16:44:29.0 +01:00
      }
      +"title": 310973
    }
    1 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705439696 {#1384
        date: 2024-01-16 22:14:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 314979
      -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8345279"
      +editedAt: DateTimeImmutable @1725190272 {#1381
        date: 2024-09-01 13:31:12.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705439696 {#1383
        date: 2024-01-16 22:14:56.0 +01:00
      }
      +"title": 314979
    }
    0 => App\Entity\EntryComment {#2061
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: """
        It doesn’t make sense to you, because something is very wrong with your brain.\n
        \n
        Best of luck with that
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705493722 {#2037
        date: 2024-01-17 13:15:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
        "@Zangoose@lemmy.world"
        "@gregorum@lemm.ee"
        "@fidodo@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 316537
      -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemm.ee/comment/8369296"
      +editedAt: DateTimeImmutable @1725745278 {#2144
        date: 2024-09-07 23:41:18.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705493722 {#2075
        date: 2024-01-17 13:15:22.0 +01:00
      }
      +"title": 316537
    }
  ]
  -id: 25482
  -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
  -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703883597
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10071203"
  +editedAt: DateTimeImmutable @1708862892 {#2872
    date: 2024-02-25 13:08:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703797197 {#2850
    date: 2023-12-28 21:59:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2363
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363}
      1 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705439696 {#1384
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 314979
        -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8345279"
        +editedAt: DateTimeImmutable @1725190272 {#1381
          date: 2024-09-01 13:31:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705439696 {#1383
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +"title": 314979
      }
      0 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: """
          It doesn’t make sense to you, because something is very wrong with your brain.\n
          \n
          Best of luck with that
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705493722 {#2037
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 316537
        -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8369296"
        +editedAt: DateTimeImmutable @1725745278 {#2144
          date: 2024-09-07 23:41:18.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705493722 {#2075
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +"title": 316537
      }
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705333469 {#1717
    date: 2024-01-15 16:44:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 310973
  -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8294869"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705333469 {#1716
    date: 2024-01-15 16:44:29.0 +01:00
  }
  +"title": 310973
}
"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 {#2363
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363}
      1 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705439696 {#1384
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 314979
        -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8345279"
        +editedAt: DateTimeImmutable @1725190272 {#1381
          date: 2024-09-01 13:31:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705439696 {#1383
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +"title": 314979
      }
      0 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: """
          It doesn’t make sense to you, because something is very wrong with your brain.\n
          \n
          Best of luck with that
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705493722 {#2037
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 316537
        -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8369296"
        +editedAt: DateTimeImmutable @1725745278 {#2144
          date: 2024-09-07 23:41:18.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705493722 {#2075
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +"title": 316537
      }
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705333469 {#1717
    date: 2024-01-15 16:44:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 310973
  -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8294869"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705333469 {#1716
    date: 2024-01-15 16:44:29.0 +01:00
  }
  +"title": 310973
}
"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 {#2363
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363}
      1 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705439696 {#1384
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 314979
        -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8345279"
        +editedAt: DateTimeImmutable @1725190272 {#1381
          date: 2024-09-01 13:31:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705439696 {#1383
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +"title": 314979
      }
      0 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: """
          It doesn’t make sense to you, because something is very wrong with your brain.\n
          \n
          Best of luck with that
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705493722 {#2037
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 316537
        -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8369296"
        +editedAt: DateTimeImmutable @1725745278 {#2144
          date: 2024-09-07 23:41:18.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705493722 {#2075
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +"title": 316537
      }
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705333469 {#1717
    date: 2024-01-15 16:44:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 310973
  -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8294869"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705333469 {#1716
    date: 2024-01-15 16:44:29.0 +01:00
  }
  +"title": 310973
}
"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 {#1402
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705333469 {#1717
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 310973
        -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8294869"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705333469 {#1716
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +"title": 310973
      }
      1 => App\Entity\EntryComment {#1402}
      0 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: """
          It doesn’t make sense to you, because something is very wrong with your brain.\n
          \n
          Best of luck with that
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705493722 {#2037
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 316537
        -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8369296"
        +editedAt: DateTimeImmutable @1725745278 {#2144
          date: 2024-09-07 23:41:18.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705493722 {#2075
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +"title": 316537
      }
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705439696 {#1384
    date: 2024-01-16 22:14:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 314979
  -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8345279"
  +editedAt: DateTimeImmutable @1725190272 {#1381
    date: 2024-09-01 13:31:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705439696 {#1383
    date: 2024-01-16 22:14:56.0 +01:00
  }
  +"title": 314979
}
"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 {#1402
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705333469 {#1717
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 310973
        -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8294869"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705333469 {#1716
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +"title": 310973
      }
      1 => App\Entity\EntryComment {#1402}
      0 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: """
          It doesn’t make sense to you, because something is very wrong with your brain.\n
          \n
          Best of luck with that
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705493722 {#2037
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 316537
        -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8369296"
        +editedAt: DateTimeImmutable @1725745278 {#2144
          date: 2024-09-07 23:41:18.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705493722 {#2075
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +"title": 316537
      }
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705439696 {#1384
    date: 2024-01-16 22:14:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 314979
  -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8345279"
  +editedAt: DateTimeImmutable @1725190272 {#1381
    date: 2024-09-01 13:31:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705439696 {#1383
    date: 2024-01-16 22:14:56.0 +01:00
  }
  +"title": 314979
}
"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 {#1402
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705333469 {#1717
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 310973
        -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8294869"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705333469 {#1716
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +"title": 310973
      }
      1 => App\Entity\EntryComment {#1402}
      0 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: """
          It doesn’t make sense to you, because something is very wrong with your brain.\n
          \n
          Best of luck with that
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705493722 {#2037
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 316537
        -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8369296"
        +editedAt: DateTimeImmutable @1725745278 {#2144
          date: 2024-09-07 23:41:18.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705493722 {#2075
          date: 2024-01-17 13:15:22.0 +01:00
        }
        +"title": 316537
      }
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705439696 {#1384
    date: 2024-01-16 22:14:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 314979
  -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8345279"
  +editedAt: DateTimeImmutable @1725190272 {#1381
    date: 2024-09-01 13:31:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705439696 {#1383
    date: 2024-01-16 22:14:56.0 +01:00
  }
  +"title": 314979
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
177 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
178 DENIED moderate
App\Entity\EntryComment {#2061
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705333469 {#1717
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 310973
        -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8294869"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705333469 {#1716
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +"title": 310973
      }
      1 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705439696 {#1384
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 314979
        -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8345279"
        +editedAt: DateTimeImmutable @1725190272 {#1381
          date: 2024-09-01 13:31:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705439696 {#1383
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +"title": 314979
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: """
    It doesn’t make sense to you, because something is very wrong with your brain.\n
    \n
    Best of luck with that
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705493722 {#2037
    date: 2024-01-17 13:15:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 316537
  -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8369296"
  +editedAt: DateTimeImmutable @1725745278 {#2144
    date: 2024-09-07 23:41:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705493722 {#2075
    date: 2024-01-17 13:15:22.0 +01:00
  }
  +"title": 316537
}
"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
179 DENIED edit
App\Entity\EntryComment {#2061
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705333469 {#1717
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 310973
        -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8294869"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705333469 {#1716
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +"title": 310973
      }
      1 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705439696 {#1384
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 314979
        -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8345279"
        +editedAt: DateTimeImmutable @1725190272 {#1381
          date: 2024-09-01 13:31:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705439696 {#1383
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +"title": 314979
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: """
    It doesn’t make sense to you, because something is very wrong with your brain.\n
    \n
    Best of luck with that
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705493722 {#2037
    date: 2024-01-17 13:15:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 316537
  -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8369296"
  +editedAt: DateTimeImmutable @1725745278 {#2144
    date: 2024-09-07 23:41:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705493722 {#2075
    date: 2024-01-17 13:15:22.0 +01:00
  }
  +"title": 316537
}
"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
180 DENIED moderate
App\Entity\EntryComment {#2061
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360
    +user: Proxies\__CG__\App\Entity\User {#2890 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2893 …}
    +slug: "Good-luck-web-devs"
    +title: "Good luck web devs"
    +url: "https://lemmy.world/pictrs/image/4bd1bc2c-06ff-40da-a3e9-e031774f6a06.jpeg"
    +body: """
      Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.\n
      \n
      Edit: alt text
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 163
    +favouriteCount: 1450
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725745010 {#2885
      date: 2024-09-07 23:36:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@d_feldman"
      "@xssfox"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2894 …}
    +votes: Doctrine\ORM\PersistentCollection {#2896 …}
    +reports: Doctrine\ORM\PersistentCollection {#2898 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2900 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2902 …}
    +badges: Doctrine\ORM\PersistentCollection {#2904 …}
    +children: [
      2 => App\Entity\EntryComment {#2363
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705333469 {#1717
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 310973
        -bodyTs: "'30':7 'anyth':11 'cell':4 'mention':10 'never':9 'phone':5 'smart':15 'time':18 've':2 'whole':17 'year':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8294869"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705333469 {#1716
          date: 2024-01-15 16:44:29.0 +01:00
        }
        +"title": 310973
      }
      1 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2360 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +body: "i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705439696 {#1384
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
          "@Zangoose@lemmy.world"
          "@gregorum@lemm.ee"
          "@fidodo@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 314979
        -bodyTs: "'30':29 'cell':33 'd':2 'damag':13 'hallucinogen':7 'keep':18 'know':5 'like':3 'mention':27 'neurolog':12 'never':23,26 'old':32 'phone':34 're':9 'respond':19 'said':24 'thing':21 'year':31 'year-old':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemm.ee/comment/8345279"
        +editedAt: DateTimeImmutable @1725190272 {#1381
          date: 2024-09-01 13:31:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705439696 {#1383
          date: 2024-01-16 22:14:56.0 +01:00
        }
        +"title": 314979
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -id: 25482
    -titleTs: "'dev':4 'good':1 'luck':2 'web':3"
    -bodyTs: "'45':31 'almost':57 'alt':1,63 'bottom':41 'browser':45 'creat':53 'credit':21 'd':8 'daniel':6 'degre':32 'diagon':19 'edit':62 'feldman':7,9 'horizont':35 'ide':36 'imag':24 'like':58 'linux':10 'major':14 'menu':48 'mode':20 'monitor':28 'oper':15 'organ':52 'post':4 'pyramid':61 'rotat':29 'set':47 'shape':56 'show':25 'step':60 'support':18 'system':16 'take':38 'text':2,64 'triangl':42 'twitter':3,22 'untrawid':27 'web':44 'window':37,55 'xssfox':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703883597
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10071203"
    +editedAt: DateTimeImmutable @1708862892 {#2872
      date: 2024-02-25 13:08:12.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703797197 {#2850
      date: 2023-12-28 21:59:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: """
    It doesn’t make sense to you, because something is very wrong with your brain.\n
    \n
    Best of luck with that
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705493722 {#2037
    date: 2024-01-17 13:15:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
    "@Zangoose@lemmy.world"
    "@gregorum@lemm.ee"
    "@fidodo@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 316537
  -bodyTs: "'best':16 'brain':15 'doesn':2 'luck':18 'make':4 'sens':5 'someth':9 'wrong':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/8369296"
  +editedAt: DateTimeImmutable @1725745278 {#2144
    date: 2024-09-07 23:41:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705493722 {#2075
    date: 2024-01-17 13:15:22.0 +01:00
  }
  +"title": 316537
}
"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
181 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
182 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