Redirect 302 redirect from GET @entry_comment_create (2e2113)

GET https://kbin.spritesserver.nl/index.php/u/@survivalmachine@beehaw.org/top?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 …}
}
9.69 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 {#2228
  +user: Proxies\__CG__\App\Entity\User {#3175 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "how-to-set-up-sonarr-radarr-and-qbittorrent-to-avoid-duplicate"
  +title: "how to set up sonarr/radarr and qbittorrent to avoid duplicate files"
  +url: null
  +body: """
    Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I’m storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.\n
    \n
    1. do I understand correctly what’s going on? XD\n
    2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.\n
    \n
    any tip is greatly welcome! thank in advance fellow pirates!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729234169 {#3210
    date: 2024-10-18 08:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3215 …}
  +votes: Doctrine\ORM\PersistentCollection {#3218 …}
  +reports: Doctrine\ORM\PersistentCollection {#3220 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3222 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3224 …}
  +badges: Doctrine\ORM\PersistentCollection {#3226 …}
  +children: [
    App\Entity\EntryComment {#2229
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2228 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: null
      +root: null
      +body: "Hard links cannot traverse filesystems."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1706479353 {#2231
        date: 2024-01-28 23:02:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2252 …}
      +nested: Doctrine\ORM\PersistentCollection {#2189 …}
      +votes: Doctrine\ORM\PersistentCollection {#2311 …}
      +reports: Doctrine\ORM\PersistentCollection {#2293 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
      -id: 348081
      -bodyTs: "'cannot':3 'filesystem':5 'hard':1 'link':2 'travers':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2261867"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706479353 {#2232
        date: 2024-01-28 23:02:33.0 +01:00
      }
      +"title": 348081
    }
  ]
  -id: 33705
  -titleTs: "'avoid':9 'duplic':10 'file':11 'qbittorr':7 'set':3 'sonarr/radarr':5"
  -bodyTs: "'1':65 '2':75 'advanc':157 'afaik':41 'also':130 'avoid':88 'copi':48 'correct':69 'direct':137 'download':53,95,117,136 'drive':141 'due':43 'exfat':34 'extern':109 'fellow':158 'file':28,50,97,106 'filesystem':35 'folder':54,118 'go':72 'good':133 'great':153 'hardlink':42,113,144 'hdd':32,64,110 'hello':1 'home':12 'ideal':90 'insid':138 'intern':57,100 'jellyfin':5,148 'keep':120 'librari':149 'like':93 'm':25 'move':104 'pirat':159 'possibl':127 'problem':21 'prowlarr':8 'qbittorr':9 'radarr':7 'seed':121 'server':13 'set':3 'setup':79 'solut':134 'sonarr':6 'sonarr/radarr':46 'ssd':58,101 'store':26 'suggest':84 'support':40 'thank':155 'tip':151 'understand':68 'usb':31,63,140 'welcom':154 'well':18 'work':17 'would':92,129 'xd':74 'xfs':60"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706559530
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706473130 {#3198
    date: 2024-01-28 21:18:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2228
  +user: Proxies\__CG__\App\Entity\User {#3175 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "how-to-set-up-sonarr-radarr-and-qbittorrent-to-avoid-duplicate"
  +title: "how to set up sonarr/radarr and qbittorrent to avoid duplicate files"
  +url: null
  +body: """
    Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I’m storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.\n
    \n
    1. do I understand correctly what’s going on? XD\n
    2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.\n
    \n
    any tip is greatly welcome! thank in advance fellow pirates!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729234169 {#3210
    date: 2024-10-18 08:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3215 …}
  +votes: Doctrine\ORM\PersistentCollection {#3218 …}
  +reports: Doctrine\ORM\PersistentCollection {#3220 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3222 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3224 …}
  +badges: Doctrine\ORM\PersistentCollection {#3226 …}
  +children: [
    App\Entity\EntryComment {#2229
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2228 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: null
      +root: null
      +body: "Hard links cannot traverse filesystems."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1706479353 {#2231
        date: 2024-01-28 23:02:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2252 …}
      +nested: Doctrine\ORM\PersistentCollection {#2189 …}
      +votes: Doctrine\ORM\PersistentCollection {#2311 …}
      +reports: Doctrine\ORM\PersistentCollection {#2293 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
      -id: 348081
      -bodyTs: "'cannot':3 'filesystem':5 'hard':1 'link':2 'travers':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2261867"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706479353 {#2232
        date: 2024-01-28 23:02:33.0 +01:00
      }
      +"title": 348081
    }
  ]
  -id: 33705
  -titleTs: "'avoid':9 'duplic':10 'file':11 'qbittorr':7 'set':3 'sonarr/radarr':5"
  -bodyTs: "'1':65 '2':75 'advanc':157 'afaik':41 'also':130 'avoid':88 'copi':48 'correct':69 'direct':137 'download':53,95,117,136 'drive':141 'due':43 'exfat':34 'extern':109 'fellow':158 'file':28,50,97,106 'filesystem':35 'folder':54,118 'go':72 'good':133 'great':153 'hardlink':42,113,144 'hdd':32,64,110 'hello':1 'home':12 'ideal':90 'insid':138 'intern':57,100 'jellyfin':5,148 'keep':120 'librari':149 'like':93 'm':25 'move':104 'pirat':159 'possibl':127 'problem':21 'prowlarr':8 'qbittorr':9 'radarr':7 'seed':121 'server':13 'set':3 'setup':79 'solut':134 'sonarr':6 'sonarr/radarr':46 'ssd':58,101 'store':26 'suggest':84 'support':40 'thank':155 'tip':151 'understand':68 'usb':31,63,140 'welcom':154 'well':18 'work':17 'would':92,129 'xd':74 'xfs':60"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706559530
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706473130 {#3198
    date: 2024-01-28 21:18:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2228
  +user: Proxies\__CG__\App\Entity\User {#3175 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "how-to-set-up-sonarr-radarr-and-qbittorrent-to-avoid-duplicate"
  +title: "how to set up sonarr/radarr and qbittorrent to avoid duplicate files"
  +url: null
  +body: """
    Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I’m storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.\n
    \n
    1. do I understand correctly what’s going on? XD\n
    2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.\n
    \n
    any tip is greatly welcome! thank in advance fellow pirates!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729234169 {#3210
    date: 2024-10-18 08:49:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3215 …}
  +votes: Doctrine\ORM\PersistentCollection {#3218 …}
  +reports: Doctrine\ORM\PersistentCollection {#3220 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3222 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3224 …}
  +badges: Doctrine\ORM\PersistentCollection {#3226 …}
  +children: [
    App\Entity\EntryComment {#2229
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2228 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: null
      +root: null
      +body: "Hard links cannot traverse filesystems."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1706479353 {#2231
        date: 2024-01-28 23:02:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2252 …}
      +nested: Doctrine\ORM\PersistentCollection {#2189 …}
      +votes: Doctrine\ORM\PersistentCollection {#2311 …}
      +reports: Doctrine\ORM\PersistentCollection {#2293 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
      -id: 348081
      -bodyTs: "'cannot':3 'filesystem':5 'hard':1 'link':2 'travers':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2261867"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706479353 {#2232
        date: 2024-01-28 23:02:33.0 +01:00
      }
      +"title": 348081
    }
  ]
  -id: 33705
  -titleTs: "'avoid':9 'duplic':10 'file':11 'qbittorr':7 'set':3 'sonarr/radarr':5"
  -bodyTs: "'1':65 '2':75 'advanc':157 'afaik':41 'also':130 'avoid':88 'copi':48 'correct':69 'direct':137 'download':53,95,117,136 'drive':141 'due':43 'exfat':34 'extern':109 'fellow':158 'file':28,50,97,106 'filesystem':35 'folder':54,118 'go':72 'good':133 'great':153 'hardlink':42,113,144 'hdd':32,64,110 'hello':1 'home':12 'ideal':90 'insid':138 'intern':57,100 'jellyfin':5,148 'keep':120 'librari':149 'like':93 'm':25 'move':104 'pirat':159 'possibl':127 'problem':21 'prowlarr':8 'qbittorr':9 'radarr':7 'seed':121 'server':13 'set':3 'setup':79 'solut':134 'sonarr':6 'sonarr/radarr':46 'ssd':58,101 'store':26 'suggest':84 'support':40 'thank':155 'tip':151 'understand':68 'usb':31,63,140 'welcom':154 'well':18 'work':17 'would':92,129 'xd':74 'xfs':60"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706559530
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/737676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706473130 {#3198
    date: 2024-01-28 21:18:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2229
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2228
    +user: Proxies\__CG__\App\Entity\User {#3175 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "how-to-set-up-sonarr-radarr-and-qbittorrent-to-avoid-duplicate"
    +title: "how to set up sonarr/radarr and qbittorrent to avoid duplicate files"
    +url: null
    +body: """
      Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I’m storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.\n
      \n
      1. do I understand correctly what’s going on? XD\n
      2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.\n
      \n
      any tip is greatly welcome! thank in advance fellow pirates!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729234169 {#3210
      date: 2024-10-18 08:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3215 …}
    +votes: Doctrine\ORM\PersistentCollection {#3218 …}
    +reports: Doctrine\ORM\PersistentCollection {#3220 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3222 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3224 …}
    +badges: Doctrine\ORM\PersistentCollection {#3226 …}
    +children: [
      App\Entity\EntryComment {#2229}
    ]
    -id: 33705
    -titleTs: "'avoid':9 'duplic':10 'file':11 'qbittorr':7 'set':3 'sonarr/radarr':5"
    -bodyTs: "'1':65 '2':75 'advanc':157 'afaik':41 'also':130 'avoid':88 'copi':48 'correct':69 'direct':137 'download':53,95,117,136 'drive':141 'due':43 'exfat':34 'extern':109 'fellow':158 'file':28,50,97,106 'filesystem':35 'folder':54,118 'go':72 'good':133 'great':153 'hardlink':42,113,144 'hdd':32,64,110 'hello':1 'home':12 'ideal':90 'insid':138 'intern':57,100 'jellyfin':5,148 'keep':120 'librari':149 'like':93 'm':25 'move':104 'pirat':159 'possibl':127 'problem':21 'prowlarr':8 'qbittorr':9 'radarr':7 'seed':121 'server':13 'set':3 'setup':79 'solut':134 'sonarr':6 'sonarr/radarr':46 'ssd':58,101 'store':26 'suggest':84 'support':40 'thank':155 'tip':151 'understand':68 'usb':31,63,140 'welcom':154 'well':18 'work':17 'would':92,129 'xd':74 'xfs':60"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706559530
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/737676"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706473130 {#3198
      date: 2024-01-28 21:18:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: null
  +root: null
  +body: "Hard links cannot traverse filesystems."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1706479353 {#2231
    date: 2024-01-28 23:02:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2252 …}
  +nested: Doctrine\ORM\PersistentCollection {#2189 …}
  +votes: Doctrine\ORM\PersistentCollection {#2311 …}
  +reports: Doctrine\ORM\PersistentCollection {#2293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 348081
  -bodyTs: "'cannot':3 'filesystem':5 'hard':1 'link':2 'travers':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2261867"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706479353 {#2232
    date: 2024-01-28 23:02:33.0 +01:00
  }
  +"title": 348081
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2229
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2228
    +user: Proxies\__CG__\App\Entity\User {#3175 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "how-to-set-up-sonarr-radarr-and-qbittorrent-to-avoid-duplicate"
    +title: "how to set up sonarr/radarr and qbittorrent to avoid duplicate files"
    +url: null
    +body: """
      Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I’m storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.\n
      \n
      1. do I understand correctly what’s going on? XD\n
      2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.\n
      \n
      any tip is greatly welcome! thank in advance fellow pirates!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729234169 {#3210
      date: 2024-10-18 08:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3215 …}
    +votes: Doctrine\ORM\PersistentCollection {#3218 …}
    +reports: Doctrine\ORM\PersistentCollection {#3220 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3222 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3224 …}
    +badges: Doctrine\ORM\PersistentCollection {#3226 …}
    +children: [
      App\Entity\EntryComment {#2229}
    ]
    -id: 33705
    -titleTs: "'avoid':9 'duplic':10 'file':11 'qbittorr':7 'set':3 'sonarr/radarr':5"
    -bodyTs: "'1':65 '2':75 'advanc':157 'afaik':41 'also':130 'avoid':88 'copi':48 'correct':69 'direct':137 'download':53,95,117,136 'drive':141 'due':43 'exfat':34 'extern':109 'fellow':158 'file':28,50,97,106 'filesystem':35 'folder':54,118 'go':72 'good':133 'great':153 'hardlink':42,113,144 'hdd':32,64,110 'hello':1 'home':12 'ideal':90 'insid':138 'intern':57,100 'jellyfin':5,148 'keep':120 'librari':149 'like':93 'm':25 'move':104 'pirat':159 'possibl':127 'problem':21 'prowlarr':8 'qbittorr':9 'radarr':7 'seed':121 'server':13 'set':3 'setup':79 'solut':134 'sonarr':6 'sonarr/radarr':46 'ssd':58,101 'store':26 'suggest':84 'support':40 'thank':155 'tip':151 'understand':68 'usb':31,63,140 'welcom':154 'well':18 'work':17 'would':92,129 'xd':74 'xfs':60"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706559530
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/737676"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706473130 {#3198
      date: 2024-01-28 21:18:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: null
  +root: null
  +body: "Hard links cannot traverse filesystems."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1706479353 {#2231
    date: 2024-01-28 23:02:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2252 …}
  +nested: Doctrine\ORM\PersistentCollection {#2189 …}
  +votes: Doctrine\ORM\PersistentCollection {#2311 …}
  +reports: Doctrine\ORM\PersistentCollection {#2293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 348081
  -bodyTs: "'cannot':3 'filesystem':5 'hard':1 'link':2 'travers':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2261867"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706479353 {#2232
    date: 2024-01-28 23:02:33.0 +01:00
  }
  +"title": 348081
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2229
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2228
    +user: Proxies\__CG__\App\Entity\User {#3175 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "how-to-set-up-sonarr-radarr-and-qbittorrent-to-avoid-duplicate"
    +title: "how to set up sonarr/radarr and qbittorrent to avoid duplicate files"
    +url: null
    +body: """
      Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I’m storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.\n
      \n
      1. do I understand correctly what’s going on? XD\n
      2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.\n
      \n
      any tip is greatly welcome! thank in advance fellow pirates!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729234169 {#3210
      date: 2024-10-18 08:49:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3215 …}
    +votes: Doctrine\ORM\PersistentCollection {#3218 …}
    +reports: Doctrine\ORM\PersistentCollection {#3220 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3222 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3224 …}
    +badges: Doctrine\ORM\PersistentCollection {#3226 …}
    +children: [
      App\Entity\EntryComment {#2229}
    ]
    -id: 33705
    -titleTs: "'avoid':9 'duplic':10 'file':11 'qbittorr':7 'set':3 'sonarr/radarr':5"
    -bodyTs: "'1':65 '2':75 'advanc':157 'afaik':41 'also':130 'avoid':88 'copi':48 'correct':69 'direct':137 'download':53,95,117,136 'drive':141 'due':43 'exfat':34 'extern':109 'fellow':158 'file':28,50,97,106 'filesystem':35 'folder':54,118 'go':72 'good':133 'great':153 'hardlink':42,113,144 'hdd':32,64,110 'hello':1 'home':12 'ideal':90 'insid':138 'intern':57,100 'jellyfin':5,148 'keep':120 'librari':149 'like':93 'm':25 'move':104 'pirat':159 'possibl':127 'problem':21 'prowlarr':8 'qbittorr':9 'radarr':7 'seed':121 'server':13 'set':3 'setup':79 'solut':134 'sonarr':6 'sonarr/radarr':46 'ssd':58,101 'store':26 'suggest':84 'support':40 'thank':155 'tip':151 'understand':68 'usb':31,63,140 'welcom':154 'well':18 'work':17 'would':92,129 'xd':74 'xfs':60"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706559530
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/737676"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706473130 {#3198
      date: 2024-01-28 21:18:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: null
  +root: null
  +body: "Hard links cannot traverse filesystems."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1706479353 {#2231
    date: 2024-01-28 23:02:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2252 …}
  +nested: Doctrine\ORM\PersistentCollection {#2189 …}
  +votes: Doctrine\ORM\PersistentCollection {#2311 …}
  +reports: Doctrine\ORM\PersistentCollection {#2293 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2302 …}
  -id: 348081
  -bodyTs: "'cannot':3 'filesystem':5 'hard':1 'link':2 'travers':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2261867"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706479353 {#2232
    date: 2024-01-28 23:02:33.0 +01:00
  }
  +"title": 348081
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2124
  +user: Proxies\__CG__\App\Entity\User {#3138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: Proxies\__CG__\App\Entity\Image {#3177 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3179 …}
  +slug: "You-yeah-you-there-on-the-other-side-of-the"
  +title: "You, yeah you there on the other side of the screen, you should fry up some garbanzo beans (aka chickpeas). It's delicious and costs like $2 tops."
  +url: "https://lemmynsfw.com/pictrs/image/924507b1-a21a-4b32-a5d3-704d328cd246.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 16
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728550480 {#3172
    date: 2024-10-10 10:54:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3180 …}
  +votes: Doctrine\ORM\PersistentCollection {#3182 …}
  +reports: Doctrine\ORM\PersistentCollection {#3184 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3186 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3188 …}
  +badges: Doctrine\ORM\PersistentCollection {#3190 …}
  +children: [
    App\Entity\EntryComment {#2112
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
      +image: null
      +parent: null
      +root: null
      +body: "I like to rinse 'em, toss 'em in olive oil and spices, then dump 'em in my air fryer for about 10 minutes."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1706144876 {#2110
        date: 2024-01-25 02:07:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@21Cabbage@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2118 …}
      +nested: Doctrine\ORM\PersistentCollection {#2121 …}
      +votes: Doctrine\ORM\PersistentCollection {#2115 …}
      +reports: Doctrine\ORM\PersistentCollection {#2123 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
      -id: 338139
      -bodyTs: "'10':22 'air':18 'dump':14 'em':5,7,15 'fryer':19 'like':2 'minut':23 'oil':10 'oliv':9 'rins':4 'spice':12 'toss':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2200846"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706144876 {#2107
        date: 2024-01-25 02:07:56.0 +01:00
      }
      +"title": 338139
    }
  ]
  -id: 32893
  -titleTs: "'2':27 'aka':19 'bean':18 'chickpea':20 'cost':25 'delici':23 'fri':14 'garbanzo':17 'like':26 'screen':11 'side':8 'top':28 'yeah':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706223287
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/7071598"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706136887 {#3159
    date: 2024-01-24 23:54:47.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2124
  +user: Proxies\__CG__\App\Entity\User {#3138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: Proxies\__CG__\App\Entity\Image {#3177 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3179 …}
  +slug: "You-yeah-you-there-on-the-other-side-of-the"
  +title: "You, yeah you there on the other side of the screen, you should fry up some garbanzo beans (aka chickpeas). It's delicious and costs like $2 tops."
  +url: "https://lemmynsfw.com/pictrs/image/924507b1-a21a-4b32-a5d3-704d328cd246.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 16
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728550480 {#3172
    date: 2024-10-10 10:54:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3180 …}
  +votes: Doctrine\ORM\PersistentCollection {#3182 …}
  +reports: Doctrine\ORM\PersistentCollection {#3184 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3186 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3188 …}
  +badges: Doctrine\ORM\PersistentCollection {#3190 …}
  +children: [
    App\Entity\EntryComment {#2112
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
      +image: null
      +parent: null
      +root: null
      +body: "I like to rinse 'em, toss 'em in olive oil and spices, then dump 'em in my air fryer for about 10 minutes."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1706144876 {#2110
        date: 2024-01-25 02:07:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@21Cabbage@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2118 …}
      +nested: Doctrine\ORM\PersistentCollection {#2121 …}
      +votes: Doctrine\ORM\PersistentCollection {#2115 …}
      +reports: Doctrine\ORM\PersistentCollection {#2123 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
      -id: 338139
      -bodyTs: "'10':22 'air':18 'dump':14 'em':5,7,15 'fryer':19 'like':2 'minut':23 'oil':10 'oliv':9 'rins':4 'spice':12 'toss':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2200846"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706144876 {#2107
        date: 2024-01-25 02:07:56.0 +01:00
      }
      +"title": 338139
    }
  ]
  -id: 32893
  -titleTs: "'2':27 'aka':19 'bean':18 'chickpea':20 'cost':25 'delici':23 'fri':14 'garbanzo':17 'like':26 'screen':11 'side':8 'top':28 'yeah':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706223287
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/7071598"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706136887 {#3159
    date: 2024-01-24 23:54:47.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2124
  +user: Proxies\__CG__\App\Entity\User {#3138 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: Proxies\__CG__\App\Entity\Image {#3177 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3179 …}
  +slug: "You-yeah-you-there-on-the-other-side-of-the"
  +title: "You, yeah you there on the other side of the screen, you should fry up some garbanzo beans (aka chickpeas). It's delicious and costs like $2 tops."
  +url: "https://lemmynsfw.com/pictrs/image/924507b1-a21a-4b32-a5d3-704d328cd246.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 16
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728550480 {#3172
    date: 2024-10-10 10:54:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3180 …}
  +votes: Doctrine\ORM\PersistentCollection {#3182 …}
  +reports: Doctrine\ORM\PersistentCollection {#3184 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3186 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3188 …}
  +badges: Doctrine\ORM\PersistentCollection {#3190 …}
  +children: [
    App\Entity\EntryComment {#2112
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
      +image: null
      +parent: null
      +root: null
      +body: "I like to rinse 'em, toss 'em in olive oil and spices, then dump 'em in my air fryer for about 10 minutes."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1706144876 {#2110
        date: 2024-01-25 02:07:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@21Cabbage@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2118 …}
      +nested: Doctrine\ORM\PersistentCollection {#2121 …}
      +votes: Doctrine\ORM\PersistentCollection {#2115 …}
      +reports: Doctrine\ORM\PersistentCollection {#2123 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
      -id: 338139
      -bodyTs: "'10':22 'air':18 'dump':14 'em':5,7,15 'fryer':19 'like':2 'minut':23 'oil':10 'oliv':9 'rins':4 'spice':12 'toss':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2200846"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706144876 {#2107
        date: 2024-01-25 02:07:56.0 +01:00
      }
      +"title": 338139
    }
  ]
  -id: 32893
  -titleTs: "'2':27 'aka':19 'bean':18 'chickpea':20 'cost':25 'delici':23 'fri':14 'garbanzo':17 'like':26 'screen':11 'side':8 'top':28 'yeah':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706223287
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/7071598"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706136887 {#3159
    date: 2024-01-24 23:54:47.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2112
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#3138 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
    +image: Proxies\__CG__\App\Entity\Image {#3177 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3179 …}
    +slug: "You-yeah-you-there-on-the-other-side-of-the"
    +title: "You, yeah you there on the other side of the screen, you should fry up some garbanzo beans (aka chickpeas). It's delicious and costs like $2 tops."
    +url: "https://lemmynsfw.com/pictrs/image/924507b1-a21a-4b32-a5d3-704d328cd246.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 16
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550480 {#3172
      date: 2024-10-10 10:54:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3180 …}
    +votes: Doctrine\ORM\PersistentCollection {#3182 …}
    +reports: Doctrine\ORM\PersistentCollection {#3184 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3186 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3188 …}
    +badges: Doctrine\ORM\PersistentCollection {#3190 …}
    +children: [
      App\Entity\EntryComment {#2112}
    ]
    -id: 32893
    -titleTs: "'2':27 'aka':19 'bean':18 'chickpea':20 'cost':25 'delici':23 'fri':14 'garbanzo':17 'like':26 'screen':11 'side':8 'top':28 'yeah':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706223287
    +visibility: "visible             "
    +apId: "https://lemmynsfw.com/post/7071598"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706136887 {#3159
      date: 2024-01-24 23:54:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: null
  +parent: null
  +root: null
  +body: "I like to rinse 'em, toss 'em in olive oil and spices, then dump 'em in my air fryer for about 10 minutes."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1706144876 {#2110
    date: 2024-01-25 02:07:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@21Cabbage@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2118 …}
  +nested: Doctrine\ORM\PersistentCollection {#2121 …}
  +votes: Doctrine\ORM\PersistentCollection {#2115 …}
  +reports: Doctrine\ORM\PersistentCollection {#2123 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
  -id: 338139
  -bodyTs: "'10':22 'air':18 'dump':14 'em':5,7,15 'fryer':19 'like':2 'minut':23 'oil':10 'oliv':9 'rins':4 'spice':12 'toss':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2200846"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706144876 {#2107
    date: 2024-01-25 02:07:56.0 +01:00
  }
  +"title": 338139
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#2112
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#3138 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
    +image: Proxies\__CG__\App\Entity\Image {#3177 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3179 …}
    +slug: "You-yeah-you-there-on-the-other-side-of-the"
    +title: "You, yeah you there on the other side of the screen, you should fry up some garbanzo beans (aka chickpeas). It's delicious and costs like $2 tops."
    +url: "https://lemmynsfw.com/pictrs/image/924507b1-a21a-4b32-a5d3-704d328cd246.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 16
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550480 {#3172
      date: 2024-10-10 10:54:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3180 …}
    +votes: Doctrine\ORM\PersistentCollection {#3182 …}
    +reports: Doctrine\ORM\PersistentCollection {#3184 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3186 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3188 …}
    +badges: Doctrine\ORM\PersistentCollection {#3190 …}
    +children: [
      App\Entity\EntryComment {#2112}
    ]
    -id: 32893
    -titleTs: "'2':27 'aka':19 'bean':18 'chickpea':20 'cost':25 'delici':23 'fri':14 'garbanzo':17 'like':26 'screen':11 'side':8 'top':28 'yeah':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706223287
    +visibility: "visible             "
    +apId: "https://lemmynsfw.com/post/7071598"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706136887 {#3159
      date: 2024-01-24 23:54:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: null
  +parent: null
  +root: null
  +body: "I like to rinse 'em, toss 'em in olive oil and spices, then dump 'em in my air fryer for about 10 minutes."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1706144876 {#2110
    date: 2024-01-25 02:07:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@21Cabbage@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2118 …}
  +nested: Doctrine\ORM\PersistentCollection {#2121 …}
  +votes: Doctrine\ORM\PersistentCollection {#2115 …}
  +reports: Doctrine\ORM\PersistentCollection {#2123 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
  -id: 338139
  -bodyTs: "'10':22 'air':18 'dump':14 'em':5,7,15 'fryer':19 'like':2 'minut':23 'oil':10 'oliv':9 'rins':4 'spice':12 'toss':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2200846"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706144876 {#2107
    date: 2024-01-25 02:07:56.0 +01:00
  }
  +"title": 338139
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#2112
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#3138 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
    +image: Proxies\__CG__\App\Entity\Image {#3177 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3179 …}
    +slug: "You-yeah-you-there-on-the-other-side-of-the"
    +title: "You, yeah you there on the other side of the screen, you should fry up some garbanzo beans (aka chickpeas). It's delicious and costs like $2 tops."
    +url: "https://lemmynsfw.com/pictrs/image/924507b1-a21a-4b32-a5d3-704d328cd246.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 16
    +favouriteCount: 47
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550480 {#3172
      date: 2024-10-10 10:54:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3180 …}
    +votes: Doctrine\ORM\PersistentCollection {#3182 …}
    +reports: Doctrine\ORM\PersistentCollection {#3184 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3186 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3188 …}
    +badges: Doctrine\ORM\PersistentCollection {#3190 …}
    +children: [
      App\Entity\EntryComment {#2112}
    ]
    -id: 32893
    -titleTs: "'2':27 'aka':19 'bean':18 'chickpea':20 'cost':25 'delici':23 'fri':14 'garbanzo':17 'like':26 'screen':11 'side':8 'top':28 'yeah':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706223287
    +visibility: "visible             "
    +apId: "https://lemmynsfw.com/post/7071598"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706136887 {#3159
      date: 2024-01-24 23:54:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2114 …}
  +image: null
  +parent: null
  +root: null
  +body: "I like to rinse 'em, toss 'em in olive oil and spices, then dump 'em in my air fryer for about 10 minutes."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1706144876 {#2110
    date: 2024-01-25 02:07:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@21Cabbage@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2118 …}
  +nested: Doctrine\ORM\PersistentCollection {#2121 …}
  +votes: Doctrine\ORM\PersistentCollection {#2115 …}
  +reports: Doctrine\ORM\PersistentCollection {#2123 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
  -id: 338139
  -bodyTs: "'10':22 'air':18 'dump':14 'em':5,7,15 'fryer':19 'like':2 'minut':23 'oil':10 'oliv':9 'rins':4 'spice':12 'toss':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2200846"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706144876 {#2107
    date: 2024-01-25 02:07:56.0 +01:00
  }
  +"title": 338139
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#3156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "best-foss-cad-software"
  +title: "best foss cad software?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724889162 {#3192
    date: 2024-08-29 01:52:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3197 …}
  +votes: Doctrine\ORM\PersistentCollection {#3200 …}
  +reports: Doctrine\ORM\PersistentCollection {#3202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3206 …}
  +badges: Doctrine\ORM\PersistentCollection {#3208 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: "[OpenSCAD](https://openscad.org/) has a learning curve, but it’s rad af."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705353985 {#2018
        date: 2024-01-15 22:26:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jackpot@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2021 …}
      +nested: Doctrine\ORM\PersistentCollection {#2029 …}
      +votes: Doctrine\ORM\PersistentCollection {#2020 …}
      +reports: Doctrine\ORM\PersistentCollection {#2027 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2031 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2037 …}
      -id: 311827
      -bodyTs: "'/)':4 'af':13 'curv':8 'learn':7 'openscad':1 'openscad.org':3 'openscad.org/)':2 'rad':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2087831"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705353985 {#2025
        date: 2024-01-15 22:26:25.0 +01:00
      }
      +"title": 311827
    }
  ]
  -id: 30633
  -titleTs: "'best':1 'cad':3 'foss':2 'softwar':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705408611
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10575423"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705322211 {#3178
    date: 2024-01-15 13:36:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#3156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "best-foss-cad-software"
  +title: "best foss cad software?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724889162 {#3192
    date: 2024-08-29 01:52:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3197 …}
  +votes: Doctrine\ORM\PersistentCollection {#3200 …}
  +reports: Doctrine\ORM\PersistentCollection {#3202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3206 …}
  +badges: Doctrine\ORM\PersistentCollection {#3208 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: "[OpenSCAD](https://openscad.org/) has a learning curve, but it’s rad af."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705353985 {#2018
        date: 2024-01-15 22:26:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jackpot@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2021 …}
      +nested: Doctrine\ORM\PersistentCollection {#2029 …}
      +votes: Doctrine\ORM\PersistentCollection {#2020 …}
      +reports: Doctrine\ORM\PersistentCollection {#2027 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2031 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2037 …}
      -id: 311827
      -bodyTs: "'/)':4 'af':13 'curv':8 'learn':7 'openscad':1 'openscad.org':3 'openscad.org/)':2 'rad':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2087831"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705353985 {#2025
        date: 2024-01-15 22:26:25.0 +01:00
      }
      +"title": 311827
    }
  ]
  -id: 30633
  -titleTs: "'best':1 'cad':3 'foss':2 'softwar':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705408611
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10575423"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705322211 {#3178
    date: 2024-01-15 13:36:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#3156 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "best-foss-cad-software"
  +title: "best foss cad software?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724889162 {#3192
    date: 2024-08-29 01:52:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3197 …}
  +votes: Doctrine\ORM\PersistentCollection {#3200 …}
  +reports: Doctrine\ORM\PersistentCollection {#3202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3206 …}
  +badges: Doctrine\ORM\PersistentCollection {#3208 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: "[OpenSCAD](https://openscad.org/) has a learning curve, but it’s rad af."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1705353985 {#2018
        date: 2024-01-15 22:26:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jackpot@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2021 …}
      +nested: Doctrine\ORM\PersistentCollection {#2029 …}
      +votes: Doctrine\ORM\PersistentCollection {#2020 …}
      +reports: Doctrine\ORM\PersistentCollection {#2027 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2031 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2037 …}
      -id: 311827
      -bodyTs: "'/)':4 'af':13 'curv':8 'learn':7 'openscad':1 'openscad.org':3 'openscad.org/)':2 'rad':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2087831"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705353985 {#2025
        date: 2024-01-15 22:26:25.0 +01:00
      }
      +"title": 311827
    }
  ]
  -id: 30633
  -titleTs: "'best':1 'cad':3 'foss':2 'softwar':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705408611
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10575423"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705322211 {#3178
    date: 2024-01-15 13:36:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2011
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#3156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "best-foss-cad-software"
    +title: "best foss cad software?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 120
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724889162 {#3192
      date: 2024-08-29 01:52:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3197 …}
    +votes: Doctrine\ORM\PersistentCollection {#3200 …}
    +reports: Doctrine\ORM\PersistentCollection {#3202 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3204 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3206 …}
    +badges: Doctrine\ORM\PersistentCollection {#3208 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 30633
    -titleTs: "'best':1 'cad':3 'foss':2 'softwar':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705408611
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10575423"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705322211 {#3178
      date: 2024-01-15 13:36:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: "[OpenSCAD](https://openscad.org/) has a learning curve, but it’s rad af."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705353985 {#2018
    date: 2024-01-15 22:26:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jackpot@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2021 …}
  +nested: Doctrine\ORM\PersistentCollection {#2029 …}
  +votes: Doctrine\ORM\PersistentCollection {#2020 …}
  +reports: Doctrine\ORM\PersistentCollection {#2027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2031 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2037 …}
  -id: 311827
  -bodyTs: "'/)':4 'af':13 'curv':8 'learn':7 'openscad':1 'openscad.org':3 'openscad.org/)':2 'rad':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2087831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705353985 {#2025
    date: 2024-01-15 22:26:25.0 +01:00
  }
  +"title": 311827
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2011
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#3156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "best-foss-cad-software"
    +title: "best foss cad software?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 120
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724889162 {#3192
      date: 2024-08-29 01:52:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3197 …}
    +votes: Doctrine\ORM\PersistentCollection {#3200 …}
    +reports: Doctrine\ORM\PersistentCollection {#3202 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3204 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3206 …}
    +badges: Doctrine\ORM\PersistentCollection {#3208 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 30633
    -titleTs: "'best':1 'cad':3 'foss':2 'softwar':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705408611
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10575423"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705322211 {#3178
      date: 2024-01-15 13:36:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: "[OpenSCAD](https://openscad.org/) has a learning curve, but it’s rad af."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705353985 {#2018
    date: 2024-01-15 22:26:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jackpot@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2021 …}
  +nested: Doctrine\ORM\PersistentCollection {#2029 …}
  +votes: Doctrine\ORM\PersistentCollection {#2020 …}
  +reports: Doctrine\ORM\PersistentCollection {#2027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2031 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2037 …}
  -id: 311827
  -bodyTs: "'/)':4 'af':13 'curv':8 'learn':7 'openscad':1 'openscad.org':3 'openscad.org/)':2 'rad':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2087831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705353985 {#2025
    date: 2024-01-15 22:26:25.0 +01:00
  }
  +"title": 311827
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2011
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#3156 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "best-foss-cad-software"
    +title: "best foss cad software?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 120
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724889162 {#3192
      date: 2024-08-29 01:52:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3197 …}
    +votes: Doctrine\ORM\PersistentCollection {#3200 …}
    +reports: Doctrine\ORM\PersistentCollection {#3202 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3204 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3206 …}
    +badges: Doctrine\ORM\PersistentCollection {#3208 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 30633
    -titleTs: "'best':1 'cad':3 'foss':2 'softwar':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705408611
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10575423"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705322211 {#3178
      date: 2024-01-15 13:36:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: "[OpenSCAD](https://openscad.org/) has a learning curve, but it’s rad af."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1705353985 {#2018
    date: 2024-01-15 22:26:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jackpot@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2021 …}
  +nested: Doctrine\ORM\PersistentCollection {#2029 …}
  +votes: Doctrine\ORM\PersistentCollection {#2020 …}
  +reports: Doctrine\ORM\PersistentCollection {#2027 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2031 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2037 …}
  -id: 311827
  -bodyTs: "'/)':4 'af':13 'curv':8 'learn':7 'openscad':1 'openscad.org':3 'openscad.org/)':2 'rad':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2087831"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705353985 {#2025
    date: 2024-01-15 22:26:25.0 +01:00
  }
  +"title": 311827
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2049
  +user: Proxies\__CG__\App\Entity\User {#2577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
  +slug: "Twist-ending"
  +title: "Twist ending"
  +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727082533 {#3135
    date: 2024-09-23 11:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3140 …}
  +votes: Doctrine\ORM\PersistentCollection {#3143 …}
  +reports: Doctrine\ORM\PersistentCollection {#3145 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
  +badges: Doctrine\ORM\PersistentCollection {#3151 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "!therightcantmeme@midwest.social"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1726739846 {#2071
        date: 2024-09-19 11:57:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lars@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 321722
      -bodyTs: "'therightcantmeme@midwest.social':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131708"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705645559 {#2067
        date: 2024-01-19 07:25:59.0 +01:00
      }
      +"title": 321722
    }
  ]
  -id: 31630
  -titleTs: "'end':2 'twist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705716243
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10861506"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629843 {#3122
    date: 2024-01-19 03:04:03.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
  +slug: "Twist-ending"
  +title: "Twist ending"
  +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727082533 {#3135
    date: 2024-09-23 11:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3140 …}
  +votes: Doctrine\ORM\PersistentCollection {#3143 …}
  +reports: Doctrine\ORM\PersistentCollection {#3145 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
  +badges: Doctrine\ORM\PersistentCollection {#3151 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "!therightcantmeme@midwest.social"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1726739846 {#2071
        date: 2024-09-19 11:57:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lars@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 321722
      -bodyTs: "'therightcantmeme@midwest.social':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131708"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705645559 {#2067
        date: 2024-01-19 07:25:59.0 +01:00
      }
      +"title": 321722
    }
  ]
  -id: 31630
  -titleTs: "'end':2 'twist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705716243
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10861506"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629843 {#3122
    date: 2024-01-19 03:04:03.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
  +slug: "Twist-ending"
  +title: "Twist ending"
  +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727082533 {#3135
    date: 2024-09-23 11:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3140 …}
  +votes: Doctrine\ORM\PersistentCollection {#3143 …}
  +reports: Doctrine\ORM\PersistentCollection {#3145 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
  +badges: Doctrine\ORM\PersistentCollection {#3151 …}
  +children: [
    App\Entity\EntryComment {#2070
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "!therightcantmeme@midwest.social"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1726739846 {#2071
        date: 2024-09-19 11:57:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lars@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2048 …}
      +nested: Doctrine\ORM\PersistentCollection {#2056 …}
      +votes: Doctrine\ORM\PersistentCollection {#2046 …}
      +reports: Doctrine\ORM\PersistentCollection {#2045 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
      -id: 321722
      -bodyTs: "'therightcantmeme@midwest.social':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131708"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705645559 {#2067
        date: 2024-01-19 07:25:59.0 +01:00
      }
      +"title": 321722
    }
  ]
  -id: 31630
  -titleTs: "'end':2 'twist':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705716243
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10861506"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629843 {#3122
    date: 2024-01-19 03:04:03.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2070
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2577 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
    +slug: "Twist-ending"
    +title: "Twist ending"
    +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727082533 {#3135
      date: 2024-09-23 11:08:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3140 …}
    +votes: Doctrine\ORM\PersistentCollection {#3143 …}
    +reports: Doctrine\ORM\PersistentCollection {#3145 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
    +badges: Doctrine\ORM\PersistentCollection {#3151 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 31630
    -titleTs: "'end':2 'twist':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705716243
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/10861506"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705629843 {#3122
      date: 2024-01-19 03:04:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "!therightcantmeme@midwest.social"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1726739846 {#2071
    date: 2024-09-19 11:57:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lars@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 321722
  -bodyTs: "'therightcantmeme@midwest.social':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705645559 {#2067
    date: 2024-01-19 07:25:59.0 +01:00
  }
  +"title": 321722
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2070
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2577 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
    +slug: "Twist-ending"
    +title: "Twist ending"
    +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727082533 {#3135
      date: 2024-09-23 11:08:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3140 …}
    +votes: Doctrine\ORM\PersistentCollection {#3143 …}
    +reports: Doctrine\ORM\PersistentCollection {#3145 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
    +badges: Doctrine\ORM\PersistentCollection {#3151 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 31630
    -titleTs: "'end':2 'twist':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705716243
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/10861506"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705629843 {#3122
      date: 2024-01-19 03:04:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "!therightcantmeme@midwest.social"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1726739846 {#2071
    date: 2024-09-19 11:57:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lars@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 321722
  -bodyTs: "'therightcantmeme@midwest.social':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705645559 {#2067
    date: 2024-01-19 07:25:59.0 +01:00
  }
  +"title": 321722
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2070
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2577 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
    +slug: "Twist-ending"
    +title: "Twist ending"
    +url: "https://lemmy.sdf.org/pictrs/image/5f769916-35cc-4c7a-911e-b78eee1f1ed0.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727082533 {#3135
      date: 2024-09-23 11:08:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3140 …}
    +votes: Doctrine\ORM\PersistentCollection {#3143 …}
    +reports: Doctrine\ORM\PersistentCollection {#3145 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3147 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3149 …}
    +badges: Doctrine\ORM\PersistentCollection {#3151 …}
    +children: [
      App\Entity\EntryComment {#2070}
    ]
    -id: 31630
    -titleTs: "'end':2 'twist':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705716243
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/10861506"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705629843 {#3122
      date: 2024-01-19 03:04:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "!therightcantmeme@midwest.social"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1726739846 {#2071
    date: 2024-09-19 11:57:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lars@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2048 …}
  +nested: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2046 …}
  +reports: Doctrine\ORM\PersistentCollection {#2045 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2050 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2052 …}
  -id: 321722
  -bodyTs: "'therightcantmeme@midwest.social':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705645559 {#2067
    date: 2024-01-19 07:25:59.0 +01:00
  }
  +"title": 321722
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#3158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "best-privacy-security-based-email-client-that-supports-third-part"
  +title: "best privacy security based email client that supports third part apps ?"
  +url: null
  +body: "Description"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723717187 {#3153
    date: 2024-08-15 12:19:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3160 …}
  +votes: Doctrine\ORM\PersistentCollection {#3162 …}
  +reports: Doctrine\ORM\PersistentCollection {#3164 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3168 …}
  +badges: Doctrine\ORM\PersistentCollection {#3170 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
      +body: "What protocol are you using to connect to your mail service and what third-party apps do you need it to be compatible with? POP, IMAP, SMTP, or those protocols with various SSL/TLS implementations? Thunderbird will likely handle anything you throw at it, but I’m at a loss when you start talking about third-party apps without more info."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705212763 {#1383
        date: 2024-01-14 07:12:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@THE_ANON@lemmy.ml"
        "@narc0tic_bird@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 307135
      -bodyTs: "'anyth':40 'app':17,59 'compat':24 'connect':7 'handl':39 'imap':27 'implement':35 'info':62 'like':38 'loss':50 'm':47 'mail':10 'need':20 'parti':16,58 'pop':26 'protocol':2,31 'servic':11 'smtp':28 'ssl/tls':34 'start':53 'talk':54 'third':15,57 'third-parti':14,56 'throw':42 'thunderbird':36 'use':5 'various':33 'without':60"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2065753"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705212763 {#1402
        date: 2024-01-14 07:12:43.0 +01:00
      }
      +"title": 307135
    }
  ]
  -id: 29310
  -titleTs: "'app':11 'base':4 'best':1 'client':6 'email':5 'part':10 'privaci':2 'secur':3 'support':8 'third':9"
  -bodyTs: "'descript':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705126074
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10443731"
  +editedAt: DateTimeImmutable @1721661321 {#3141
    date: 2024-07-22 17:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705060074 {#3119
    date: 2024-01-12 12:47:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#3158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "best-privacy-security-based-email-client-that-supports-third-part"
  +title: "best privacy security based email client that supports third part apps ?"
  +url: null
  +body: "Description"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723717187 {#3153
    date: 2024-08-15 12:19:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3160 …}
  +votes: Doctrine\ORM\PersistentCollection {#3162 …}
  +reports: Doctrine\ORM\PersistentCollection {#3164 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3168 …}
  +badges: Doctrine\ORM\PersistentCollection {#3170 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
      +body: "What protocol are you using to connect to your mail service and what third-party apps do you need it to be compatible with? POP, IMAP, SMTP, or those protocols with various SSL/TLS implementations? Thunderbird will likely handle anything you throw at it, but I’m at a loss when you start talking about third-party apps without more info."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705212763 {#1383
        date: 2024-01-14 07:12:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@THE_ANON@lemmy.ml"
        "@narc0tic_bird@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 307135
      -bodyTs: "'anyth':40 'app':17,59 'compat':24 'connect':7 'handl':39 'imap':27 'implement':35 'info':62 'like':38 'loss':50 'm':47 'mail':10 'need':20 'parti':16,58 'pop':26 'protocol':2,31 'servic':11 'smtp':28 'ssl/tls':34 'start':53 'talk':54 'third':15,57 'third-parti':14,56 'throw':42 'thunderbird':36 'use':5 'various':33 'without':60"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2065753"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705212763 {#1402
        date: 2024-01-14 07:12:43.0 +01:00
      }
      +"title": 307135
    }
  ]
  -id: 29310
  -titleTs: "'app':11 'base':4 'best':1 'client':6 'email':5 'part':10 'privaci':2 'secur':3 'support':8 'third':9"
  -bodyTs: "'descript':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705126074
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10443731"
  +editedAt: DateTimeImmutable @1721661321 {#3141
    date: 2024-07-22 17:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705060074 {#3119
    date: 2024-01-12 12:47:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1385
  +user: Proxies\__CG__\App\Entity\User {#3158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "best-privacy-security-based-email-client-that-supports-third-part"
  +title: "best privacy security based email client that supports third part apps ?"
  +url: null
  +body: "Description"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723717187 {#3153
    date: 2024-08-15 12:19:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3160 …}
  +votes: Doctrine\ORM\PersistentCollection {#3162 …}
  +reports: Doctrine\ORM\PersistentCollection {#3164 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3168 …}
  +badges: Doctrine\ORM\PersistentCollection {#3170 …}
  +children: [
    App\Entity\EntryComment {#1405
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
      +body: "What protocol are you using to connect to your mail service and what third-party apps do you need it to be compatible with? POP, IMAP, SMTP, or those protocols with various SSL/TLS implementations? Thunderbird will likely handle anything you throw at it, but I’m at a loss when you start talking about third-party apps without more info."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705212763 {#1383
        date: 2024-01-14 07:12:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@THE_ANON@lemmy.ml"
        "@narc0tic_bird@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 307135
      -bodyTs: "'anyth':40 'app':17,59 'compat':24 'connect':7 'handl':39 'imap':27 'implement':35 'info':62 'like':38 'loss':50 'm':47 'mail':10 'need':20 'parti':16,58 'pop':26 'protocol':2,31 'servic':11 'smtp':28 'ssl/tls':34 'start':53 'talk':54 'third':15,57 'third-parti':14,56 'throw':42 'thunderbird':36 'use':5 'various':33 'without':60"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2065753"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705212763 {#1402
        date: 2024-01-14 07:12:43.0 +01:00
      }
      +"title": 307135
    }
  ]
  -id: 29310
  -titleTs: "'app':11 'base':4 'best':1 'client':6 'email':5 'part':10 'privaci':2 'secur':3 'support':8 'third':9"
  -bodyTs: "'descript':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705126074
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10443731"
  +editedAt: DateTimeImmutable @1721661321 {#3141
    date: 2024-07-22 17:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705060074 {#3119
    date: 2024-01-12 12:47:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#3158 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "best-privacy-security-based-email-client-that-supports-third-part"
    +title: "best privacy security based email client that supports third part apps ?"
    +url: null
    +body: "Description"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723717187 {#3153
      date: 2024-08-15 12:19:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3160 …}
    +votes: Doctrine\ORM\PersistentCollection {#3162 …}
    +reports: Doctrine\ORM\PersistentCollection {#3164 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3166 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3168 …}
    +badges: Doctrine\ORM\PersistentCollection {#3170 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 29310
    -titleTs: "'app':11 'base':4 'best':1 'client':6 'email':5 'part':10 'privaci':2 'secur':3 'support':8 'third':9"
    -bodyTs: "'descript':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705126074
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10443731"
    +editedAt: DateTimeImmutable @1721661321 {#3141
      date: 2024-07-22 17:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705060074 {#3119
      date: 2024-01-12 12:47:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
  +body: "What protocol are you using to connect to your mail service and what third-party apps do you need it to be compatible with? POP, IMAP, SMTP, or those protocols with various SSL/TLS implementations? Thunderbird will likely handle anything you throw at it, but I’m at a loss when you start talking about third-party apps without more info."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705212763 {#1383
    date: 2024-01-14 07:12:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@THE_ANON@lemmy.ml"
    "@narc0tic_bird@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 307135
  -bodyTs: "'anyth':40 'app':17,59 'compat':24 'connect':7 'handl':39 'imap':27 'implement':35 'info':62 'like':38 'loss':50 'm':47 'mail':10 'need':20 'parti':16,58 'pop':26 'protocol':2,31 'servic':11 'smtp':28 'ssl/tls':34 'start':53 'talk':54 'third':15,57 'third-parti':14,56 'throw':42 'thunderbird':36 'use':5 'various':33 'without':60"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2065753"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705212763 {#1402
    date: 2024-01-14 07:12:43.0 +01:00
  }
  +"title": 307135
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#3158 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "best-privacy-security-based-email-client-that-supports-third-part"
    +title: "best privacy security based email client that supports third part apps ?"
    +url: null
    +body: "Description"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723717187 {#3153
      date: 2024-08-15 12:19:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3160 …}
    +votes: Doctrine\ORM\PersistentCollection {#3162 …}
    +reports: Doctrine\ORM\PersistentCollection {#3164 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3166 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3168 …}
    +badges: Doctrine\ORM\PersistentCollection {#3170 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 29310
    -titleTs: "'app':11 'base':4 'best':1 'client':6 'email':5 'part':10 'privaci':2 'secur':3 'support':8 'third':9"
    -bodyTs: "'descript':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705126074
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10443731"
    +editedAt: DateTimeImmutable @1721661321 {#3141
      date: 2024-07-22 17:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705060074 {#3119
      date: 2024-01-12 12:47:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
  +body: "What protocol are you using to connect to your mail service and what third-party apps do you need it to be compatible with? POP, IMAP, SMTP, or those protocols with various SSL/TLS implementations? Thunderbird will likely handle anything you throw at it, but I’m at a loss when you start talking about third-party apps without more info."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705212763 {#1383
    date: 2024-01-14 07:12:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@THE_ANON@lemmy.ml"
    "@narc0tic_bird@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 307135
  -bodyTs: "'anyth':40 'app':17,59 'compat':24 'connect':7 'handl':39 'imap':27 'implement':35 'info':62 'like':38 'loss':50 'm':47 'mail':10 'need':20 'parti':16,58 'pop':26 'protocol':2,31 'servic':11 'smtp':28 'ssl/tls':34 'start':53 'talk':54 'third':15,57 'third-parti':14,56 'throw':42 'thunderbird':36 'use':5 'various':33 'without':60"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2065753"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705212763 {#1402
    date: 2024-01-14 07:12:43.0 +01:00
  }
  +"title": 307135
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#1405
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1385
    +user: Proxies\__CG__\App\Entity\User {#3158 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "best-privacy-security-based-email-client-that-supports-third-part"
    +title: "best privacy security based email client that supports third part apps ?"
    +url: null
    +body: "Description"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723717187 {#3153
      date: 2024-08-15 12:19:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3160 …}
    +votes: Doctrine\ORM\PersistentCollection {#3162 …}
    +reports: Doctrine\ORM\PersistentCollection {#3164 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3166 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3168 …}
    +badges: Doctrine\ORM\PersistentCollection {#3170 …}
    +children: [
      App\Entity\EntryComment {#1405}
    ]
    -id: 29310
    -titleTs: "'app':11 'base':4 'best':1 'client':6 'email':5 'part':10 'privaci':2 'secur':3 'support':8 'third':9"
    -bodyTs: "'descript':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705126074
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10443731"
    +editedAt: DateTimeImmutable @1721661321 {#3141
      date: 2024-07-22 17:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705060074 {#3119
      date: 2024-01-12 12:47:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1401 …}
  +body: "What protocol are you using to connect to your mail service and what third-party apps do you need it to be compatible with? POP, IMAP, SMTP, or those protocols with various SSL/TLS implementations? Thunderbird will likely handle anything you throw at it, but I’m at a loss when you start talking about third-party apps without more info."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705212763 {#1383
    date: 2024-01-14 07:12:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@THE_ANON@lemmy.ml"
    "@narc0tic_bird@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 307135
  -bodyTs: "'anyth':40 'app':17,59 'compat':24 'connect':7 'handl':39 'imap':27 'implement':35 'info':62 'like':38 'loss':50 'm':47 'mail':10 'need':20 'parti':16,58 'pop':26 'protocol':2,31 'servic':11 'smtp':28 'ssl/tls':34 'start':53 'talk':54 'third':15,57 'third-parti':14,56 'throw':42 'thunderbird':36 'use':5 'various':33 'without':60"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2065753"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705212763 {#1402
    date: 2024-01-14 07:12:43.0 +01:00
  }
  +"title": 307135
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2812
  +user: Proxies\__CG__\App\Entity\User {#3231 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
  +body: """
    Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
    \n
    1. Continue on Win 10 but with higher security risks.  \n
    2. Buy new and expensive hardware that supports Win11.  \n
    3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
    \n
    @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
    """
  +lang: "en"
  +commentCount: 138
  +favouriteCount: 391
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729559413 {#3265
    date: 2024-10-22 03:10:13.0 +02:00
  }
  +ip: null
  +tags: [
    "windows10"
    "linux"
    "linuxmint"
  ]
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3270 …}
  +votes: Doctrine\ORM\PersistentCollection {#3273 …}
  +reports: Doctrine\ORM\PersistentCollection {#3275 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3307 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3303 …}
  +children: [
    App\Entity\PostComment {#2207
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2812 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2783 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2783 …}
      +image: null
      +body: """
        > work machine\n
        \n
        You do not need a Microsoft account to join a domain.
        """
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706122932 {#2721
        date: 2024-01-24 20:02:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nixCraft@mastodon.social"
        "@linux@lemmy.ml"
        "@windowscentralbot@mastodon.online"
        "@ajayiyer@mastodon.social"
        "@wersooth@lemmy.ml"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2779 …}
      +nested: Doctrine\ORM\PersistentCollection {#2776 …}
      +votes: Doctrine\ORM\PersistentCollection {#2773 …}
      +reports: Doctrine\ORM\PersistentCollection {#2771 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2817 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2814 …}
      -id: 1178
      -bodyTs: "'account':9 'domain':13 'join':11 'machin':2 'microsoft':8 'need':6 'work':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2199279"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706122932 {#2651
        date: 2024-01-24 20:02:12.0 +01:00
      }
      +"title": 1178
    }
  ]
  -id: 365
  -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706171905
  +visibility: "visible             "
  +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085505 {#3252
    date: 2024-01-24 09:38:25.0 +01:00
  }
  +__isInitialized__: true
  +"title": 365
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
Proxies\__CG__\App\Entity\Post {#2812
  +user: Proxies\__CG__\App\Entity\User {#3231 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
  +body: """
    Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
    \n
    1. Continue on Win 10 but with higher security risks.  \n
    2. Buy new and expensive hardware that supports Win11.  \n
    3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
    \n
    @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
    """
  +lang: "en"
  +commentCount: 138
  +favouriteCount: 391
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729559413 {#3265
    date: 2024-10-22 03:10:13.0 +02:00
  }
  +ip: null
  +tags: [
    "windows10"
    "linux"
    "linuxmint"
  ]
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3270 …}
  +votes: Doctrine\ORM\PersistentCollection {#3273 …}
  +reports: Doctrine\ORM\PersistentCollection {#3275 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3307 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3303 …}
  +children: [
    App\Entity\PostComment {#2207
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2812 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2783 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2783 …}
      +image: null
      +body: """
        > work machine\n
        \n
        You do not need a Microsoft account to join a domain.
        """
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706122932 {#2721
        date: 2024-01-24 20:02:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nixCraft@mastodon.social"
        "@linux@lemmy.ml"
        "@windowscentralbot@mastodon.online"
        "@ajayiyer@mastodon.social"
        "@wersooth@lemmy.ml"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2779 …}
      +nested: Doctrine\ORM\PersistentCollection {#2776 …}
      +votes: Doctrine\ORM\PersistentCollection {#2773 …}
      +reports: Doctrine\ORM\PersistentCollection {#2771 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2817 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2814 …}
      -id: 1178
      -bodyTs: "'account':9 'domain':13 'join':11 'machin':2 'microsoft':8 'need':6 'work':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2199279"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706122932 {#2651
        date: 2024-01-24 20:02:12.0 +01:00
      }
      +"title": 1178
    }
  ]
  -id: 365
  -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706171905
  +visibility: "visible             "
  +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085505 {#3252
    date: 2024-01-24 09:38:25.0 +01:00
  }
  +__isInitialized__: true
  +"title": 365
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2812
  +user: Proxies\__CG__\App\Entity\User {#3231 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
  +body: """
    Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
    \n
    1. Continue on Win 10 but with higher security risks.  \n
    2. Buy new and expensive hardware that supports Win11.  \n
    3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
    \n
    @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
    """
  +lang: "en"
  +commentCount: 138
  +favouriteCount: 391
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729559413 {#3265
    date: 2024-10-22 03:10:13.0 +02:00
  }
  +ip: null
  +tags: [
    "windows10"
    "linux"
    "linuxmint"
  ]
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3270 …}
  +votes: Doctrine\ORM\PersistentCollection {#3273 …}
  +reports: Doctrine\ORM\PersistentCollection {#3275 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3307 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3303 …}
  +children: [
    App\Entity\PostComment {#2207
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2812 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2783 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#2783 …}
      +image: null
      +body: """
        > work machine\n
        \n
        You do not need a Microsoft account to join a domain.
        """
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706122932 {#2721
        date: 2024-01-24 20:02:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nixCraft@mastodon.social"
        "@linux@lemmy.ml"
        "@windowscentralbot@mastodon.online"
        "@ajayiyer@mastodon.social"
        "@wersooth@lemmy.ml"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2779 …}
      +nested: Doctrine\ORM\PersistentCollection {#2776 …}
      +votes: Doctrine\ORM\PersistentCollection {#2773 …}
      +reports: Doctrine\ORM\PersistentCollection {#2771 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2817 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2814 …}
      -id: 1178
      -bodyTs: "'account':9 'domain':13 'join':11 'machin':2 'microsoft':8 'need':6 'work':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2199279"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706122932 {#2651
        date: 2024-01-24 20:02:12.0 +01:00
      }
      +"title": 1178
    }
  ]
  -id: 365
  -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706171905
  +visibility: "visible             "
  +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085505 {#3252
    date: 2024-01-24 09:38:25.0 +01:00
  }
  +__isInitialized__: true
  +"title": 365
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\PostComment {#2207
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2812
    +user: Proxies\__CG__\App\Entity\User {#3231 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
    +body: """
      Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
      \n
      1. Continue on Win 10 but with higher security risks.  \n
      2. Buy new and expensive hardware that supports Win11.  \n
      3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
      \n
      @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
      """
    +lang: "en"
    +commentCount: 138
    +favouriteCount: 391
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729559413 {#3265
      date: 2024-10-22 03:10:13.0 +02:00
    }
    +ip: null
    +tags: [
      "windows10"
      "linux"
      "linuxmint"
    ]
    +mentions: [
      "@nixCraft@mastodon.social"
      "@linux@lemmy.ml"
      "@windowscentralbot@mastodon.online"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3270 …}
    +votes: Doctrine\ORM\PersistentCollection {#3273 …}
    +reports: Doctrine\ORM\PersistentCollection {#3275 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3307 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3303 …}
    +children: [
      App\Entity\PostComment {#2207}
    ]
    -id: 365
    -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706171905
    +visibility: "visible             "
    +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706085505 {#3252
      date: 2024-01-24 09:38:25.0 +01:00
    }
    +__isInitialized__: true
    +"title": 365
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2783 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2783 …}
  +image: null
  +body: """
    > work machine\n
    \n
    You do not need a Microsoft account to join a domain.
    """
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706122932 {#2721
    date: 2024-01-24 20:02:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
    "@ajayiyer@mastodon.social"
    "@wersooth@lemmy.ml"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2779 …}
  +nested: Doctrine\ORM\PersistentCollection {#2776 …}
  +votes: Doctrine\ORM\PersistentCollection {#2773 …}
  +reports: Doctrine\ORM\PersistentCollection {#2771 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2817 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2814 …}
  -id: 1178
  -bodyTs: "'account':9 'domain':13 'join':11 'machin':2 'microsoft':8 'need':6 'work':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2199279"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706122932 {#2651
    date: 2024-01-24 20:02:12.0 +01:00
  }
  +"title": 1178
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\PostComment {#2207
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2812
    +user: Proxies\__CG__\App\Entity\User {#3231 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
    +body: """
      Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
      \n
      1. Continue on Win 10 but with higher security risks.  \n
      2. Buy new and expensive hardware that supports Win11.  \n
      3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
      \n
      @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
      """
    +lang: "en"
    +commentCount: 138
    +favouriteCount: 391
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729559413 {#3265
      date: 2024-10-22 03:10:13.0 +02:00
    }
    +ip: null
    +tags: [
      "windows10"
      "linux"
      "linuxmint"
    ]
    +mentions: [
      "@nixCraft@mastodon.social"
      "@linux@lemmy.ml"
      "@windowscentralbot@mastodon.online"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3270 …}
    +votes: Doctrine\ORM\PersistentCollection {#3273 …}
    +reports: Doctrine\ORM\PersistentCollection {#3275 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3307 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3303 …}
    +children: [
      App\Entity\PostComment {#2207}
    ]
    -id: 365
    -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706171905
    +visibility: "visible             "
    +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706085505 {#3252
      date: 2024-01-24 09:38:25.0 +01:00
    }
    +__isInitialized__: true
    +"title": 365
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2783 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2783 …}
  +image: null
  +body: """
    > work machine\n
    \n
    You do not need a Microsoft account to join a domain.
    """
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706122932 {#2721
    date: 2024-01-24 20:02:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
    "@ajayiyer@mastodon.social"
    "@wersooth@lemmy.ml"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2779 …}
  +nested: Doctrine\ORM\PersistentCollection {#2776 …}
  +votes: Doctrine\ORM\PersistentCollection {#2773 …}
  +reports: Doctrine\ORM\PersistentCollection {#2771 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2817 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2814 …}
  -id: 1178
  -bodyTs: "'account':9 'domain':13 'join':11 'machin':2 'microsoft':8 'need':6 'work':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2199279"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706122932 {#2651
    date: 2024-01-24 20:02:12.0 +01:00
  }
  +"title": 1178
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\PostComment {#2207
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2812
    +user: Proxies\__CG__\App\Entity\User {#3231 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
    +body: """
      Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
      \n
      1. Continue on Win 10 but with higher security risks.  \n
      2. Buy new and expensive hardware that supports Win11.  \n
      3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
      \n
      @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
      """
    +lang: "en"
    +commentCount: 138
    +favouriteCount: 391
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729559413 {#3265
      date: 2024-10-22 03:10:13.0 +02:00
    }
    +ip: null
    +tags: [
      "windows10"
      "linux"
      "linuxmint"
    ]
    +mentions: [
      "@nixCraft@mastodon.social"
      "@linux@lemmy.ml"
      "@windowscentralbot@mastodon.online"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3270 …}
    +votes: Doctrine\ORM\PersistentCollection {#3273 …}
    +reports: Doctrine\ORM\PersistentCollection {#3275 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3307 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3303 …}
    +children: [
      App\Entity\PostComment {#2207}
    ]
    -id: 365
    -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706171905
    +visibility: "visible             "
    +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706085505 {#3252
      date: 2024-01-24 09:38:25.0 +01:00
    }
    +__isInitialized__: true
    +"title": 365
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2783 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#2783 …}
  +image: null
  +body: """
    > work machine\n
    \n
    You do not need a Microsoft account to join a domain.
    """
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706122932 {#2721
    date: 2024-01-24 20:02:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
    "@ajayiyer@mastodon.social"
    "@wersooth@lemmy.ml"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2779 …}
  +nested: Doctrine\ORM\PersistentCollection {#2776 …}
  +votes: Doctrine\ORM\PersistentCollection {#2773 …}
  +reports: Doctrine\ORM\PersistentCollection {#2771 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2817 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2814 …}
  -id: 1178
  -bodyTs: "'account':9 'domain':13 'join':11 'machin':2 'microsoft':8 'need':6 'work':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2199279"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706122932 {#2651
    date: 2024-01-24 20:02:12.0 +01:00
  }
  +"title": 1178
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2328
  +user: Proxies\__CG__\App\Entity\User {#3080 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: Proxies\__CG__\App\Entity\Image {#3121 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
  +slug: "Feeling-the-lack-of-moderation-now-Reddit"
  +title: "Feeling the lack of moderation now Reddit?"
  +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
  +body: "Shocked Pikachu face meme."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 308
  +favouriteCount: 1407
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728550406 {#3116
    date: 2024-10-10 10:53:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3123 …}
  +votes: Doctrine\ORM\PersistentCollection {#3125 …}
  +reports: Doctrine\ORM\PersistentCollection {#3127 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
  +badges: Doctrine\ORM\PersistentCollection {#3133 …}
  +children: [
    1 => App\Entity\EntryComment {#2339
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1705644146 {#2343
        date: 2024-01-19 07:02:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kratoz29@lemm.ee"
        "@Xirup@lemmy.dbzer0.com"
        "@kratoz29@lemm.ee"
        "@Xirup@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 321669
      -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131651"
      +editedAt: DateTimeImmutable @1726604317 {#2336
        date: 2024-09-17 22:18:37.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705644146 {#2335
        date: 2024-01-19 07:02:26.0 +01:00
      }
      +"title": 321669
    }
    0 => App\Entity\EntryComment {#2289
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +body: """
        > “solve”\n
        \n
        > to make your site good\n
        \n
        > unsustainable\n
        \n
        I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1705642125 {#2331
        date: 2024-01-19 06:28:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kratoz29@lemm.ee"
        "@Excrubulent@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 321599
      -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131595"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705642125 {#2314
        date: 2024-01-19 06:28:45.0 +01:00
      }
      +"title": 321599
    }
  ]
  -id: 31643
  -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
  -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719720
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21278967"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705633320 {#3102
    date: 2024-01-19 04:02: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
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2328
  +user: Proxies\__CG__\App\Entity\User {#3080 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: Proxies\__CG__\App\Entity\Image {#3121 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
  +slug: "Feeling-the-lack-of-moderation-now-Reddit"
  +title: "Feeling the lack of moderation now Reddit?"
  +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
  +body: "Shocked Pikachu face meme."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 308
  +favouriteCount: 1407
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728550406 {#3116
    date: 2024-10-10 10:53:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3123 …}
  +votes: Doctrine\ORM\PersistentCollection {#3125 …}
  +reports: Doctrine\ORM\PersistentCollection {#3127 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
  +badges: Doctrine\ORM\PersistentCollection {#3133 …}
  +children: [
    1 => App\Entity\EntryComment {#2339
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1705644146 {#2343
        date: 2024-01-19 07:02:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kratoz29@lemm.ee"
        "@Xirup@lemmy.dbzer0.com"
        "@kratoz29@lemm.ee"
        "@Xirup@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 321669
      -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131651"
      +editedAt: DateTimeImmutable @1726604317 {#2336
        date: 2024-09-17 22:18:37.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705644146 {#2335
        date: 2024-01-19 07:02:26.0 +01:00
      }
      +"title": 321669
    }
    0 => App\Entity\EntryComment {#2289
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +body: """
        > “solve”\n
        \n
        > to make your site good\n
        \n
        > unsustainable\n
        \n
        I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1705642125 {#2331
        date: 2024-01-19 06:28:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kratoz29@lemm.ee"
        "@Excrubulent@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 321599
      -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131595"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705642125 {#2314
        date: 2024-01-19 06:28:45.0 +01:00
      }
      +"title": 321599
    }
  ]
  -id: 31643
  -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
  -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719720
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21278967"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705633320 {#3102
    date: 2024-01-19 04:02: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
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2328
  +user: Proxies\__CG__\App\Entity\User {#3080 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: Proxies\__CG__\App\Entity\Image {#3121 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
  +slug: "Feeling-the-lack-of-moderation-now-Reddit"
  +title: "Feeling the lack of moderation now Reddit?"
  +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
  +body: "Shocked Pikachu face meme."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 308
  +favouriteCount: 1407
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728550406 {#3116
    date: 2024-10-10 10:53:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3123 …}
  +votes: Doctrine\ORM\PersistentCollection {#3125 …}
  +reports: Doctrine\ORM\PersistentCollection {#3127 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
  +badges: Doctrine\ORM\PersistentCollection {#3133 …}
  +children: [
    1 => App\Entity\EntryComment {#2339
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1705644146 {#2343
        date: 2024-01-19 07:02:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kratoz29@lemm.ee"
        "@Xirup@lemmy.dbzer0.com"
        "@kratoz29@lemm.ee"
        "@Xirup@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 321669
      -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131651"
      +editedAt: DateTimeImmutable @1726604317 {#2336
        date: 2024-09-17 22:18:37.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705644146 {#2335
        date: 2024-01-19 07:02:26.0 +01:00
      }
      +"title": 321669
    }
    0 => App\Entity\EntryComment {#2289
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
      +body: """
        > “solve”\n
        \n
        > to make your site good\n
        \n
        > unsustainable\n
        \n
        I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1705642125 {#2331
        date: 2024-01-19 06:28:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kratoz29@lemm.ee"
        "@Excrubulent@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2325 …}
      +nested: Doctrine\ORM\PersistentCollection {#2329 …}
      +votes: Doctrine\ORM\PersistentCollection {#2323 …}
      +reports: Doctrine\ORM\PersistentCollection {#2300 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
      -id: 321599
      -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131595"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705642125 {#2314
        date: 2024-01-19 06:28:45.0 +01:00
      }
      +"title": 321599
    }
  ]
  -id: 31643
  -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
  -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719720
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21278967"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705633320 {#3102
    date: 2024-01-19 04:02: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
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#3080 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: Proxies\__CG__\App\Entity\Image {#3121 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "Feeling-the-lack-of-moderation-now-Reddit"
    +title: "Feeling the lack of moderation now Reddit?"
    +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
    +body: "Shocked Pikachu face meme."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 308
    +favouriteCount: 1407
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550406 {#3116
      date: 2024-10-10 10:53:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3123 …}
    +votes: Doctrine\ORM\PersistentCollection {#3125 …}
    +reports: Doctrine\ORM\PersistentCollection {#3127 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
    +badges: Doctrine\ORM\PersistentCollection {#3133 …}
    +children: [
      1 => App\Entity\EntryComment {#2339}
      0 => App\Entity\EntryComment {#2289
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
        +body: """
          > “solve”\n
          \n
          > to make your site good\n
          \n
          > unsustainable\n
          \n
          I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 36
        +score: 0
        +lastActive: DateTime @1705642125 {#2331
          date: 2024-01-19 06:28:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kratoz29@lemm.ee"
          "@Excrubulent@slrpnk.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2325 …}
        +nested: Doctrine\ORM\PersistentCollection {#2329 …}
        +votes: Doctrine\ORM\PersistentCollection {#2323 …}
        +reports: Doctrine\ORM\PersistentCollection {#2300 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
        -id: 321599
        -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2131595"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705642125 {#2314
          date: 2024-01-19 06:28:45.0 +01:00
        }
        +"title": 321599
      }
    ]
    -id: 31643
    -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
    -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705719720
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21278967"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705633320 {#3102
      date: 2024-01-19 04:02:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1705644146 {#2343
    date: 2024-01-19 07:02:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kratoz29@lemm.ee"
    "@Xirup@lemmy.dbzer0.com"
    "@kratoz29@lemm.ee"
    "@Xirup@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 321669
  -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131651"
  +editedAt: DateTimeImmutable @1726604317 {#2336
    date: 2024-09-17 22:18:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705644146 {#2335
    date: 2024-01-19 07:02:26.0 +01:00
  }
  +"title": 321669
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#3080 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: Proxies\__CG__\App\Entity\Image {#3121 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "Feeling-the-lack-of-moderation-now-Reddit"
    +title: "Feeling the lack of moderation now Reddit?"
    +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
    +body: "Shocked Pikachu face meme."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 308
    +favouriteCount: 1407
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550406 {#3116
      date: 2024-10-10 10:53:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3123 …}
    +votes: Doctrine\ORM\PersistentCollection {#3125 …}
    +reports: Doctrine\ORM\PersistentCollection {#3127 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
    +badges: Doctrine\ORM\PersistentCollection {#3133 …}
    +children: [
      1 => App\Entity\EntryComment {#2339}
      0 => App\Entity\EntryComment {#2289
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
        +body: """
          > “solve”\n
          \n
          > to make your site good\n
          \n
          > unsustainable\n
          \n
          I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 36
        +score: 0
        +lastActive: DateTime @1705642125 {#2331
          date: 2024-01-19 06:28:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kratoz29@lemm.ee"
          "@Excrubulent@slrpnk.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2325 …}
        +nested: Doctrine\ORM\PersistentCollection {#2329 …}
        +votes: Doctrine\ORM\PersistentCollection {#2323 …}
        +reports: Doctrine\ORM\PersistentCollection {#2300 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
        -id: 321599
        -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2131595"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705642125 {#2314
          date: 2024-01-19 06:28:45.0 +01:00
        }
        +"title": 321599
      }
    ]
    -id: 31643
    -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
    -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705719720
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21278967"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705633320 {#3102
      date: 2024-01-19 04:02:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1705644146 {#2343
    date: 2024-01-19 07:02:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kratoz29@lemm.ee"
    "@Xirup@lemmy.dbzer0.com"
    "@kratoz29@lemm.ee"
    "@Xirup@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 321669
  -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131651"
  +editedAt: DateTimeImmutable @1726604317 {#2336
    date: 2024-09-17 22:18:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705644146 {#2335
    date: 2024-01-19 07:02:26.0 +01:00
  }
  +"title": 321669
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#3080 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: Proxies\__CG__\App\Entity\Image {#3121 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "Feeling-the-lack-of-moderation-now-Reddit"
    +title: "Feeling the lack of moderation now Reddit?"
    +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
    +body: "Shocked Pikachu face meme."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 308
    +favouriteCount: 1407
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550406 {#3116
      date: 2024-10-10 10:53:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3123 …}
    +votes: Doctrine\ORM\PersistentCollection {#3125 …}
    +reports: Doctrine\ORM\PersistentCollection {#3127 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
    +badges: Doctrine\ORM\PersistentCollection {#3133 …}
    +children: [
      1 => App\Entity\EntryComment {#2339}
      0 => App\Entity\EntryComment {#2289
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
        +body: """
          > “solve”\n
          \n
          > to make your site good\n
          \n
          > unsustainable\n
          \n
          I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 36
        +score: 0
        +lastActive: DateTime @1705642125 {#2331
          date: 2024-01-19 06:28:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kratoz29@lemm.ee"
          "@Excrubulent@slrpnk.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2325 …}
        +nested: Doctrine\ORM\PersistentCollection {#2329 …}
        +votes: Doctrine\ORM\PersistentCollection {#2323 …}
        +reports: Doctrine\ORM\PersistentCollection {#2300 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
        -id: 321599
        -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2131595"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705642125 {#2314
          date: 2024-01-19 06:28:45.0 +01:00
        }
        +"title": 321599
      }
    ]
    -id: 31643
    -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
    -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705719720
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21278967"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705633320 {#3102
      date: 2024-01-19 04:02:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1705644146 {#2343
    date: 2024-01-19 07:02:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kratoz29@lemm.ee"
    "@Xirup@lemmy.dbzer0.com"
    "@kratoz29@lemm.ee"
    "@Xirup@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 321669
  -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131651"
  +editedAt: DateTimeImmutable @1726604317 {#2336
    date: 2024-09-17 22:18:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705644146 {#2335
    date: 2024-01-19 07:02:26.0 +01:00
  }
  +"title": 321669
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2289
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#3080 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: Proxies\__CG__\App\Entity\Image {#3121 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "Feeling-the-lack-of-moderation-now-Reddit"
    +title: "Feeling the lack of moderation now Reddit?"
    +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
    +body: "Shocked Pikachu face meme."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 308
    +favouriteCount: 1407
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550406 {#3116
      date: 2024-10-10 10:53:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3123 …}
    +votes: Doctrine\ORM\PersistentCollection {#3125 …}
    +reports: Doctrine\ORM\PersistentCollection {#3127 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
    +badges: Doctrine\ORM\PersistentCollection {#3133 …}
    +children: [
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1705644146 {#2343
          date: 2024-01-19 07:02:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kratoz29@lemm.ee"
          "@Xirup@lemmy.dbzer0.com"
          "@kratoz29@lemm.ee"
          "@Xirup@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 321669
        -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2131651"
        +editedAt: DateTimeImmutable @1726604317 {#2336
          date: 2024-09-17 22:18:37.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705644146 {#2335
          date: 2024-01-19 07:02:26.0 +01:00
        }
        +"title": 321669
      }
      0 => App\Entity\EntryComment {#2289}
    ]
    -id: 31643
    -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
    -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705719720
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21278967"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705633320 {#3102
      date: 2024-01-19 04:02:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +body: """
    > “solve”\n
    \n
    > to make your site good\n
    \n
    > unsustainable\n
    \n
    I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1705642125 {#2331
    date: 2024-01-19 06:28:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kratoz29@lemm.ee"
    "@Excrubulent@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 321599
  -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131595"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705642125 {#2314
    date: 2024-01-19 06:28:45.0 +01:00
  }
  +"title": 321599
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2289
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#3080 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: Proxies\__CG__\App\Entity\Image {#3121 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "Feeling-the-lack-of-moderation-now-Reddit"
    +title: "Feeling the lack of moderation now Reddit?"
    +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
    +body: "Shocked Pikachu face meme."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 308
    +favouriteCount: 1407
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550406 {#3116
      date: 2024-10-10 10:53:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3123 …}
    +votes: Doctrine\ORM\PersistentCollection {#3125 …}
    +reports: Doctrine\ORM\PersistentCollection {#3127 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
    +badges: Doctrine\ORM\PersistentCollection {#3133 …}
    +children: [
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1705644146 {#2343
          date: 2024-01-19 07:02:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kratoz29@lemm.ee"
          "@Xirup@lemmy.dbzer0.com"
          "@kratoz29@lemm.ee"
          "@Xirup@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 321669
        -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2131651"
        +editedAt: DateTimeImmutable @1726604317 {#2336
          date: 2024-09-17 22:18:37.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705644146 {#2335
          date: 2024-01-19 07:02:26.0 +01:00
        }
        +"title": 321669
      }
      0 => App\Entity\EntryComment {#2289}
    ]
    -id: 31643
    -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
    -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705719720
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21278967"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705633320 {#3102
      date: 2024-01-19 04:02:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +body: """
    > “solve”\n
    \n
    > to make your site good\n
    \n
    > unsustainable\n
    \n
    I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1705642125 {#2331
    date: 2024-01-19 06:28:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kratoz29@lemm.ee"
    "@Excrubulent@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 321599
  -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131595"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705642125 {#2314
    date: 2024-01-19 06:28:45.0 +01:00
  }
  +"title": 321599
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2289
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#3080 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: Proxies\__CG__\App\Entity\Image {#3121 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "Feeling-the-lack-of-moderation-now-Reddit"
    +title: "Feeling the lack of moderation now Reddit?"
    +url: "https://lemm.ee/pictrs/image/efe4bfee-963e-4066-8548-0aaed0c1daf7.jpeg"
    +body: "Shocked Pikachu face meme."
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 308
    +favouriteCount: 1407
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728550406 {#3116
      date: 2024-10-10 10:53:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3123 …}
    +votes: Doctrine\ORM\PersistentCollection {#3125 …}
    +reports: Doctrine\ORM\PersistentCollection {#3127 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3129 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3131 …}
    +badges: Doctrine\ORM\PersistentCollection {#3133 …}
    +children: [
      1 => App\Entity\EntryComment {#2339
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
        +body: "Reddit used to have an open API. A lot of mobile apps sprung up to access reddit over the years, with different features. Reddit gained a lot of loyal members through users of these apps, but couldn’t make ad revenue off them. Reddit decided last summer to start charging a lot of money to these app developers to continue using the API. A few of the apps started a for-pay subscription model to continue operating, but many just shut down their apps. Many redditors and Reddit mods revolted, because these apps made the site usable (some of them offered advanced mod tools, etc). We protested, shut down subreddits temporarily or permanently, deleted our accounts, moved to new platforms (like lemmy/kbin), etc. This was basically a move to maximize their ad revenue while Reddit positions itself for an IPO. It was really not cool."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1705644146 {#2343
          date: 2024-01-19 07:02:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kratoz29@lemm.ee"
          "@Xirup@lemmy.dbzer0.com"
          "@kratoz29@lemm.ee"
          "@Xirup@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2159 …}
        +nested: Doctrine\ORM\PersistentCollection {#2135 …}
        +votes: Doctrine\ORM\PersistentCollection {#2137 …}
        +reports: Doctrine\ORM\PersistentCollection {#2068 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
        -id: 321669
        -bodyTs: "'access':16 'account':117 'ad':40,133 'advanc':103 'api':7,63 'app':12,35,57,68,85,94 'basic':127 'charg':50 'continu':60,77 'cool':146 'couldn':37 'decid':45 'delet':115 'develop':58 'differ':22 'etc':106,124 'featur':23 'for-pay':71 'gain':25 'ipo':141 'last':46 'lemmy/kbin':123 'like':122 'lot':9,27,52 'loyal':29 'made':95 'make':39 'mani':80,86 'maxim':131 'member':30 'mobil':11 'mod':90,104 'model':75 'money':54 'move':118,129 'new':120 'offer':102 'open':6 'oper':78 'pay':73 'perman':114 'platform':121 'posit':137 'protest':108 'realli':144 'reddit':1,17,24,44,89,136 'redditor':87 'revenu':41,134 'revolt':91 'shut':82,109 'site':97 'sprung':13 'start':49,69 'subreddit':111 'subscript':74 'summer':47 'temporarili':112 'tool':105 'usabl':98 'use':2,61 'user':32 'year':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2131651"
        +editedAt: DateTimeImmutable @1726604317 {#2336
          date: 2024-09-17 22:18:37.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705644146 {#2335
          date: 2024-01-19 07:02:26.0 +01:00
        }
        +"title": 321669
      }
      0 => App\Entity\EntryComment {#2289}
    ]
    -id: 31643
    -titleTs: "'feel':1 'lack':3 'moder':5 'reddit':7"
    -bodyTs: "'face':3 'meme':4 'pikachu':2 'shock':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705719720
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21278967"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705633320 {#3102
      date: 2024-01-19 04:02:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2191 …}
  +body: """
    > “solve”\n
    \n
    > to make your site good\n
    \n
    > unsustainable\n
    \n
    I think you’re misunderstanding reddit’s goal. Over the past year, they have been in IPO mode. They don’t care about making the site good or attracting a healthy community. They want to cash out and are burning down any structures that are providing any resistance to that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1705642125 {#2331
    date: 2024-01-19 06:28:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kratoz29@lemm.ee"
    "@Excrubulent@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2325 …}
  +nested: Doctrine\ORM\PersistentCollection {#2329 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2300 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2340 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2342 …}
  -id: 321599
  -bodyTs: "'attract':36 'burn':47 'care':29 'cash':43 'communiti':39 'goal':15 'good':6,34 'healthi':38 'ipo':24 'make':3,31 'misunderstand':12 'mode':25 'past':18 'provid':53 're':11 'reddit':13 'resist':55 'site':5,33 'solv':1 'structur':50 'think':9 'unsustain':7 'want':41 'year':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131595"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705642125 {#2314
    date: 2024-01-19 06:28:45.0 +01:00
  }
  +"title": 321599
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2465
  +user: Proxies\__CG__\App\Entity\User {#3023 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3063 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
  +slug: "Glory-to-our-new-overlords"
  +title: "Glory to our new overlords!"
  +url: "https://lemmy.ml/pictrs/image/db8dc3ce-2b0c-43ca-9398-db0f7147d37f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722613386 {#3058
    date: 2024-08-02 17:43:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3065 …}
  +votes: Doctrine\ORM\PersistentCollection {#3067 …}
  +reports: Doctrine\ORM\PersistentCollection {#3069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3073 …}
  +badges: Doctrine\ORM\PersistentCollection {#3075 …}
  +children: [
    App\Entity\EntryComment {#1707
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2465 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +body: "In other words, millennial media tired, zoomer media bussin’."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704843267 {#1741
        date: 2024-01-10 00:34:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZWho63@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2463 …}
      +nested: Doctrine\ORM\PersistentCollection {#2411 …}
      +votes: Doctrine\ORM\PersistentCollection {#2422 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
      -id: 294592
      -bodyTs: "'bussin':9 'media':5,8 'millenni':4 'tire':6 'word':3 'zoomer':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1997024"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704843267 {#1740
        date: 2024-01-10 00:34:27.0 +01:00
      }
      +"title": 294592
    }
  ]
  -id: 28465
  -titleTs: "'glori':1 'new':4 'overlord':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704919465
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10317395"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704833065 {#3046
    date: 2024-01-09 21:44:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2465
  +user: Proxies\__CG__\App\Entity\User {#3023 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3063 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
  +slug: "Glory-to-our-new-overlords"
  +title: "Glory to our new overlords!"
  +url: "https://lemmy.ml/pictrs/image/db8dc3ce-2b0c-43ca-9398-db0f7147d37f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722613386 {#3058
    date: 2024-08-02 17:43:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3065 …}
  +votes: Doctrine\ORM\PersistentCollection {#3067 …}
  +reports: Doctrine\ORM\PersistentCollection {#3069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3073 …}
  +badges: Doctrine\ORM\PersistentCollection {#3075 …}
  +children: [
    App\Entity\EntryComment {#1707
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2465 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +body: "In other words, millennial media tired, zoomer media bussin’."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704843267 {#1741
        date: 2024-01-10 00:34:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZWho63@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2463 …}
      +nested: Doctrine\ORM\PersistentCollection {#2411 …}
      +votes: Doctrine\ORM\PersistentCollection {#2422 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
      -id: 294592
      -bodyTs: "'bussin':9 'media':5,8 'millenni':4 'tire':6 'word':3 'zoomer':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1997024"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704843267 {#1740
        date: 2024-01-10 00:34:27.0 +01:00
      }
      +"title": 294592
    }
  ]
  -id: 28465
  -titleTs: "'glori':1 'new':4 'overlord':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704919465
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10317395"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704833065 {#3046
    date: 2024-01-09 21:44:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2465
  +user: Proxies\__CG__\App\Entity\User {#3023 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3063 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
  +slug: "Glory-to-our-new-overlords"
  +title: "Glory to our new overlords!"
  +url: "https://lemmy.ml/pictrs/image/db8dc3ce-2b0c-43ca-9398-db0f7147d37f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 57
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722613386 {#3058
    date: 2024-08-02 17:43:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3065 …}
  +votes: Doctrine\ORM\PersistentCollection {#3067 …}
  +reports: Doctrine\ORM\PersistentCollection {#3069 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3073 …}
  +badges: Doctrine\ORM\PersistentCollection {#3075 …}
  +children: [
    App\Entity\EntryComment {#1707
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2465 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +body: "In other words, millennial media tired, zoomer media bussin’."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704843267 {#1741
        date: 2024-01-10 00:34:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZWho63@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2463 …}
      +nested: Doctrine\ORM\PersistentCollection {#2411 …}
      +votes: Doctrine\ORM\PersistentCollection {#2422 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
      -id: 294592
      -bodyTs: "'bussin':9 'media':5,8 'millenni':4 'tire':6 'word':3 'zoomer':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1997024"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704843267 {#1740
        date: 2024-01-10 00:34:27.0 +01:00
      }
      +"title": 294592
    }
  ]
  -id: 28465
  -titleTs: "'glori':1 'new':4 'overlord':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704919465
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10317395"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704833065 {#3046
    date: 2024-01-09 21:44:25.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\EntryComment {#1707
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2465
    +user: Proxies\__CG__\App\Entity\User {#3023 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3063 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
    +slug: "Glory-to-our-new-overlords"
    +title: "Glory to our new overlords!"
    +url: "https://lemmy.ml/pictrs/image/db8dc3ce-2b0c-43ca-9398-db0f7147d37f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 270
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722613386 {#3058
      date: 2024-08-02 17:43:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3065 …}
    +votes: Doctrine\ORM\PersistentCollection {#3067 …}
    +reports: Doctrine\ORM\PersistentCollection {#3069 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3071 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3073 …}
    +badges: Doctrine\ORM\PersistentCollection {#3075 …}
    +children: [
      App\Entity\EntryComment {#1707}
    ]
    -id: 28465
    -titleTs: "'glori':1 'new':4 'overlord':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704919465
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10317395"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704833065 {#3046
      date: 2024-01-09 21:44:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +body: "In other words, millennial media tired, zoomer media bussin’."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704843267 {#1741
    date: 2024-01-10 00:34:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZWho63@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2463 …}
  +nested: Doctrine\ORM\PersistentCollection {#2411 …}
  +votes: Doctrine\ORM\PersistentCollection {#2422 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 294592
  -bodyTs: "'bussin':9 'media':5,8 'millenni':4 'tire':6 'word':3 'zoomer':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1997024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704843267 {#1740
    date: 2024-01-10 00:34:27.0 +01:00
  }
  +"title": 294592
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\EntryComment {#1707
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2465
    +user: Proxies\__CG__\App\Entity\User {#3023 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3063 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
    +slug: "Glory-to-our-new-overlords"
    +title: "Glory to our new overlords!"
    +url: "https://lemmy.ml/pictrs/image/db8dc3ce-2b0c-43ca-9398-db0f7147d37f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 270
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722613386 {#3058
      date: 2024-08-02 17:43:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3065 …}
    +votes: Doctrine\ORM\PersistentCollection {#3067 …}
    +reports: Doctrine\ORM\PersistentCollection {#3069 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3071 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3073 …}
    +badges: Doctrine\ORM\PersistentCollection {#3075 …}
    +children: [
      App\Entity\EntryComment {#1707}
    ]
    -id: 28465
    -titleTs: "'glori':1 'new':4 'overlord':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704919465
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10317395"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704833065 {#3046
      date: 2024-01-09 21:44:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +body: "In other words, millennial media tired, zoomer media bussin’."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704843267 {#1741
    date: 2024-01-10 00:34:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZWho63@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2463 …}
  +nested: Doctrine\ORM\PersistentCollection {#2411 …}
  +votes: Doctrine\ORM\PersistentCollection {#2422 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 294592
  -bodyTs: "'bussin':9 'media':5,8 'millenni':4 'tire':6 'word':3 'zoomer':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1997024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704843267 {#1740
    date: 2024-01-10 00:34:27.0 +01:00
  }
  +"title": 294592
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\EntryComment {#1707
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2465
    +user: Proxies\__CG__\App\Entity\User {#3023 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3063 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
    +slug: "Glory-to-our-new-overlords"
    +title: "Glory to our new overlords!"
    +url: "https://lemmy.ml/pictrs/image/db8dc3ce-2b0c-43ca-9398-db0f7147d37f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 57
    +favouriteCount: 270
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722613386 {#3058
      date: 2024-08-02 17:43:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3065 …}
    +votes: Doctrine\ORM\PersistentCollection {#3067 …}
    +reports: Doctrine\ORM\PersistentCollection {#3069 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3071 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3073 …}
    +badges: Doctrine\ORM\PersistentCollection {#3075 …}
    +children: [
      App\Entity\EntryComment {#1707}
    ]
    -id: 28465
    -titleTs: "'glori':1 'new':4 'overlord':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704919465
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10317395"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704833065 {#3046
      date: 2024-01-09 21:44:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +body: "In other words, millennial media tired, zoomer media bussin’."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704843267 {#1741
    date: 2024-01-10 00:34:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZWho63@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2463 …}
  +nested: Doctrine\ORM\PersistentCollection {#2411 …}
  +votes: Doctrine\ORM\PersistentCollection {#2422 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 294592
  -bodyTs: "'bussin':9 'media':5,8 'millenni':4 'tire':6 'word':3 'zoomer':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1997024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704843267 {#1740
    date: 2024-01-10 00:34:27.0 +01:00
  }
  +"title": 294592
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#3043 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
  +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
  +title: "TIL that operating system Linux is an example of anarcho-communism"
  +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 253
  +favouriteCount: 539
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726582450 {#3077
    date: 2024-09-17 16:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3084 …}
  +votes: Doctrine\ORM\PersistentCollection {#3086 …}
  +reports: Doctrine\ORM\PersistentCollection {#3088 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
  +badges: Doctrine\ORM\PersistentCollection {#3094 …}
  +children: [
    1 => App\Entity\EntryComment {#1730
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "The article you link literally lists Linus under the referent candidates section."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704842459 {#1728
        date: 2024-01-10 00:20:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@joshcodes@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1735 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1714 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 294571
      -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1996912"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704842459 {#1736
        date: 2024-01-10 00:20:59.0 +01:00
      }
      +"title": 294571
    }
    0 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704868483 {#2457
        date: 2024-01-10 07:34:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@joshcodes@programming.dev"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2468 …}
      +nested: Doctrine\ORM\PersistentCollection {#2469 …}
      +votes: Doctrine\ORM\PersistentCollection {#2471 …}
      +reports: Doctrine\ORM\PersistentCollection {#2363 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
      -id: 295212
      -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2004758"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704868483 {#2454
        date: 2024-01-10 07:34:43.0 +01:00
      }
      +"title": 295212
    }
  ]
  -id: 28304
  -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704866865
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11968625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704780465 {#3064
    date: 2024-01-09 07:07:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#3043 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
  +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
  +title: "TIL that operating system Linux is an example of anarcho-communism"
  +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 253
  +favouriteCount: 539
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726582450 {#3077
    date: 2024-09-17 16:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3084 …}
  +votes: Doctrine\ORM\PersistentCollection {#3086 …}
  +reports: Doctrine\ORM\PersistentCollection {#3088 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
  +badges: Doctrine\ORM\PersistentCollection {#3094 …}
  +children: [
    1 => App\Entity\EntryComment {#1730
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "The article you link literally lists Linus under the referent candidates section."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704842459 {#1728
        date: 2024-01-10 00:20:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@joshcodes@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1735 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1714 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 294571
      -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1996912"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704842459 {#1736
        date: 2024-01-10 00:20:59.0 +01:00
      }
      +"title": 294571
    }
    0 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704868483 {#2457
        date: 2024-01-10 07:34:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@joshcodes@programming.dev"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2468 …}
      +nested: Doctrine\ORM\PersistentCollection {#2469 …}
      +votes: Doctrine\ORM\PersistentCollection {#2471 …}
      +reports: Doctrine\ORM\PersistentCollection {#2363 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
      -id: 295212
      -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2004758"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704868483 {#2454
        date: 2024-01-10 07:34:43.0 +01:00
      }
      +"title": 295212
    }
  ]
  -id: 28304
  -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704866865
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11968625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704780465 {#3064
    date: 2024-01-09 07:07:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#3043 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
  +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
  +title: "TIL that operating system Linux is an example of anarcho-communism"
  +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 253
  +favouriteCount: 539
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726582450 {#3077
    date: 2024-09-17 16:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3084 …}
  +votes: Doctrine\ORM\PersistentCollection {#3086 …}
  +reports: Doctrine\ORM\PersistentCollection {#3088 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
  +badges: Doctrine\ORM\PersistentCollection {#3094 …}
  +children: [
    1 => App\Entity\EntryComment {#1730
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "The article you link literally lists Linus under the referent candidates section."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704842459 {#1728
        date: 2024-01-10 00:20:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@joshcodes@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1735 …}
      +nested: Doctrine\ORM\PersistentCollection {#1729 …}
      +votes: Doctrine\ORM\PersistentCollection {#1719 …}
      +reports: Doctrine\ORM\PersistentCollection {#1714 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
      -id: 294571
      -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1996912"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704842459 {#1736
        date: 2024-01-10 00:20:59.0 +01:00
      }
      +"title": 294571
    }
    0 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704868483 {#2457
        date: 2024-01-10 07:34:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@joshcodes@programming.dev"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2468 …}
      +nested: Doctrine\ORM\PersistentCollection {#2469 …}
      +votes: Doctrine\ORM\PersistentCollection {#2471 …}
      +reports: Doctrine\ORM\PersistentCollection {#2363 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
      -id: 295212
      -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2004758"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704868483 {#2454
        date: 2024-01-10 07:34:43.0 +01:00
      }
      +"title": 295212
    }
  ]
  -id: 28304
  -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704866865
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11968625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704780465 {#3064
    date: 2024-01-09 07:07:45.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3043 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3077
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3084 …}
    +votes: Doctrine\ORM\PersistentCollection {#3086 …}
    +reports: Doctrine\ORM\PersistentCollection {#3088 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
    +badges: Doctrine\ORM\PersistentCollection {#3094 …}
    +children: [
      1 => App\Entity\EntryComment {#1730}
      0 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704868483 {#2457
          date: 2024-01-10 07:34:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@joshcodes@programming.dev"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2468 …}
        +nested: Doctrine\ORM\PersistentCollection {#2469 …}
        +votes: Doctrine\ORM\PersistentCollection {#2471 …}
        +reports: Doctrine\ORM\PersistentCollection {#2363 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
        -id: 295212
        -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2004758"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704868483 {#2454
          date: 2024-01-10 07:34:43.0 +01:00
        }
        +"title": 295212
      }
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3064
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "The article you link literally lists Linus under the referent candidates section."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704842459 {#1728
    date: 2024-01-10 00:20:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@joshcodes@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1735 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 294571
  -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1996912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704842459 {#1736
    date: 2024-01-10 00:20:59.0 +01:00
  }
  +"title": 294571
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3043 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3077
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3084 …}
    +votes: Doctrine\ORM\PersistentCollection {#3086 …}
    +reports: Doctrine\ORM\PersistentCollection {#3088 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
    +badges: Doctrine\ORM\PersistentCollection {#3094 …}
    +children: [
      1 => App\Entity\EntryComment {#1730}
      0 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704868483 {#2457
          date: 2024-01-10 07:34:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@joshcodes@programming.dev"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2468 …}
        +nested: Doctrine\ORM\PersistentCollection {#2469 …}
        +votes: Doctrine\ORM\PersistentCollection {#2471 …}
        +reports: Doctrine\ORM\PersistentCollection {#2363 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
        -id: 295212
        -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2004758"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704868483 {#2454
          date: 2024-01-10 07:34:43.0 +01:00
        }
        +"title": 295212
      }
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3064
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "The article you link literally lists Linus under the referent candidates section."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704842459 {#1728
    date: 2024-01-10 00:20:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@joshcodes@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1735 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 294571
  -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1996912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704842459 {#1736
    date: 2024-01-10 00:20:59.0 +01:00
  }
  +"title": 294571
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3043 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3077
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3084 …}
    +votes: Doctrine\ORM\PersistentCollection {#3086 …}
    +reports: Doctrine\ORM\PersistentCollection {#3088 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
    +badges: Doctrine\ORM\PersistentCollection {#3094 …}
    +children: [
      1 => App\Entity\EntryComment {#1730}
      0 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704868483 {#2457
          date: 2024-01-10 07:34:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@joshcodes@programming.dev"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2468 …}
        +nested: Doctrine\ORM\PersistentCollection {#2469 …}
        +votes: Doctrine\ORM\PersistentCollection {#2471 …}
        +reports: Doctrine\ORM\PersistentCollection {#2363 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
        -id: 295212
        -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2004758"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704868483 {#2454
          date: 2024-01-10 07:34:43.0 +01:00
        }
        +"title": 295212
      }
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3064
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "The article you link literally lists Linus under the referent candidates section."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704842459 {#1728
    date: 2024-01-10 00:20:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@joshcodes@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1735 …}
  +nested: Doctrine\ORM\PersistentCollection {#1729 …}
  +votes: Doctrine\ORM\PersistentCollection {#1719 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
  -id: 294571
  -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1996912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704842459 {#1736
    date: 2024-01-10 00:20:59.0 +01:00
  }
  +"title": 294571
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2455
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3043 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3077
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3084 …}
    +votes: Doctrine\ORM\PersistentCollection {#3086 …}
    +reports: Doctrine\ORM\PersistentCollection {#3088 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
    +badges: Doctrine\ORM\PersistentCollection {#3094 …}
    +children: [
      1 => App\Entity\EntryComment {#1730
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "The article you link literally lists Linus under the referent candidates section."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704842459 {#1728
          date: 2024-01-10 00:20:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@joshcodes@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 294571
        -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1996912"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704842459 {#1736
          date: 2024-01-10 00:20:59.0 +01:00
        }
        +"title": 294571
      }
      0 => App\Entity\EntryComment {#2455}
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3064
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704868483 {#2457
    date: 2024-01-10 07:34:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@joshcodes@programming.dev"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2468 …}
  +nested: Doctrine\ORM\PersistentCollection {#2469 …}
  +votes: Doctrine\ORM\PersistentCollection {#2471 …}
  +reports: Doctrine\ORM\PersistentCollection {#2363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
  -id: 295212
  -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2004758"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704868483 {#2454
    date: 2024-01-10 07:34:43.0 +01:00
  }
  +"title": 295212
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2455
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3043 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3077
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3084 …}
    +votes: Doctrine\ORM\PersistentCollection {#3086 …}
    +reports: Doctrine\ORM\PersistentCollection {#3088 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
    +badges: Doctrine\ORM\PersistentCollection {#3094 …}
    +children: [
      1 => App\Entity\EntryComment {#1730
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "The article you link literally lists Linus under the referent candidates section."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704842459 {#1728
          date: 2024-01-10 00:20:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@joshcodes@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 294571
        -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1996912"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704842459 {#1736
          date: 2024-01-10 00:20:59.0 +01:00
        }
        +"title": 294571
      }
      0 => App\Entity\EntryComment {#2455}
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3064
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704868483 {#2457
    date: 2024-01-10 07:34:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@joshcodes@programming.dev"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2468 …}
  +nested: Doctrine\ORM\PersistentCollection {#2469 …}
  +votes: Doctrine\ORM\PersistentCollection {#2471 …}
  +reports: Doctrine\ORM\PersistentCollection {#2363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
  -id: 295212
  -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2004758"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704868483 {#2454
    date: 2024-01-10 07:34:43.0 +01:00
  }
  +"title": 295212
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2455
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3043 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3082 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3077
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3084 …}
    +votes: Doctrine\ORM\PersistentCollection {#3086 …}
    +reports: Doctrine\ORM\PersistentCollection {#3088 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3090 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3092 …}
    +badges: Doctrine\ORM\PersistentCollection {#3094 …}
    +children: [
      1 => App\Entity\EntryComment {#1730
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
        +body: "The article you link literally lists Linus under the referent candidates section."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704842459 {#1728
          date: 2024-01-10 00:20:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@joshcodes@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1735 …}
        +nested: Doctrine\ORM\PersistentCollection {#1729 …}
        +votes: Doctrine\ORM\PersistentCollection {#1719 …}
        +reports: Doctrine\ORM\PersistentCollection {#1714 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1720 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1717 …}
        -id: 294571
        -bodyTs: "'articl':2 'candid':11 'link':4 'linus':7 'list':6 'liter':5 'refer':10 'section':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1996912"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704842459 {#1736
          date: 2024-01-10 00:20:59.0 +01:00
        }
        +"title": 294571
      }
      0 => App\Entity\EntryComment {#2455}
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3064
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +body: "Yes, that’s just how open source works. Of course they always serve at the pleasure of the community, otherwise forks would happen. Nobody said otherwise. As the “Usage” section of that article implies, the “benevolent” bit comes from the feedback loop of a happy community supporting their dictator-for-life."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704868483 {#2457
    date: 2024-01-10 07:34:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@joshcodes@programming.dev"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2468 …}
  +nested: Doctrine\ORM\PersistentCollection {#2469 …}
  +votes: Doctrine\ORM\PersistentCollection {#2471 …}
  +reports: Doctrine\ORM\PersistentCollection {#2363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2359 …}
  -id: 295212
  -bodyTs: "'alway':12 'articl':33 'benevol':36 'bit':37 'come':38 'communiti':19,46 'cours':10 'dictat':50 'dictator-for-lif':49 'feedback':41 'fork':21 'happen':23 'happi':45 'impli':34 'life':52 'loop':42 'nobodi':24 'open':6 'otherwis':20,26 'pleasur':16 'said':25 'section':30 'serv':13 'sourc':7 'support':47 'usag':29 'work':8 'would':22 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2004758"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704868483 {#2454
    date: 2024-01-10 07:34:43.0 +01:00
  }
  +"title": 295212
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2386
  +user: Proxies\__CG__\App\Entity\User {#2983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3025 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
  +slug: "Get-it-together"
  +title: "Get it together"
  +url: "https://lemmy.ml/pictrs/image/6f97d430-c15d-48bc-aa03-8cf06f64328f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 35
  +favouriteCount: 863
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722612666 {#3020
    date: 2024-08-02 17:31:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3028 …}
  +votes: Doctrine\ORM\PersistentCollection {#3030 …}
  +reports: Doctrine\ORM\PersistentCollection {#3032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3034 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3036 …}
  +badges: Doctrine\ORM\PersistentCollection {#3038 …}
  +children: [
    App\Entity\EntryComment {#2380
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2386 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        ![](https://beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)\n
        \n
        (46.8977650, -114.0367078)\n
        \n
        Missoula, MT USA
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 43
      +score: 0
      +lastActive: DateTime @1720950639 {#2364
        date: 2024-07-14 11:50:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 297677
      -bodyTs: "'-114.0367078':5 '/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':3 '46.8977650':4 'beehaw.org':2 'beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':1 'missoula':6 'mt':7 'usa':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2012754"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704929048 {#2372
        date: 2024-01-11 00:24:08.0 +01:00
      }
      +"title": 297677
    }
  ]
  -id: 28671
  -titleTs: "'get':1 'togeth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704989401
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10357284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704903001 {#3006
    date: 2024-01-10 17:10: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
83 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2386
  +user: Proxies\__CG__\App\Entity\User {#2983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3025 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
  +slug: "Get-it-together"
  +title: "Get it together"
  +url: "https://lemmy.ml/pictrs/image/6f97d430-c15d-48bc-aa03-8cf06f64328f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 35
  +favouriteCount: 863
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722612666 {#3020
    date: 2024-08-02 17:31:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3028 …}
  +votes: Doctrine\ORM\PersistentCollection {#3030 …}
  +reports: Doctrine\ORM\PersistentCollection {#3032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3034 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3036 …}
  +badges: Doctrine\ORM\PersistentCollection {#3038 …}
  +children: [
    App\Entity\EntryComment {#2380
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2386 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        ![](https://beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)\n
        \n
        (46.8977650, -114.0367078)\n
        \n
        Missoula, MT USA
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 43
      +score: 0
      +lastActive: DateTime @1720950639 {#2364
        date: 2024-07-14 11:50:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 297677
      -bodyTs: "'-114.0367078':5 '/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':3 '46.8977650':4 'beehaw.org':2 'beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':1 'missoula':6 'mt':7 'usa':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2012754"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704929048 {#2372
        date: 2024-01-11 00:24:08.0 +01:00
      }
      +"title": 297677
    }
  ]
  -id: 28671
  -titleTs: "'get':1 'togeth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704989401
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10357284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704903001 {#3006
    date: 2024-01-10 17:10: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
84 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2386
  +user: Proxies\__CG__\App\Entity\User {#2983 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3025 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
  +slug: "Get-it-together"
  +title: "Get it together"
  +url: "https://lemmy.ml/pictrs/image/6f97d430-c15d-48bc-aa03-8cf06f64328f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 35
  +favouriteCount: 863
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722612666 {#3020
    date: 2024-08-02 17:31:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3028 …}
  +votes: Doctrine\ORM\PersistentCollection {#3030 …}
  +reports: Doctrine\ORM\PersistentCollection {#3032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3034 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3036 …}
  +badges: Doctrine\ORM\PersistentCollection {#3038 …}
  +children: [
    App\Entity\EntryComment {#2380
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2386 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        ![](https://beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)\n
        \n
        (46.8977650, -114.0367078)\n
        \n
        Missoula, MT USA
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 43
      +score: 0
      +lastActive: DateTime @1720950639 {#2364
        date: 2024-07-14 11:50:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 297677
      -bodyTs: "'-114.0367078':5 '/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':3 '46.8977650':4 'beehaw.org':2 'beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':1 'missoula':6 'mt':7 'usa':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2012754"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704929048 {#2372
        date: 2024-01-11 00:24:08.0 +01:00
      }
      +"title": 297677
    }
  ]
  -id: 28671
  -titleTs: "'get':1 'togeth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704989401
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10357284"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704903001 {#3006
    date: 2024-01-10 17:10: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
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 {#2380
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386
    +user: Proxies\__CG__\App\Entity\User {#2983 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3025 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
    +slug: "Get-it-together"
    +title: "Get it together"
    +url: "https://lemmy.ml/pictrs/image/6f97d430-c15d-48bc-aa03-8cf06f64328f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 35
    +favouriteCount: 863
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722612666 {#3020
      date: 2024-08-02 17:31:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3028 …}
    +votes: Doctrine\ORM\PersistentCollection {#3030 …}
    +reports: Doctrine\ORM\PersistentCollection {#3032 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3034 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3036 …}
    +badges: Doctrine\ORM\PersistentCollection {#3038 …}
    +children: [
      App\Entity\EntryComment {#2380}
    ]
    -id: 28671
    -titleTs: "'get':1 'togeth':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704989401
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10357284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704903001 {#3006
      date: 2024-01-10 17:10:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    ![](https://beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)\n
    \n
    (46.8977650, -114.0367078)\n
    \n
    Missoula, MT USA
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 43
  +score: 0
  +lastActive: DateTime @1720950639 {#2364
    date: 2024-07-14 11:50:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 297677
  -bodyTs: "'-114.0367078':5 '/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':3 '46.8977650':4 'beehaw.org':2 'beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':1 'missoula':6 'mt':7 'usa':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2012754"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704929048 {#2372
    date: 2024-01-11 00:24:08.0 +01:00
  }
  +"title": 297677
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2380
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386
    +user: Proxies\__CG__\App\Entity\User {#2983 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3025 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
    +slug: "Get-it-together"
    +title: "Get it together"
    +url: "https://lemmy.ml/pictrs/image/6f97d430-c15d-48bc-aa03-8cf06f64328f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 35
    +favouriteCount: 863
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722612666 {#3020
      date: 2024-08-02 17:31:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3028 …}
    +votes: Doctrine\ORM\PersistentCollection {#3030 …}
    +reports: Doctrine\ORM\PersistentCollection {#3032 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3034 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3036 …}
    +badges: Doctrine\ORM\PersistentCollection {#3038 …}
    +children: [
      App\Entity\EntryComment {#2380}
    ]
    -id: 28671
    -titleTs: "'get':1 'togeth':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704989401
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10357284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704903001 {#3006
      date: 2024-01-10 17:10:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    ![](https://beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)\n
    \n
    (46.8977650, -114.0367078)\n
    \n
    Missoula, MT USA
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 43
  +score: 0
  +lastActive: DateTime @1720950639 {#2364
    date: 2024-07-14 11:50:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 297677
  -bodyTs: "'-114.0367078':5 '/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':3 '46.8977650':4 'beehaw.org':2 'beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':1 'missoula':6 'mt':7 'usa':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2012754"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704929048 {#2372
    date: 2024-01-11 00:24:08.0 +01:00
  }
  +"title": 297677
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2380
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386
    +user: Proxies\__CG__\App\Entity\User {#2983 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3025 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3027 …}
    +slug: "Get-it-together"
    +title: "Get it together"
    +url: "https://lemmy.ml/pictrs/image/6f97d430-c15d-48bc-aa03-8cf06f64328f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 35
    +favouriteCount: 863
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722612666 {#3020
      date: 2024-08-02 17:31:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3028 …}
    +votes: Doctrine\ORM\PersistentCollection {#3030 …}
    +reports: Doctrine\ORM\PersistentCollection {#3032 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3034 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3036 …}
    +badges: Doctrine\ORM\PersistentCollection {#3038 …}
    +children: [
      App\Entity\EntryComment {#2380}
    ]
    -id: 28671
    -titleTs: "'get':1 'togeth':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704989401
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10357284"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704903001 {#3006
      date: 2024-01-10 17:10:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    ![](https://beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)\n
    \n
    (46.8977650, -114.0367078)\n
    \n
    Missoula, MT USA
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 43
  +score: 0
  +lastActive: DateTime @1720950639 {#2364
    date: 2024-07-14 11:50:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 297677
  -bodyTs: "'-114.0367078':5 '/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':3 '46.8977650':4 'beehaw.org':2 'beehaw.org/pictrs/image/7e425145-8fe0-4c59-99e2-683575c34316.webp)':1 'missoula':6 'mt':7 'usa':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2012754"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704929048 {#2372
    date: 2024-01-11 00:24:08.0 +01:00
  }
  +"title": 297677
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2165
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
  +slug: "GTA-5-Java-Coffee-shop"
  +title: "GTA 5 Java Coffee shop"
  +url: "https://programming.dev/pictrs/image/f8770dc2-23ee-4a3a-b76c-ac471642f982.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727876040 {#3040
    date: 2024-10-02 15:34:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3045 …}
  +votes: Doctrine\ORM\PersistentCollection {#3048 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
  +badges: Doctrine\ORM\PersistentCollection {#3056 …}
  +children: [
    App\Entity\EntryComment {#2125
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: null
      +root: null
      +body: "This is great! When I play GTA, the only thing I want is HOT COFFEE."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705968628 {#2058
        date: 2024-01-23 01:10:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2041 …}
      +nested: Doctrine\ORM\PersistentCollection {#2100 …}
      +votes: Doctrine\ORM\PersistentCollection {#2105 …}
      +reports: Doctrine\ORM\PersistentCollection {#2111 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
      -id: 332976
      -bodyTs: "'coffe':15 'great':3 'gta':7 'hot':14 'play':6 'thing':10 'want':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2178655"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705968628 {#2053
        date: 2024-01-23 01:10:28.0 +01:00
      }
      +"title": 332976
    }
  ]
  -id: 32495
  -titleTs: "'5':2 'coffe':4 'gta':1 'java':3 'shop':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706051592
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8966057"
  +editedAt: DateTimeImmutable @1727787634 {#3026
    date: 2024-10-01 15:00:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705965192 {#3003
    date: 2024-01-23 00:13:12.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 {#2165
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
  +slug: "GTA-5-Java-Coffee-shop"
  +title: "GTA 5 Java Coffee shop"
  +url: "https://programming.dev/pictrs/image/f8770dc2-23ee-4a3a-b76c-ac471642f982.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727876040 {#3040
    date: 2024-10-02 15:34:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3045 …}
  +votes: Doctrine\ORM\PersistentCollection {#3048 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
  +badges: Doctrine\ORM\PersistentCollection {#3056 …}
  +children: [
    App\Entity\EntryComment {#2125
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: null
      +root: null
      +body: "This is great! When I play GTA, the only thing I want is HOT COFFEE."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705968628 {#2058
        date: 2024-01-23 01:10:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2041 …}
      +nested: Doctrine\ORM\PersistentCollection {#2100 …}
      +votes: Doctrine\ORM\PersistentCollection {#2105 …}
      +reports: Doctrine\ORM\PersistentCollection {#2111 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
      -id: 332976
      -bodyTs: "'coffe':15 'great':3 'gta':7 'hot':14 'play':6 'thing':10 'want':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2178655"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705968628 {#2053
        date: 2024-01-23 01:10:28.0 +01:00
      }
      +"title": 332976
    }
  ]
  -id: 32495
  -titleTs: "'5':2 'coffe':4 'gta':1 'java':3 'shop':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706051592
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8966057"
  +editedAt: DateTimeImmutable @1727787634 {#3026
    date: 2024-10-01 15:00:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705965192 {#3003
    date: 2024-01-23 00:13:12.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 {#2165
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
  +slug: "GTA-5-Java-Coffee-shop"
  +title: "GTA 5 Java Coffee shop"
  +url: "https://programming.dev/pictrs/image/f8770dc2-23ee-4a3a-b76c-ac471642f982.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 152
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727876040 {#3040
    date: 2024-10-02 15:34:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3045 …}
  +votes: Doctrine\ORM\PersistentCollection {#3048 …}
  +reports: Doctrine\ORM\PersistentCollection {#3050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
  +badges: Doctrine\ORM\PersistentCollection {#3056 …}
  +children: [
    App\Entity\EntryComment {#2125
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: null
      +root: null
      +body: "This is great! When I play GTA, the only thing I want is HOT COFFEE."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705968628 {#2058
        date: 2024-01-23 01:10:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2041 …}
      +nested: Doctrine\ORM\PersistentCollection {#2100 …}
      +votes: Doctrine\ORM\PersistentCollection {#2105 …}
      +reports: Doctrine\ORM\PersistentCollection {#2111 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
      -id: 332976
      -bodyTs: "'coffe':15 'great':3 'gta':7 'hot':14 'play':6 'thing':10 'want':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2178655"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705968628 {#2053
        date: 2024-01-23 01:10:28.0 +01:00
      }
      +"title": 332976
    }
  ]
  -id: 32495
  -titleTs: "'5':2 'coffe':4 'gta':1 'java':3 'shop':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706051592
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8966057"
  +editedAt: DateTimeImmutable @1727787634 {#3026
    date: 2024-10-01 15:00:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705965192 {#3003
    date: 2024-01-23 00:13:12.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 {#2125
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
    +slug: "GTA-5-Java-Coffee-shop"
    +title: "GTA 5 Java Coffee shop"
    +url: "https://programming.dev/pictrs/image/f8770dc2-23ee-4a3a-b76c-ac471642f982.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 152
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727876040 {#3040
      date: 2024-10-02 15:34:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3045 …}
    +votes: Doctrine\ORM\PersistentCollection {#3048 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
    +badges: Doctrine\ORM\PersistentCollection {#3056 …}
    +children: [
      App\Entity\EntryComment {#2125}
    ]
    -id: 32495
    -titleTs: "'5':2 'coffe':4 'gta':1 'java':3 'shop':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706051592
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8966057"
    +editedAt: DateTimeImmutable @1727787634 {#3026
      date: 2024-10-01 15:00:34.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705965192 {#3003
      date: 2024-01-23 00:13:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: null
  +root: null
  +body: "This is great! When I play GTA, the only thing I want is HOT COFFEE."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705968628 {#2058
    date: 2024-01-23 01:10:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2041 …}
  +nested: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  -id: 332976
  -bodyTs: "'coffe':15 'great':3 'gta':7 'hot':14 'play':6 'thing':10 'want':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2178655"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705968628 {#2053
    date: 2024-01-23 01:10:28.0 +01:00
  }
  +"title": 332976
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2125
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
    +slug: "GTA-5-Java-Coffee-shop"
    +title: "GTA 5 Java Coffee shop"
    +url: "https://programming.dev/pictrs/image/f8770dc2-23ee-4a3a-b76c-ac471642f982.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 152
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727876040 {#3040
      date: 2024-10-02 15:34:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3045 …}
    +votes: Doctrine\ORM\PersistentCollection {#3048 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
    +badges: Doctrine\ORM\PersistentCollection {#3056 …}
    +children: [
      App\Entity\EntryComment {#2125}
    ]
    -id: 32495
    -titleTs: "'5':2 'coffe':4 'gta':1 'java':3 'shop':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706051592
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8966057"
    +editedAt: DateTimeImmutable @1727787634 {#3026
      date: 2024-10-01 15:00:34.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705965192 {#3003
      date: 2024-01-23 00:13:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: null
  +root: null
  +body: "This is great! When I play GTA, the only thing I want is HOT COFFEE."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705968628 {#2058
    date: 2024-01-23 01:10:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2041 …}
  +nested: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  -id: 332976
  -bodyTs: "'coffe':15 'great':3 'gta':7 'hot':14 'play':6 'thing':10 'want':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2178655"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705968628 {#2053
    date: 2024-01-23 01:10:28.0 +01:00
  }
  +"title": 332976
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2125
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2165
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
    +slug: "GTA-5-Java-Coffee-shop"
    +title: "GTA 5 Java Coffee shop"
    +url: "https://programming.dev/pictrs/image/f8770dc2-23ee-4a3a-b76c-ac471642f982.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 10
    +favouriteCount: 152
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727876040 {#3040
      date: 2024-10-02 15:34:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3045 …}
    +votes: Doctrine\ORM\PersistentCollection {#3048 …}
    +reports: Doctrine\ORM\PersistentCollection {#3050 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3052 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3054 …}
    +badges: Doctrine\ORM\PersistentCollection {#3056 …}
    +children: [
      App\Entity\EntryComment {#2125}
    ]
    -id: 32495
    -titleTs: "'5':2 'coffe':4 'gta':1 'java':3 'shop':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706051592
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8966057"
    +editedAt: DateTimeImmutable @1727787634 {#3026
      date: 2024-10-01 15:00:34.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705965192 {#3003
      date: 2024-01-23 00:13:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: null
  +root: null
  +body: "This is great! When I play GTA, the only thing I want is HOT COFFEE."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705968628 {#2058
    date: 2024-01-23 01:10:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2041 …}
  +nested: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  -id: 332976
  -bodyTs: "'coffe':15 'great':3 'gta':7 'hot':14 'play':6 'thing':10 'want':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2178655"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705968628 {#2053
    date: 2024-01-23 01:10:28.0 +01:00
  }
  +"title": 332976
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2128
  +user: Proxies\__CG__\App\Entity\User {#2963 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: Proxies\__CG__\App\Entity\Image {#3005 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3007 …}
  +slug: "Flathub-Grows-Past-One-Million-Active-Users"
  +title: "Flathub Grows Past One Million Active Users"
  +url: "https://docs.flathub.org/blog/over-one-million-active-users-and-growing/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 299
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729234329 {#3000
    date: 2024-10-18 08:52:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3008 …}
  +votes: Doctrine\ORM\PersistentCollection {#3010 …}
  +reports: Doctrine\ORM\PersistentCollection {#3012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
  +badges: Doctrine\ORM\PersistentCollection {#3018 …}
  +children: [
    App\Entity\EntryComment {#2044
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2128 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
      +body: """
        > do I have a choice in being one of those million if there’s no easy way to compile it myself?\n
        \n
        You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706348721 {#2163
        date: 2024-01-27 10:45:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@joojmachine@lemmy.ml"
        "@aniki@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2043 …}
      +nested: Doctrine\ORM\PersistentCollection {#2215 …}
      +votes: Doctrine\ORM\PersistentCollection {#2198 …}
      +reports: Doctrine\ORM\PersistentCollection {#2227 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2214 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2225 …}
      -id: 344329
      -bodyTs: "'altogeth':57 'alway':23 'app':32 'applic':43,56 'brew':37 'choic':5,26 'compil':19 'differ':55 'document':34 'download':41 'easi':16 'found':53 'instal':36 'million':11 'nope':47 'one':8 'right':48 'say':35 'theme':45 'way':17 'yesterday':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2234722"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706348721 {#2162
        date: 2024-01-27 10:45:21.0 +01:00
      }
      +"title": 344329
    }
  ]
  -id: 33212
  -titleTs: "'activ':6 'flathub':1 'grow':2 'million':5 'one':4 'past':3 'user':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706365120
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11070567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706278720 {#2986
    date: 2024-01-26 15:18:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2128
  +user: Proxies\__CG__\App\Entity\User {#2963 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: Proxies\__CG__\App\Entity\Image {#3005 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3007 …}
  +slug: "Flathub-Grows-Past-One-Million-Active-Users"
  +title: "Flathub Grows Past One Million Active Users"
  +url: "https://docs.flathub.org/blog/over-one-million-active-users-and-growing/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 299
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729234329 {#3000
    date: 2024-10-18 08:52:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3008 …}
  +votes: Doctrine\ORM\PersistentCollection {#3010 …}
  +reports: Doctrine\ORM\PersistentCollection {#3012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
  +badges: Doctrine\ORM\PersistentCollection {#3018 …}
  +children: [
    App\Entity\EntryComment {#2044
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2128 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
      +body: """
        > do I have a choice in being one of those million if there’s no easy way to compile it myself?\n
        \n
        You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706348721 {#2163
        date: 2024-01-27 10:45:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@joojmachine@lemmy.ml"
        "@aniki@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2043 …}
      +nested: Doctrine\ORM\PersistentCollection {#2215 …}
      +votes: Doctrine\ORM\PersistentCollection {#2198 …}
      +reports: Doctrine\ORM\PersistentCollection {#2227 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2214 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2225 …}
      -id: 344329
      -bodyTs: "'altogeth':57 'alway':23 'app':32 'applic':43,56 'brew':37 'choic':5,26 'compil':19 'differ':55 'document':34 'download':41 'easi':16 'found':53 'instal':36 'million':11 'nope':47 'one':8 'right':48 'say':35 'theme':45 'way':17 'yesterday':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2234722"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706348721 {#2162
        date: 2024-01-27 10:45:21.0 +01:00
      }
      +"title": 344329
    }
  ]
  -id: 33212
  -titleTs: "'activ':6 'flathub':1 'grow':2 'million':5 'one':4 'past':3 'user':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706365120
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11070567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706278720 {#2986
    date: 2024-01-26 15:18:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2128
  +user: Proxies\__CG__\App\Entity\User {#2963 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: Proxies\__CG__\App\Entity\Image {#3005 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3007 …}
  +slug: "Flathub-Grows-Past-One-Million-Active-Users"
  +title: "Flathub Grows Past One Million Active Users"
  +url: "https://docs.flathub.org/blog/over-one-million-active-users-and-growing/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 299
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729234329 {#3000
    date: 2024-10-18 08:52:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3008 …}
  +votes: Doctrine\ORM\PersistentCollection {#3010 …}
  +reports: Doctrine\ORM\PersistentCollection {#3012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
  +badges: Doctrine\ORM\PersistentCollection {#3018 …}
  +children: [
    App\Entity\EntryComment {#2044
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2128 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
      +body: """
        > do I have a choice in being one of those million if there’s no easy way to compile it myself?\n
        \n
        You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706348721 {#2163
        date: 2024-01-27 10:45:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@joojmachine@lemmy.ml"
        "@aniki@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2043 …}
      +nested: Doctrine\ORM\PersistentCollection {#2215 …}
      +votes: Doctrine\ORM\PersistentCollection {#2198 …}
      +reports: Doctrine\ORM\PersistentCollection {#2227 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2214 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2225 …}
      -id: 344329
      -bodyTs: "'altogeth':57 'alway':23 'app':32 'applic':43,56 'brew':37 'choic':5,26 'compil':19 'differ':55 'document':34 'download':41 'easi':16 'found':53 'instal':36 'million':11 'nope':47 'one':8 'right':48 'say':35 'theme':45 'way':17 'yesterday':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2234722"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706348721 {#2162
        date: 2024-01-27 10:45:21.0 +01:00
      }
      +"title": 344329
    }
  ]
  -id: 33212
  -titleTs: "'activ':6 'flathub':1 'grow':2 'million':5 'one':4 'past':3 'user':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706365120
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11070567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706278720 {#2986
    date: 2024-01-26 15:18:40.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2044
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2128
    +user: Proxies\__CG__\App\Entity\User {#2963 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: Proxies\__CG__\App\Entity\Image {#3005 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3007 …}
    +slug: "Flathub-Grows-Past-One-Million-Active-Users"
    +title: "Flathub Grows Past One Million Active Users"
    +url: "https://docs.flathub.org/blog/over-one-million-active-users-and-growing/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 299
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729234329 {#3000
      date: 2024-10-18 08:52:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3008 …}
    +votes: Doctrine\ORM\PersistentCollection {#3010 …}
    +reports: Doctrine\ORM\PersistentCollection {#3012 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
    +badges: Doctrine\ORM\PersistentCollection {#3018 …}
    +children: [
      App\Entity\EntryComment {#2044}
    ]
    -id: 33212
    -titleTs: "'activ':6 'flathub':1 'grow':2 'million':5 'one':4 'past':3 'user':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706365120
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11070567"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706278720 {#2986
      date: 2024-01-26 15:18:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
  +body: """
    > do I have a choice in being one of those million if there’s no easy way to compile it myself?\n
    \n
    You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706348721 {#2163
    date: 2024-01-27 10:45:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@joojmachine@lemmy.ml"
    "@aniki@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2043 …}
  +nested: Doctrine\ORM\PersistentCollection {#2215 …}
  +votes: Doctrine\ORM\PersistentCollection {#2198 …}
  +reports: Doctrine\ORM\PersistentCollection {#2227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2225 …}
  -id: 344329
  -bodyTs: "'altogeth':57 'alway':23 'app':32 'applic':43,56 'brew':37 'choic':5,26 'compil':19 'differ':55 'document':34 'download':41 'easi':16 'found':53 'instal':36 'million':11 'nope':47 'one':8 'right':48 'say':35 'theme':45 'way':17 'yesterday':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2234722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706348721 {#2162
    date: 2024-01-27 10:45:21.0 +01:00
  }
  +"title": 344329
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2044
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2128
    +user: Proxies\__CG__\App\Entity\User {#2963 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: Proxies\__CG__\App\Entity\Image {#3005 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3007 …}
    +slug: "Flathub-Grows-Past-One-Million-Active-Users"
    +title: "Flathub Grows Past One Million Active Users"
    +url: "https://docs.flathub.org/blog/over-one-million-active-users-and-growing/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 299
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729234329 {#3000
      date: 2024-10-18 08:52:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3008 …}
    +votes: Doctrine\ORM\PersistentCollection {#3010 …}
    +reports: Doctrine\ORM\PersistentCollection {#3012 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
    +badges: Doctrine\ORM\PersistentCollection {#3018 …}
    +children: [
      App\Entity\EntryComment {#2044}
    ]
    -id: 33212
    -titleTs: "'activ':6 'flathub':1 'grow':2 'million':5 'one':4 'past':3 'user':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706365120
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11070567"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706278720 {#2986
      date: 2024-01-26 15:18:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
  +body: """
    > do I have a choice in being one of those million if there’s no easy way to compile it myself?\n
    \n
    You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706348721 {#2163
    date: 2024-01-27 10:45:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@joojmachine@lemmy.ml"
    "@aniki@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2043 …}
  +nested: Doctrine\ORM\PersistentCollection {#2215 …}
  +votes: Doctrine\ORM\PersistentCollection {#2198 …}
  +reports: Doctrine\ORM\PersistentCollection {#2227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2225 …}
  -id: 344329
  -bodyTs: "'altogeth':57 'alway':23 'app':32 'applic':43,56 'brew':37 'choic':5,26 'compil':19 'differ':55 'document':34 'download':41 'easi':16 'found':53 'instal':36 'million':11 'nope':47 'one':8 'right':48 'say':35 'theme':45 'way':17 'yesterday':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2234722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706348721 {#2162
    date: 2024-01-27 10:45:21.0 +01:00
  }
  +"title": 344329
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2044
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2128
    +user: Proxies\__CG__\App\Entity\User {#2963 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: Proxies\__CG__\App\Entity\Image {#3005 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3007 …}
    +slug: "Flathub-Grows-Past-One-Million-Active-Users"
    +title: "Flathub Grows Past One Million Active Users"
    +url: "https://docs.flathub.org/blog/over-one-million-active-users-and-growing/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 299
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729234329 {#3000
      date: 2024-10-18 08:52:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3008 …}
    +votes: Doctrine\ORM\PersistentCollection {#3010 …}
    +reports: Doctrine\ORM\PersistentCollection {#3012 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3014 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3016 …}
    +badges: Doctrine\ORM\PersistentCollection {#3018 …}
    +children: [
      App\Entity\EntryComment {#2044}
    ]
    -id: 33212
    -titleTs: "'activ':6 'flathub':1 'grow':2 'million':5 'one':4 'past':3 'user':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706365120
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11070567"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706278720 {#2986
      date: 2024-01-26 15:18:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2127 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
  +body: """
    > do I have a choice in being one of those million if there’s no easy way to compile it myself?\n
    \n
    You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706348721 {#2163
    date: 2024-01-27 10:45:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@joojmachine@lemmy.ml"
    "@aniki@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2043 …}
  +nested: Doctrine\ORM\PersistentCollection {#2215 …}
  +votes: Doctrine\ORM\PersistentCollection {#2198 …}
  +reports: Doctrine\ORM\PersistentCollection {#2227 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2214 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2225 …}
  -id: 344329
  -bodyTs: "'altogeth':57 'alway':23 'app':32 'applic':43,56 'brew':37 'choic':5,26 'compil':19 'differ':55 'document':34 'download':41 'easi':16 'found':53 'instal':36 'million':11 'nope':47 'one':8 'right':48 'say':35 'theme':45 'way':17 'yesterday':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2234722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706348721 {#2162
    date: 2024-01-27 10:45:21.0 +01:00
  }
  +"title": 344329
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1559
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: Proxies\__CG__\App\Entity\Image {#2985 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
  +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
  +title: "Speed camera cut down for second time in Cornwall"
  +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
  +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 200
  +favouriteCount: 259
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704990755 {#2980
    date: 2024-01-11 17:32:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2988 …}
  +votes: Doctrine\ORM\PersistentCollection {#2990 …}
  +reports: Doctrine\ORM\PersistentCollection {#2992 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
  +badges: Doctrine\ORM\PersistentCollection {#2998 …}
  +children: [
    1 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +body: """
        > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
        \n
        No, it doesn’t?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704585590 {#1604
        date: 2024-01-07 00:59:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mondoman712@lemmy.ml"
        "@essellburns@beehaw.org"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1701 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1689 …}
      +reports: Doctrine\ORM\PersistentCollection {#1691 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
      -id: 287063
      -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1974227"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704585590 {#1596
        date: 2024-01-07 00:59:50.0 +01:00
      }
      +"title": 287063
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +body: """
        I don’t really get your argument.\n
        \n
        Speed cameras are designed to do one thing – issue citations for speeding.\n
        \n
        The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
        \n
        The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1704576298 {#1584
        date: 2024-01-06 22:24:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mondoman712@lemmy.ml"
        "@essellburns@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1562 …}
      +votes: Doctrine\ORM\PersistentCollection {#1554 …}
      +reports: Doctrine\ORM\PersistentCollection {#1556 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 286709
      -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1972596"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704576298 {#1548
        date: 2024-01-06 22:24:58.0 +01:00
      }
      +"title": 286709
    }
  ]
  -id: 27607
  -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
  -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704631517
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10191141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704545117 {#2966
    date: 2024-01-06 13:45:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1559
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: Proxies\__CG__\App\Entity\Image {#2985 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
  +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
  +title: "Speed camera cut down for second time in Cornwall"
  +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
  +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 200
  +favouriteCount: 259
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704990755 {#2980
    date: 2024-01-11 17:32:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2988 …}
  +votes: Doctrine\ORM\PersistentCollection {#2990 …}
  +reports: Doctrine\ORM\PersistentCollection {#2992 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
  +badges: Doctrine\ORM\PersistentCollection {#2998 …}
  +children: [
    1 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +body: """
        > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
        \n
        No, it doesn’t?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704585590 {#1604
        date: 2024-01-07 00:59:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mondoman712@lemmy.ml"
        "@essellburns@beehaw.org"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1701 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1689 …}
      +reports: Doctrine\ORM\PersistentCollection {#1691 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
      -id: 287063
      -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1974227"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704585590 {#1596
        date: 2024-01-07 00:59:50.0 +01:00
      }
      +"title": 287063
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +body: """
        I don’t really get your argument.\n
        \n
        Speed cameras are designed to do one thing – issue citations for speeding.\n
        \n
        The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
        \n
        The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1704576298 {#1584
        date: 2024-01-06 22:24:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mondoman712@lemmy.ml"
        "@essellburns@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1562 …}
      +votes: Doctrine\ORM\PersistentCollection {#1554 …}
      +reports: Doctrine\ORM\PersistentCollection {#1556 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 286709
      -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1972596"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704576298 {#1548
        date: 2024-01-06 22:24:58.0 +01:00
      }
      +"title": 286709
    }
  ]
  -id: 27607
  -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
  -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704631517
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10191141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704545117 {#2966
    date: 2024-01-06 13:45:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1559
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: Proxies\__CG__\App\Entity\Image {#2985 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
  +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
  +title: "Speed camera cut down for second time in Cornwall"
  +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
  +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 200
  +favouriteCount: 259
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704990755 {#2980
    date: 2024-01-11 17:32:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2988 …}
  +votes: Doctrine\ORM\PersistentCollection {#2990 …}
  +reports: Doctrine\ORM\PersistentCollection {#2992 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
  +badges: Doctrine\ORM\PersistentCollection {#2998 …}
  +children: [
    1 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +body: """
        > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
        \n
        No, it doesn’t?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704585590 {#1604
        date: 2024-01-07 00:59:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mondoman712@lemmy.ml"
        "@essellburns@beehaw.org"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1701 …}
      +nested: Doctrine\ORM\PersistentCollection {#1687 …}
      +votes: Doctrine\ORM\PersistentCollection {#1689 …}
      +reports: Doctrine\ORM\PersistentCollection {#1691 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
      -id: 287063
      -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1974227"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704585590 {#1596
        date: 2024-01-07 00:59:50.0 +01:00
      }
      +"title": 287063
    }
    0 => App\Entity\EntryComment {#1564
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
      +body: """
        I don’t really get your argument.\n
        \n
        Speed cameras are designed to do one thing – issue citations for speeding.\n
        \n
        The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
        \n
        The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1704576298 {#1584
        date: 2024-01-06 22:24:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mondoman712@lemmy.ml"
        "@essellburns@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1562 …}
      +votes: Doctrine\ORM\PersistentCollection {#1554 …}
      +reports: Doctrine\ORM\PersistentCollection {#1556 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 286709
      -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1972596"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704576298 {#1548
        date: 2024-01-06 22:24:58.0 +01:00
      }
      +"title": 286709
    }
  ]
  -id: 27607
  -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
  -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704631517
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10191141"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704545117 {#2966
    date: 2024-01-06 13:45:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1619
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1559
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: Proxies\__CG__\App\Entity\Image {#2985 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
    +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
    +title: "Speed camera cut down for second time in Cornwall"
    +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
    +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 200
    +favouriteCount: 259
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704990755 {#2980
      date: 2024-01-11 17:32:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2990 …}
    +reports: Doctrine\ORM\PersistentCollection {#2992 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
    +badges: Doctrine\ORM\PersistentCollection {#2998 …}
    +children: [
      1 => App\Entity\EntryComment {#1619}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +body: """
          I don’t really get your argument.\n
          \n
          Speed cameras are designed to do one thing – issue citations for speeding.\n
          \n
          The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
          \n
          The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1704576298 {#1584
          date: 2024-01-06 22:24:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mondoman712@lemmy.ml"
          "@essellburns@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1566 …}
        +nested: Doctrine\ORM\PersistentCollection {#1562 …}
        +votes: Doctrine\ORM\PersistentCollection {#1554 …}
        +reports: Doctrine\ORM\PersistentCollection {#1556 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
        -id: 286709
        -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1972596"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704576298 {#1548
          date: 2024-01-06 22:24:58.0 +01:00
        }
        +"title": 286709
      }
    ]
    -id: 27607
    -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
    -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631517
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10191141"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704545117 {#2966
      date: 2024-01-06 13:45:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +body: """
    > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
    \n
    No, it doesn’t?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704585590 {#1604
    date: 2024-01-07 00:59:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
    "@essellburns@beehaw.org"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1701 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
  -id: 287063
  -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1974227"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704585590 {#1596
    date: 2024-01-07 00:59:50.0 +01:00
  }
  +"title": 287063
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1619
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1559
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: Proxies\__CG__\App\Entity\Image {#2985 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
    +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
    +title: "Speed camera cut down for second time in Cornwall"
    +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
    +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 200
    +favouriteCount: 259
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704990755 {#2980
      date: 2024-01-11 17:32:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2990 …}
    +reports: Doctrine\ORM\PersistentCollection {#2992 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
    +badges: Doctrine\ORM\PersistentCollection {#2998 …}
    +children: [
      1 => App\Entity\EntryComment {#1619}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +body: """
          I don’t really get your argument.\n
          \n
          Speed cameras are designed to do one thing – issue citations for speeding.\n
          \n
          The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
          \n
          The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1704576298 {#1584
          date: 2024-01-06 22:24:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mondoman712@lemmy.ml"
          "@essellburns@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1566 …}
        +nested: Doctrine\ORM\PersistentCollection {#1562 …}
        +votes: Doctrine\ORM\PersistentCollection {#1554 …}
        +reports: Doctrine\ORM\PersistentCollection {#1556 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
        -id: 286709
        -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1972596"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704576298 {#1548
          date: 2024-01-06 22:24:58.0 +01:00
        }
        +"title": 286709
      }
    ]
    -id: 27607
    -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
    -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631517
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10191141"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704545117 {#2966
      date: 2024-01-06 13:45:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +body: """
    > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
    \n
    No, it doesn’t?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704585590 {#1604
    date: 2024-01-07 00:59:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
    "@essellburns@beehaw.org"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1701 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
  -id: 287063
  -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1974227"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704585590 {#1596
    date: 2024-01-07 00:59:50.0 +01:00
  }
  +"title": 287063
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1619
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1559
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: Proxies\__CG__\App\Entity\Image {#2985 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
    +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
    +title: "Speed camera cut down for second time in Cornwall"
    +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
    +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 200
    +favouriteCount: 259
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704990755 {#2980
      date: 2024-01-11 17:32:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2990 …}
    +reports: Doctrine\ORM\PersistentCollection {#2992 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
    +badges: Doctrine\ORM\PersistentCollection {#2998 …}
    +children: [
      1 => App\Entity\EntryComment {#1619}
      0 => App\Entity\EntryComment {#1564
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +body: """
          I don’t really get your argument.\n
          \n
          Speed cameras are designed to do one thing – issue citations for speeding.\n
          \n
          The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
          \n
          The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1704576298 {#1584
          date: 2024-01-06 22:24:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mondoman712@lemmy.ml"
          "@essellburns@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1566 …}
        +nested: Doctrine\ORM\PersistentCollection {#1562 …}
        +votes: Doctrine\ORM\PersistentCollection {#1554 …}
        +reports: Doctrine\ORM\PersistentCollection {#1556 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
        -id: 286709
        -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1972596"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704576298 {#1548
          date: 2024-01-06 22:24:58.0 +01:00
        }
        +"title": 286709
      }
    ]
    -id: 27607
    -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
    -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631517
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10191141"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704545117 {#2966
      date: 2024-01-06 13:45:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +body: """
    > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
    \n
    No, it doesn’t?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704585590 {#1604
    date: 2024-01-07 00:59:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
    "@essellburns@beehaw.org"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1701 …}
  +nested: Doctrine\ORM\PersistentCollection {#1687 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1691 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
  -id: 287063
  -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1974227"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704585590 {#1596
    date: 2024-01-07 00:59:50.0 +01:00
  }
  +"title": 287063
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1559
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: Proxies\__CG__\App\Entity\Image {#2985 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
    +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
    +title: "Speed camera cut down for second time in Cornwall"
    +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
    +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 200
    +favouriteCount: 259
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704990755 {#2980
      date: 2024-01-11 17:32:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2990 …}
    +reports: Doctrine\ORM\PersistentCollection {#2992 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
    +badges: Doctrine\ORM\PersistentCollection {#2998 …}
    +children: [
      1 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +body: """
          > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
          \n
          No, it doesn’t?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704585590 {#1604
          date: 2024-01-07 00:59:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mondoman712@lemmy.ml"
          "@essellburns@beehaw.org"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1701 …}
        +nested: Doctrine\ORM\PersistentCollection {#1687 …}
        +votes: Doctrine\ORM\PersistentCollection {#1689 …}
        +reports: Doctrine\ORM\PersistentCollection {#1691 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
        -id: 287063
        -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1974227"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704585590 {#1596
          date: 2024-01-07 00:59:50.0 +01:00
        }
        +"title": 287063
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 27607
    -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
    -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631517
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10191141"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704545117 {#2966
      date: 2024-01-06 13:45:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +body: """
    I don’t really get your argument.\n
    \n
    Speed cameras are designed to do one thing – issue citations for speeding.\n
    \n
    The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
    \n
    The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1704576298 {#1584
    date: 2024-01-06 22:24:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
    "@essellburns@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1562 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1556 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 286709
  -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1972596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704576298 {#1548
    date: 2024-01-06 22:24:58.0 +01:00
  }
  +"title": 286709
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1559
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: Proxies\__CG__\App\Entity\Image {#2985 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
    +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
    +title: "Speed camera cut down for second time in Cornwall"
    +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
    +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 200
    +favouriteCount: 259
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704990755 {#2980
      date: 2024-01-11 17:32:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2990 …}
    +reports: Doctrine\ORM\PersistentCollection {#2992 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
    +badges: Doctrine\ORM\PersistentCollection {#2998 …}
    +children: [
      1 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +body: """
          > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
          \n
          No, it doesn’t?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704585590 {#1604
          date: 2024-01-07 00:59:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mondoman712@lemmy.ml"
          "@essellburns@beehaw.org"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1701 …}
        +nested: Doctrine\ORM\PersistentCollection {#1687 …}
        +votes: Doctrine\ORM\PersistentCollection {#1689 …}
        +reports: Doctrine\ORM\PersistentCollection {#1691 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
        -id: 287063
        -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1974227"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704585590 {#1596
          date: 2024-01-07 00:59:50.0 +01:00
        }
        +"title": 287063
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 27607
    -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
    -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631517
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10191141"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704545117 {#2966
      date: 2024-01-06 13:45:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +body: """
    I don’t really get your argument.\n
    \n
    Speed cameras are designed to do one thing – issue citations for speeding.\n
    \n
    The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
    \n
    The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1704576298 {#1584
    date: 2024-01-06 22:24:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
    "@essellburns@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1562 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1556 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 286709
  -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1972596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704576298 {#1548
    date: 2024-01-06 22:24:58.0 +01:00
  }
  +"title": 286709
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
App\Entity\EntryComment {#1564
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1559
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
    +image: Proxies\__CG__\App\Entity\Image {#2985 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2987 …}
    +slug: "Speed-camera-cut-down-for-second-time-in-Cornwall"
    +title: "Speed camera cut down for second time in Cornwall"
    +url: "https://www.bbc.com/news/articles/cj5g1elz57qo"
    +body: "It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 200
    +favouriteCount: 259
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704990755 {#2980
      date: 2024-01-11 17:32:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2990 …}
    +reports: Doctrine\ORM\PersistentCollection {#2992 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2994 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2996 …}
    +badges: Doctrine\ORM\PersistentCollection {#2998 …}
    +children: [
      1 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1559 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1702 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
        +body: """
          > The basis for the rationale for putting up speed cameras depends on the police to act with an unquestionable moral authority.\n
          \n
          No, it doesn’t?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704585590 {#1604
          date: 2024-01-07 00:59:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mondoman712@lemmy.ml"
          "@essellburns@beehaw.org"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1701 …}
        +nested: Doctrine\ORM\PersistentCollection {#1687 …}
        +votes: Doctrine\ORM\PersistentCollection {#1689 …}
        +reports: Doctrine\ORM\PersistentCollection {#1691 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1795 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1711 …}
        -id: 287063
        -bodyTs: "'act':16 'author':21 'basi':2 'camera':10 'depend':11 'doesn':24 'moral':20 'polic':14 'put':7 'rational':5 'speed':9 'unquestion':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/1974227"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704585590 {#1596
          date: 2024-01-07 00:59:50.0 +01:00
        }
        +"title": 287063
      }
      0 => App\Entity\EntryComment {#1564}
    ]
    -id: 27607
    -titleTs: "'camera':2 'cornwal':9 'cut':3 'second':6 'speed':1 'time':7"
    -bodyTs: "'also':20 'commut':18 'endang':21 'go':10 'insan':3 'length':5 'other':22 'peopl':8 'save':12 'second':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631517
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10191141"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704545117 {#2966
      date: 2024-01-06 13:45:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1567 …}
  +body: """
    I don’t really get your argument.\n
    \n
    Speed cameras are designed to do one thing – issue citations for speeding.\n
    \n
    The job of the police officer is to identify a wide array of crimes and issue citations for them, when they observe them.\n
    \n
    The incident where a car was tailgating you and the incident where a lorry was creating an unsafe driving situation have absolutely nothing to do with the speeding camera. Both of those situations are the responsibility of a policy officer, if they are alerted to the crime or observe it themselves. You have a valid complaint about the complacency of your local law enforcement, but what does your argument have to do with the speed camera?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1704576298 {#1584
    date: 2024-01-06 22:24:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mondoman712@lemmy.ml"
    "@essellburns@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1562 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1556 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 286709
  -bodyTs: "'absolut':64 'alert':86 'argument':7,111 'array':31 'camera':9,71,118 'car':47 'citat':17,36 'complac':101 'complaint':98 'creat':58 'crime':33,89 'design':11 'drive':61 'enforc':106 'get':5 'identifi':28 'incid':44,53 'issu':16,35 'job':21 'law':105 'local':104 'lorri':56 'noth':65 'observ':41,91 'offic':25,82 'one':14 'polic':24 'polici':81 'realli':4 'respons':78 'situat':62,75 'speed':8,19,70,117 'tailgat':49 'thing':15 'unsaf':60 'valid':97 'wide':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1972596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704576298 {#1548
    date: 2024-01-06 22:24:58.0 +01:00
  }
  +"title": 286709
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2321
  +user: Proxies\__CG__\App\Entity\User {#2925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2965 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
  +slug: "No-doubt-Wanna-fight-me"
  +title: "No doubt. Wanna fight me?"
  +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 156
  +favouriteCount: 921
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729581790 {#2960
    date: 2024-10-22 09:23:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2968 …}
  +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 {#2322
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706545172 {#2320
        date: 2024-01-29 17:19:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
      ]
      +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: 350131
      -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2267580"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706545172 {#2315
        date: 2024-01-29 17:19:32.0 +01:00
      }
      +"title": 350131
    }
    2 => App\Entity\EntryComment {#2296
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706551919 {#2294
        date: 2024-01-29 19:11:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 350467
      -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2268046"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706551919 {#2290
        date: 2024-01-29 19:11:59.0 +01:00
      }
      +"title": 350467
    }
    0 => App\Entity\EntryComment {#2219
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706600924 {#2222
        date: 2024-01-30 08:48:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
        "@survivalmachine@beehaw.org"
        "@Trainguyrom@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 352014
      -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2271535"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706600924 {#2221
        date: 2024-01-30 08:48:44.0 +01:00
      }
      +"title": 352014
    }
  ]
  -id: 33819
  -titleTs: "'doubt':2 'fight':4 'wanna':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706623328
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22254065"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706536928 {#2946
    date: 2024-01-29 15:02:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
119 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2321
  +user: Proxies\__CG__\App\Entity\User {#2925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2965 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
  +slug: "No-doubt-Wanna-fight-me"
  +title: "No doubt. Wanna fight me?"
  +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 156
  +favouriteCount: 921
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729581790 {#2960
    date: 2024-10-22 09:23:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2968 …}
  +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 {#2322
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706545172 {#2320
        date: 2024-01-29 17:19:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
      ]
      +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: 350131
      -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2267580"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706545172 {#2315
        date: 2024-01-29 17:19:32.0 +01:00
      }
      +"title": 350131
    }
    2 => App\Entity\EntryComment {#2296
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706551919 {#2294
        date: 2024-01-29 19:11:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 350467
      -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2268046"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706551919 {#2290
        date: 2024-01-29 19:11:59.0 +01:00
      }
      +"title": 350467
    }
    0 => App\Entity\EntryComment {#2219
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706600924 {#2222
        date: 2024-01-30 08:48:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
        "@survivalmachine@beehaw.org"
        "@Trainguyrom@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 352014
      -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2271535"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706600924 {#2221
        date: 2024-01-30 08:48:44.0 +01:00
      }
      +"title": 352014
    }
  ]
  -id: 33819
  -titleTs: "'doubt':2 'fight':4 'wanna':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706623328
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22254065"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706536928 {#2946
    date: 2024-01-29 15:02:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
120 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2321
  +user: Proxies\__CG__\App\Entity\User {#2925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2965 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
  +slug: "No-doubt-Wanna-fight-me"
  +title: "No doubt. Wanna fight me?"
  +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 156
  +favouriteCount: 921
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729581790 {#2960
    date: 2024-10-22 09:23:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2968 …}
  +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 {#2322
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706545172 {#2320
        date: 2024-01-29 17:19:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
      ]
      +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: 350131
      -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2267580"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706545172 {#2315
        date: 2024-01-29 17:19:32.0 +01:00
      }
      +"title": 350131
    }
    2 => App\Entity\EntryComment {#2296
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706551919 {#2294
        date: 2024-01-29 19:11:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
        "@survivalmachine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 350467
      -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2268046"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706551919 {#2290
        date: 2024-01-29 19:11:59.0 +01:00
      }
      +"title": 350467
    }
    0 => App\Entity\EntryComment {#2219
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706600924 {#2222
        date: 2024-01-30 08:48:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sag@lemm.ee"
        "@AI_toothbrush@lemmy.zip"
        "@toxicbubble420@beehaw.org"
        "@tubaruco@lemm.ee"
        "@survivalmachine@beehaw.org"
        "@Trainguyrom@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 352014
      -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2271535"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706600924 {#2221
        date: 2024-01-30 08:48:44.0 +01:00
      }
      +"title": 352014
    }
  ]
  -id: 33819
  -titleTs: "'doubt':2 'fight':4 'wanna':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706623328
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22254065"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706536928 {#2946
    date: 2024-01-29 15:02:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
121 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED moderate
App\Entity\EntryComment {#2322
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322}
      2 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706551919 {#2294
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 350467
        -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2268046"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706551919 {#2290
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +"title": 350467
      }
      0 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706600924 {#2222
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
          "@Trainguyrom@reddthat.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 352014
        -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2271535"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706600924 {#2221
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +"title": 352014
      }
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706545172 {#2320
    date: 2024-01-29 17:19:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
  ]
  +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: 350131
  -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2267580"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706545172 {#2315
    date: 2024-01-29 17:19:32.0 +01:00
  }
  +"title": 350131
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
App\Entity\EntryComment {#2322
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322}
      2 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706551919 {#2294
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 350467
        -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2268046"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706551919 {#2290
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +"title": 350467
      }
      0 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706600924 {#2222
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
          "@Trainguyrom@reddthat.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 352014
        -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2271535"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706600924 {#2221
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +"title": 352014
      }
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706545172 {#2320
    date: 2024-01-29 17:19:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
  ]
  +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: 350131
  -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2267580"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706545172 {#2315
    date: 2024-01-29 17:19:32.0 +01:00
  }
  +"title": 350131
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
App\Entity\EntryComment {#2322
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322}
      2 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706551919 {#2294
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 350467
        -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2268046"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706551919 {#2290
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +"title": 350467
      }
      0 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706600924 {#2222
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
          "@Trainguyrom@reddthat.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 352014
        -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2271535"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706600924 {#2221
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +"title": 352014
      }
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706545172 {#2320
    date: 2024-01-29 17:19:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
  ]
  +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: 350131
  -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2267580"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706545172 {#2315
    date: 2024-01-29 17:19:32.0 +01:00
  }
  +"title": 350131
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2296
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706545172 {#2320
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
        ]
        +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: 350131
        -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2267580"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706545172 {#2315
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +"title": 350131
      }
      2 => App\Entity\EntryComment {#2296}
      0 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706600924 {#2222
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
          "@Trainguyrom@reddthat.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 352014
        -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2271535"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706600924 {#2221
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +"title": 352014
      }
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706551919 {#2294
    date: 2024-01-29 19:11:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 350467
  -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2268046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706551919 {#2290
    date: 2024-01-29 19:11:59.0 +01:00
  }
  +"title": 350467
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2296
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706545172 {#2320
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
        ]
        +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: 350131
        -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2267580"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706545172 {#2315
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +"title": 350131
      }
      2 => App\Entity\EntryComment {#2296}
      0 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706600924 {#2222
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
          "@Trainguyrom@reddthat.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 352014
        -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2271535"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706600924 {#2221
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +"title": 352014
      }
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706551919 {#2294
    date: 2024-01-29 19:11:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 350467
  -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2268046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706551919 {#2290
    date: 2024-01-29 19:11:59.0 +01:00
  }
  +"title": 350467
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2296
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706545172 {#2320
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
        ]
        +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: 350131
        -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2267580"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706545172 {#2315
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +"title": 350131
      }
      2 => App\Entity\EntryComment {#2296}
      0 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706600924 {#2222
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
          "@Trainguyrom@reddthat.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 352014
        -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2271535"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706600924 {#2221
          date: 2024-01-30 08:48:44.0 +01:00
        }
        +"title": 352014
      }
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706551919 {#2294
    date: 2024-01-29 19:11:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
    "@survivalmachine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 350467
  -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2268046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706551919 {#2290
    date: 2024-01-29 19:11:59.0 +01:00
  }
  +"title": 350467
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706545172 {#2320
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
        ]
        +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: 350131
        -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2267580"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706545172 {#2315
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +"title": 350131
      }
      2 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706551919 {#2294
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 350467
        -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2268046"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706551919 {#2290
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +"title": 350467
      }
      0 => App\Entity\EntryComment {#2219}
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706600924 {#2222
    date: 2024-01-30 08:48:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
    "@survivalmachine@beehaw.org"
    "@Trainguyrom@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 352014
  -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2271535"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706600924 {#2221
    date: 2024-01-30 08:48:44.0 +01:00
  }
  +"title": 352014
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706545172 {#2320
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
        ]
        +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: 350131
        -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2267580"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706545172 {#2315
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +"title": 350131
      }
      2 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706551919 {#2294
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 350467
        -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2268046"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706551919 {#2290
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +"title": 350467
      }
      0 => App\Entity\EntryComment {#2219}
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706600924 {#2222
    date: 2024-01-30 08:48:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
    "@survivalmachine@beehaw.org"
    "@Trainguyrom@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 352014
  -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2271535"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706600924 {#2221
    date: 2024-01-30 08:48:44.0 +01:00
  }
  +"title": 352014
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2321
    +user: Proxies\__CG__\App\Entity\User {#2925 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2965 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2967 …}
    +slug: "No-doubt-Wanna-fight-me"
    +title: "No doubt. Wanna fight me?"
    +url: "https://lemm.ee/pictrs/image/f1d85fcf-5edc-4ef0-8bf0-70a2a7a01be0.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 156
    +favouriteCount: 921
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581790 {#2960
      date: 2024-10-22 09:23:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2968 …}
    +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 {#2322
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2312 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Mammals produce milk for their offspring. Dairy farmers have to keep their dairy cows pregnant and having babies constantly so they continue producing milk. This involves bulls inseminating the cows or more commonly non-consensual artificial insemination. Either could be considered rape. I guess an ethical farmer could only choose to opportunistically collect extra milk at times when their cows have given birth and after the calf has drank their fill, but that’s not how it happens at large dairy farms."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706545172 {#2320
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
        ]
        +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: 350131
        -bodyTs: "'artifici':37 'babi':18 'birth':64 'bull':27 'calf':68 'choos':51 'collect':54 'common':33 'consensu':36 'consid':42 'constant':19 'continu':22 'could':40,49 'cow':14,30,61 'dairi':7,13,82 'drank':70 'either':39 'ethic':47 'extra':55 'farm':83 'farmer':8,48 'fill':72 'given':63 'guess':45 'happen':79 'insemin':28,38 'involv':26 'keep':11 'larg':81 'mammal':1 'milk':3,24,56 'non':35 'non-consensu':34 'offspr':6 'opportunist':53 'pregnant':15 'produc':2,23 'rape':43 'time':58"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2267580"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706545172 {#2315
          date: 2024-01-29 17:19:32.0 +01:00
        }
        +"title": 350131
      }
      2 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2321 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +body: "Letting nature do its thing is a whole lot different than humans doing a similar act. We generally don’t condone cruelty to animals in lab environments or everyday life, even though predators maul and maim other species all the time."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706551919 {#2294
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sag@lemm.ee"
          "@AI_toothbrush@lemmy.zip"
          "@toxicbubble420@beehaw.org"
          "@tubaruco@lemm.ee"
          "@survivalmachine@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 350467
        -bodyTs: "'act':16 'anim':24 'condon':21 'cruelti':22 'differ':10 'environ':27 'even':31 'everyday':29 'general':18 'human':12 'lab':26 'let':1 'life':30 'lot':9 'maim':36 'maul':34 'natur':2 'predat':33 'similar':15 'speci':38 'thing':5 'though':32 'time':41 'whole':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://beehaw.org/comment/2268046"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706551919 {#2290
          date: 2024-01-29 19:11:59.0 +01:00
        }
        +"title": 350467
      }
      0 => App\Entity\EntryComment {#2219}
    ]
    -id: 33819
    -titleTs: "'doubt':2 'fight':4 'wanna':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706623328
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22254065"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706536928 {#2946
      date: 2024-01-29 15:02:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +body: "Yes, I was leaving that exercise for the reader and you hit it out of the park. Being unable to consent, any sexual act performed on them by an able-minded adult human is rape."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706600924 {#2222
    date: 2024-01-30 08:48:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sag@lemm.ee"
    "@AI_toothbrush@lemmy.zip"
    "@toxicbubble420@beehaw.org"
    "@tubaruco@lemm.ee"
    "@survivalmachine@beehaw.org"
    "@Trainguyrom@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 352014
  -bodyTs: "'abl':31 'able-mind':30 'act':24 'adult':33 'consent':21 'exercis':6 'hit':12 'human':34 'leav':4 'mind':32 'park':17 'perform':25 'rape':36 'reader':9 'sexual':23 'unabl':19 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2271535"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706600924 {#2221
    date: 2024-01-30 08:48:44.0 +01:00
  }
  +"title": 352014
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2084
  +user: Proxies\__CG__\App\Entity\User {#2577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3195 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
  +slug: "What-s-up-with-the-terrifying-creepers-in-the-background"
  +title: "What’s up with the terrifying creepers in the background"
  +url: "https://lemmy.sdf.org/pictrs/image/3e00c7c2-e38d-4567-82fa-f5fc31a11472.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976847 {#3228
    date: 2024-09-22 05:47:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3233 …}
  +votes: Doctrine\ORM\PersistentCollection {#3236 …}
  +reports: Doctrine\ORM\PersistentCollection {#3238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3240 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3242 …}
  +badges: Doctrine\ORM\PersistentCollection {#3244 …}
  +children: [
    App\Entity\EntryComment {#2079
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2084 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ring the man up on his bananaphone and ask him."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1725545348 {#2075
        date: 2024-09-05 16:09:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lars@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2078 …}
      +nested: Doctrine\ORM\PersistentCollection {#2097 …}
      +votes: Doctrine\ORM\PersistentCollection {#2082 …}
      +reports: Doctrine\ORM\PersistentCollection {#2096 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
      -id: 315919
      -bodyTs: "'ask':9 'bananaphon':7 'man':3 'ring':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2111424"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705465423 {#2061
        date: 2024-01-17 05:23:43.0 +01:00
      }
      +"title": 315919
    }
  ]
  -id: 31126
  -titleTs: "'background':10 'creeper':7 'terrifi':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705548890
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10759971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705462490 {#3216
    date: 2024-01-17 04:34:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2084
  +user: Proxies\__CG__\App\Entity\User {#2577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3195 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
  +slug: "What-s-up-with-the-terrifying-creepers-in-the-background"
  +title: "What’s up with the terrifying creepers in the background"
  +url: "https://lemmy.sdf.org/pictrs/image/3e00c7c2-e38d-4567-82fa-f5fc31a11472.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976847 {#3228
    date: 2024-09-22 05:47:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3233 …}
  +votes: Doctrine\ORM\PersistentCollection {#3236 …}
  +reports: Doctrine\ORM\PersistentCollection {#3238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3240 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3242 …}
  +badges: Doctrine\ORM\PersistentCollection {#3244 …}
  +children: [
    App\Entity\EntryComment {#2079
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2084 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ring the man up on his bananaphone and ask him."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1725545348 {#2075
        date: 2024-09-05 16:09:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lars@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2078 …}
      +nested: Doctrine\ORM\PersistentCollection {#2097 …}
      +votes: Doctrine\ORM\PersistentCollection {#2082 …}
      +reports: Doctrine\ORM\PersistentCollection {#2096 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
      -id: 315919
      -bodyTs: "'ask':9 'bananaphon':7 'man':3 'ring':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2111424"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705465423 {#2061
        date: 2024-01-17 05:23:43.0 +01:00
      }
      +"title": 315919
    }
  ]
  -id: 31126
  -titleTs: "'background':10 'creeper':7 'terrifi':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705548890
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10759971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705462490 {#3216
    date: 2024-01-17 04:34:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2084
  +user: Proxies\__CG__\App\Entity\User {#2577 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#3195 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
  +slug: "What-s-up-with-the-terrifying-creepers-in-the-background"
  +title: "What’s up with the terrifying creepers in the background"
  +url: "https://lemmy.sdf.org/pictrs/image/3e00c7c2-e38d-4567-82fa-f5fc31a11472.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 15
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726976847 {#3228
    date: 2024-09-22 05:47:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3233 …}
  +votes: Doctrine\ORM\PersistentCollection {#3236 …}
  +reports: Doctrine\ORM\PersistentCollection {#3238 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3240 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3242 …}
  +badges: Doctrine\ORM\PersistentCollection {#3244 …}
  +children: [
    App\Entity\EntryComment {#2079
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2084 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ring the man up on his bananaphone and ask him."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1725545348 {#2075
        date: 2024-09-05 16:09:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lars@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2078 …}
      +nested: Doctrine\ORM\PersistentCollection {#2097 …}
      +votes: Doctrine\ORM\PersistentCollection {#2082 …}
      +reports: Doctrine\ORM\PersistentCollection {#2096 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
      -id: 315919
      -bodyTs: "'ask':9 'bananaphon':7 'man':3 'ring':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2111424"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705465423 {#2061
        date: 2024-01-17 05:23:43.0 +01:00
      }
      +"title": 315919
    }
  ]
  -id: 31126
  -titleTs: "'background':10 'creeper':7 'terrifi':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705548890
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/10759971"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705462490 {#3216
    date: 2024-01-17 04:34:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
137 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
138 DENIED moderate
App\Entity\EntryComment {#2079
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2084
    +user: Proxies\__CG__\App\Entity\User {#2577 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3195 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
    +slug: "What-s-up-with-the-terrifying-creepers-in-the-background"
    +title: "What’s up with the terrifying creepers in the background"
    +url: "https://lemmy.sdf.org/pictrs/image/3e00c7c2-e38d-4567-82fa-f5fc31a11472.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 15
    +favouriteCount: 149
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726976847 {#3228
      date: 2024-09-22 05:47:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3233 …}
    +votes: Doctrine\ORM\PersistentCollection {#3236 …}
    +reports: Doctrine\ORM\PersistentCollection {#3238 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3240 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3242 …}
    +badges: Doctrine\ORM\PersistentCollection {#3244 …}
    +children: [
      App\Entity\EntryComment {#2079}
    ]
    -id: 31126
    -titleTs: "'background':10 'creeper':7 'terrifi':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705548890
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/10759971"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705462490 {#3216
      date: 2024-01-17 04:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ring the man up on his bananaphone and ask him."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1725545348 {#2075
    date: 2024-09-05 16:09:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lars@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 315919
  -bodyTs: "'ask':9 'bananaphon':7 'man':3 'ring':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2111424"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705465423 {#2061
    date: 2024-01-17 05:23:43.0 +01:00
  }
  +"title": 315919
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
139 DENIED edit
App\Entity\EntryComment {#2079
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2084
    +user: Proxies\__CG__\App\Entity\User {#2577 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3195 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
    +slug: "What-s-up-with-the-terrifying-creepers-in-the-background"
    +title: "What’s up with the terrifying creepers in the background"
    +url: "https://lemmy.sdf.org/pictrs/image/3e00c7c2-e38d-4567-82fa-f5fc31a11472.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 15
    +favouriteCount: 149
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726976847 {#3228
      date: 2024-09-22 05:47:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3233 …}
    +votes: Doctrine\ORM\PersistentCollection {#3236 …}
    +reports: Doctrine\ORM\PersistentCollection {#3238 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3240 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3242 …}
    +badges: Doctrine\ORM\PersistentCollection {#3244 …}
    +children: [
      App\Entity\EntryComment {#2079}
    ]
    -id: 31126
    -titleTs: "'background':10 'creeper':7 'terrifi':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705548890
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/10759971"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705462490 {#3216
      date: 2024-01-17 04:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ring the man up on his bananaphone and ask him."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1725545348 {#2075
    date: 2024-09-05 16:09:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lars@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 315919
  -bodyTs: "'ask':9 'bananaphon':7 'man':3 'ring':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2111424"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705465423 {#2061
    date: 2024-01-17 05:23:43.0 +01:00
  }
  +"title": 315919
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
140 DENIED moderate
App\Entity\EntryComment {#2079
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2084
    +user: Proxies\__CG__\App\Entity\User {#2577 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#3195 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3099 …}
    +slug: "What-s-up-with-the-terrifying-creepers-in-the-background"
    +title: "What’s up with the terrifying creepers in the background"
    +url: "https://lemmy.sdf.org/pictrs/image/3e00c7c2-e38d-4567-82fa-f5fc31a11472.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 15
    +favouriteCount: 149
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726976847 {#3228
      date: 2024-09-22 05:47:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3233 …}
    +votes: Doctrine\ORM\PersistentCollection {#3236 …}
    +reports: Doctrine\ORM\PersistentCollection {#3238 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3240 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3242 …}
    +badges: Doctrine\ORM\PersistentCollection {#3244 …}
    +children: [
      App\Entity\EntryComment {#2079}
    ]
    -id: 31126
    -titleTs: "'background':10 'creeper':7 'terrifi':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705548890
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/10759971"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705462490 {#3216
      date: 2024-01-17 04:34:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ring the man up on his bananaphone and ask him."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1725545348 {#2075
    date: 2024-09-05 16:09:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lars@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 315919
  -bodyTs: "'ask':9 'bananaphon':7 'man':3 'ring':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2111424"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705465423 {#2061
    date: 2024-01-17 05:23:43.0 +01:00
  }
  +"title": 315919
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
141 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1629
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "I-deleted-all-my-post-from-my-reddit-account-can"
  +title: "I deleted all my post from my reddit account, can they still monetize them?"
  +url: null
  +body: """
    Deleting a post is simply marking a piece of text so nobody sees it, but I think the text is still stored in their servers.\n
    \n
    Furthermore, a large company like reddit, must backup regularly, meaning there must be several copies of my posts in several SSDs. If the backup once a day… some of my posts are 5 years old.\n
    \n
    Companies exist to make money. I suspect they just marked my posts not to be readable by anyone, except staff and they can still monetize them.\n
    \n
    Am I wearing a tinfoil hat way too often?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 88
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722598664 {#3096
    date: 2024-08-02 13:37:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3104 …}
  +votes: Doctrine\ORM\PersistentCollection {#3106 …}
  +reports: Doctrine\ORM\PersistentCollection {#3108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3112 …}
  +badges: Doctrine\ORM\PersistentCollection {#3114 …}
  +children: [
    App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1629 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can they? Yes. Will they? No. Would it be worth the backlash? Also no."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704594822 {#1611
        date: 2024-01-07 03:33:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@vestmoria@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1626 …}
      +nested: Doctrine\ORM\PersistentCollection {#1618 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1731 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 287519
      -bodyTs: "'also':13 'backlash':12 'worth':10 'would':7 'yes':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1977222"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704594822 {#1598
        date: 2024-01-07 03:33:42.0 +01:00
      }
      +"title": 287519
    }
  ]
  -id: 27609
  -titleTs: "'account':9 'delet':2 'monet':13 'post':5 'reddit':8 'still':12"
  -bodyTs: "'5':58 'anyon':78 'backup':33,49 'compani':29,61 'copi':40 'day':52 'delet':1 'except':79 'exist':62 'furthermor':26 'hat':92 'larg':28 'like':30 'make':64 'mark':6,70 'mean':35 'monet':85 'money':65 'must':32,37 'nobodi':12 'often':95 'old':60 'piec':8 'post':3,43,56,72 'readabl':76 'reddit':31 'regular':34 'see':13 'server':25 'sever':39,45 'simpli':5 'ssds':46 'staff':80 'still':21,84 'store':22 'suspect':67 'text':10,19 'think':17 'tinfoil':91 'way':93 'wear':89 'year':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704631754
  +visibility: "visible             "
  +apId: "https://linux.community/post/396085"
  +editedAt: DateTimeImmutable @1712321861 {#3083
    date: 2024-04-05 14:57:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704545354 {#3061
    date: 2024-01-06 13:49:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1629
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "I-deleted-all-my-post-from-my-reddit-account-can"
  +title: "I deleted all my post from my reddit account, can they still monetize them?"
  +url: null
  +body: """
    Deleting a post is simply marking a piece of text so nobody sees it, but I think the text is still stored in their servers.\n
    \n
    Furthermore, a large company like reddit, must backup regularly, meaning there must be several copies of my posts in several SSDs. If the backup once a day… some of my posts are 5 years old.\n
    \n
    Companies exist to make money. I suspect they just marked my posts not to be readable by anyone, except staff and they can still monetize them.\n
    \n
    Am I wearing a tinfoil hat way too often?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 88
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722598664 {#3096
    date: 2024-08-02 13:37:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3104 …}
  +votes: Doctrine\ORM\PersistentCollection {#3106 …}
  +reports: Doctrine\ORM\PersistentCollection {#3108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3112 …}
  +badges: Doctrine\ORM\PersistentCollection {#3114 …}
  +children: [
    App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1629 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can they? Yes. Will they? No. Would it be worth the backlash? Also no."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704594822 {#1611
        date: 2024-01-07 03:33:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@vestmoria@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1626 …}
      +nested: Doctrine\ORM\PersistentCollection {#1618 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1731 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 287519
      -bodyTs: "'also':13 'backlash':12 'worth':10 'would':7 'yes':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1977222"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704594822 {#1598
        date: 2024-01-07 03:33:42.0 +01:00
      }
      +"title": 287519
    }
  ]
  -id: 27609
  -titleTs: "'account':9 'delet':2 'monet':13 'post':5 'reddit':8 'still':12"
  -bodyTs: "'5':58 'anyon':78 'backup':33,49 'compani':29,61 'copi':40 'day':52 'delet':1 'except':79 'exist':62 'furthermor':26 'hat':92 'larg':28 'like':30 'make':64 'mark':6,70 'mean':35 'monet':85 'money':65 'must':32,37 'nobodi':12 'often':95 'old':60 'piec':8 'post':3,43,56,72 'readabl':76 'reddit':31 'regular':34 'see':13 'server':25 'sever':39,45 'simpli':5 'ssds':46 'staff':80 'still':21,84 'store':22 'suspect':67 'text':10,19 'think':17 'tinfoil':91 'way':93 'wear':89 'year':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704631754
  +visibility: "visible             "
  +apId: "https://linux.community/post/396085"
  +editedAt: DateTimeImmutable @1712321861 {#3083
    date: 2024-04-05 14:57:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704545354 {#3061
    date: 2024-01-06 13:49:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1629
  +user: Proxies\__CG__\App\Entity\User {#3101 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
  +slug: "I-deleted-all-my-post-from-my-reddit-account-can"
  +title: "I deleted all my post from my reddit account, can they still monetize them?"
  +url: null
  +body: """
    Deleting a post is simply marking a piece of text so nobody sees it, but I think the text is still stored in their servers.\n
    \n
    Furthermore, a large company like reddit, must backup regularly, meaning there must be several copies of my posts in several SSDs. If the backup once a day… some of my posts are 5 years old.\n
    \n
    Companies exist to make money. I suspect they just marked my posts not to be readable by anyone, except staff and they can still monetize them.\n
    \n
    Am I wearing a tinfoil hat way too often?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 88
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722598664 {#3096
    date: 2024-08-02 13:37:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3104 …}
  +votes: Doctrine\ORM\PersistentCollection {#3106 …}
  +reports: Doctrine\ORM\PersistentCollection {#3108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3112 …}
  +badges: Doctrine\ORM\PersistentCollection {#3114 …}
  +children: [
    App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1629 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can they? Yes. Will they? No. Would it be worth the backlash? Also no."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704594822 {#1611
        date: 2024-01-07 03:33:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@vestmoria@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1626 …}
      +nested: Doctrine\ORM\PersistentCollection {#1618 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1731 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 287519
      -bodyTs: "'also':13 'backlash':12 'worth':10 'would':7 'yes':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1977222"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704594822 {#1598
        date: 2024-01-07 03:33:42.0 +01:00
      }
      +"title": 287519
    }
  ]
  -id: 27609
  -titleTs: "'account':9 'delet':2 'monet':13 'post':5 'reddit':8 'still':12"
  -bodyTs: "'5':58 'anyon':78 'backup':33,49 'compani':29,61 'copi':40 'day':52 'delet':1 'except':79 'exist':62 'furthermor':26 'hat':92 'larg':28 'like':30 'make':64 'mark':6,70 'mean':35 'monet':85 'money':65 'must':32,37 'nobodi':12 'often':95 'old':60 'piec':8 'post':3,43,56,72 'readabl':76 'reddit':31 'regular':34 'see':13 'server':25 'sever':39,45 'simpli':5 'ssds':46 'staff':80 'still':21,84 'store':22 'suspect':67 'text':10,19 'think':17 'tinfoil':91 'way':93 'wear':89 'year':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704631754
  +visibility: "visible             "
  +apId: "https://linux.community/post/396085"
  +editedAt: DateTimeImmutable @1712321861 {#3083
    date: 2024-04-05 14:57:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704545354 {#3061
    date: 2024-01-06 13:49:14.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
145 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
146 DENIED moderate
App\Entity\EntryComment {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1629
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "I-deleted-all-my-post-from-my-reddit-account-can"
    +title: "I deleted all my post from my reddit account, can they still monetize them?"
    +url: null
    +body: """
      Deleting a post is simply marking a piece of text so nobody sees it, but I think the text is still stored in their servers.\n
      \n
      Furthermore, a large company like reddit, must backup regularly, meaning there must be several copies of my posts in several SSDs. If the backup once a day… some of my posts are 5 years old.\n
      \n
      Companies exist to make money. I suspect they just marked my posts not to be readable by anyone, except staff and they can still monetize them.\n
      \n
      Am I wearing a tinfoil hat way too often?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 44
    +favouriteCount: 88
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722598664 {#3096
      date: 2024-08-02 13:37:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3104 …}
    +votes: Doctrine\ORM\PersistentCollection {#3106 …}
    +reports: Doctrine\ORM\PersistentCollection {#3108 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3110 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3112 …}
    +badges: Doctrine\ORM\PersistentCollection {#3114 …}
    +children: [
      App\Entity\EntryComment {#1630}
    ]
    -id: 27609
    -titleTs: "'account':9 'delet':2 'monet':13 'post':5 'reddit':8 'still':12"
    -bodyTs: "'5':58 'anyon':78 'backup':33,49 'compani':29,61 'copi':40 'day':52 'delet':1 'except':79 'exist':62 'furthermor':26 'hat':92 'larg':28 'like':30 'make':64 'mark':6,70 'mean':35 'monet':85 'money':65 'must':32,37 'nobodi':12 'often':95 'old':60 'piec':8 'post':3,43,56,72 'readabl':76 'reddit':31 'regular':34 'see':13 'server':25 'sever':39,45 'simpli':5 'ssds':46 'staff':80 'still':21,84 'store':22 'suspect':67 'text':10,19 'think':17 'tinfoil':91 'way':93 'wear':89 'year':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631754
    +visibility: "visible             "
    +apId: "https://linux.community/post/396085"
    +editedAt: DateTimeImmutable @1712321861 {#3083
      date: 2024-04-05 14:57:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704545354 {#3061
      date: 2024-01-06 13:49:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can they? Yes. Will they? No. Would it be worth the backlash? Also no."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704594822 {#1611
    date: 2024-01-07 03:33:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@vestmoria@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1626 …}
  +nested: Doctrine\ORM\PersistentCollection {#1618 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 287519
  -bodyTs: "'also':13 'backlash':12 'worth':10 'would':7 'yes':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1977222"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704594822 {#1598
    date: 2024-01-07 03:33:42.0 +01:00
  }
  +"title": 287519
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1629
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "I-deleted-all-my-post-from-my-reddit-account-can"
    +title: "I deleted all my post from my reddit account, can they still monetize them?"
    +url: null
    +body: """
      Deleting a post is simply marking a piece of text so nobody sees it, but I think the text is still stored in their servers.\n
      \n
      Furthermore, a large company like reddit, must backup regularly, meaning there must be several copies of my posts in several SSDs. If the backup once a day… some of my posts are 5 years old.\n
      \n
      Companies exist to make money. I suspect they just marked my posts not to be readable by anyone, except staff and they can still monetize them.\n
      \n
      Am I wearing a tinfoil hat way too often?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 44
    +favouriteCount: 88
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722598664 {#3096
      date: 2024-08-02 13:37:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3104 …}
    +votes: Doctrine\ORM\PersistentCollection {#3106 …}
    +reports: Doctrine\ORM\PersistentCollection {#3108 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3110 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3112 …}
    +badges: Doctrine\ORM\PersistentCollection {#3114 …}
    +children: [
      App\Entity\EntryComment {#1630}
    ]
    -id: 27609
    -titleTs: "'account':9 'delet':2 'monet':13 'post':5 'reddit':8 'still':12"
    -bodyTs: "'5':58 'anyon':78 'backup':33,49 'compani':29,61 'copi':40 'day':52 'delet':1 'except':79 'exist':62 'furthermor':26 'hat':92 'larg':28 'like':30 'make':64 'mark':6,70 'mean':35 'monet':85 'money':65 'must':32,37 'nobodi':12 'often':95 'old':60 'piec':8 'post':3,43,56,72 'readabl':76 'reddit':31 'regular':34 'see':13 'server':25 'sever':39,45 'simpli':5 'ssds':46 'staff':80 'still':21,84 'store':22 'suspect':67 'text':10,19 'think':17 'tinfoil':91 'way':93 'wear':89 'year':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631754
    +visibility: "visible             "
    +apId: "https://linux.community/post/396085"
    +editedAt: DateTimeImmutable @1712321861 {#3083
      date: 2024-04-05 14:57:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704545354 {#3061
      date: 2024-01-06 13:49:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can they? Yes. Will they? No. Would it be worth the backlash? Also no."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704594822 {#1611
    date: 2024-01-07 03:33:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@vestmoria@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1626 …}
  +nested: Doctrine\ORM\PersistentCollection {#1618 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 287519
  -bodyTs: "'also':13 'backlash':12 'worth':10 'would':7 'yes':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1977222"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704594822 {#1598
    date: 2024-01-07 03:33:42.0 +01:00
  }
  +"title": 287519
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1629
    +user: Proxies\__CG__\App\Entity\User {#3101 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3103 …}
    +slug: "I-deleted-all-my-post-from-my-reddit-account-can"
    +title: "I deleted all my post from my reddit account, can they still monetize them?"
    +url: null
    +body: """
      Deleting a post is simply marking a piece of text so nobody sees it, but I think the text is still stored in their servers.\n
      \n
      Furthermore, a large company like reddit, must backup regularly, meaning there must be several copies of my posts in several SSDs. If the backup once a day… some of my posts are 5 years old.\n
      \n
      Companies exist to make money. I suspect they just marked my posts not to be readable by anyone, except staff and they can still monetize them.\n
      \n
      Am I wearing a tinfoil hat way too often?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 44
    +favouriteCount: 88
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722598664 {#3096
      date: 2024-08-02 13:37:44.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3104 …}
    +votes: Doctrine\ORM\PersistentCollection {#3106 …}
    +reports: Doctrine\ORM\PersistentCollection {#3108 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3110 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3112 …}
    +badges: Doctrine\ORM\PersistentCollection {#3114 …}
    +children: [
      App\Entity\EntryComment {#1630}
    ]
    -id: 27609
    -titleTs: "'account':9 'delet':2 'monet':13 'post':5 'reddit':8 'still':12"
    -bodyTs: "'5':58 'anyon':78 'backup':33,49 'compani':29,61 'copi':40 'day':52 'delet':1 'except':79 'exist':62 'furthermor':26 'hat':92 'larg':28 'like':30 'make':64 'mark':6,70 'mean':35 'monet':85 'money':65 'must':32,37 'nobodi':12 'often':95 'old':60 'piec':8 'post':3,43,56,72 'readabl':76 'reddit':31 'regular':34 'see':13 'server':25 'sever':39,45 'simpli':5 'ssds':46 'staff':80 'still':21,84 'store':22 'suspect':67 'text':10,19 'think':17 'tinfoil':91 'way':93 'wear':89 'year':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704631754
    +visibility: "visible             "
    +apId: "https://linux.community/post/396085"
    +editedAt: DateTimeImmutable @1712321861 {#3083
      date: 2024-04-05 14:57:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704545354 {#3061
      date: 2024-01-06 13:49:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can they? Yes. Will they? No. Would it be worth the backlash? Also no."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704594822 {#1611
    date: 2024-01-07 03:33:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@vestmoria@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1626 …}
  +nested: Doctrine\ORM\PersistentCollection {#1618 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 287519
  -bodyTs: "'also':13 'backlash':12 'worth':10 'would':7 'yes':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1977222"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704594822 {#1598
    date: 2024-01-07 03:33:42.0 +01:00
  }
  +"title": 287519
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2095
  +user: Proxies\__CG__\App\Entity\User {#3213 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: Proxies\__CG__\App\Entity\Image {#3251 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#3246
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3253 …}
  +votes: Doctrine\ORM\PersistentCollection {#3255 …}
  +reports: Doctrine\ORM\PersistentCollection {#3257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3259 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3261 …}
  +badges: Doctrine\ORM\PersistentCollection {#3263 …}
  +children: [
    App\Entity\EntryComment {#2088
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Lol, saaaaaame! I’ve run plenty of Linux servers over the past 30 years with only occasional attempts at desktop Linux, but never got it to graduate past a secondary box or dual-boot. All of the happy Linux desktop users I’ve run across on Lemmy convinced me to give it another go. I tried Ubuntu for a month under the mistaken assumption that it was still a relevant, stable, easy distro (10-15 years ago, it was *the* distro to use if you just wanted a no-fuss Linux desktop). Snaps made me want to end myself, but not quite give up on Linux altogether, so I pivoted and now I’m on month 3 of happily maining Arch!\n
        \n
        ![](https://beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1705635035 {#2080
        date: 2024-01-19 04:30:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@Sammy@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2087 …}
      +nested: Doctrine\ORM\PersistentCollection {#2086 …}
      +votes: Doctrine\ORM\PersistentCollection {#2093 …}
      +reports: Doctrine\ORM\PersistentCollection {#2094 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
      -id: 321334
      -bodyTs: "'-15':76 '/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':126 '10':75 '3':119 '30':13 'across':46 'ago':78 'altogeth':109 'anoth':54 'arch':123 'assumpt':65 'attempt':18 'beehaw.org':125 'beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':124 'boot':35 'box':31 'convinc':49 'desktop':20,41,94 'distro':74,82 'dual':34 'dual-boot':33 'easi':73 'end':100 'fuss':92 'give':52,105 'go':55 'got':24 'graduat':27 'happi':39 'happili':121 'lemmi':48 'linux':8,21,40,93,108 'lol':1 'm':116 'made':96 'main':122 'mistaken':64 'month':61,118 'never':23 'no-fuss':90 'occasion':17 'past':12,28 'pivot':112 'plenti':6 'quit':104 'relev':71 'run':5,45 'saaaaaam':2 'secondari':30 'server':9 'snap':95 'stabl':72 'still':69 'tri':57 'ubuntu':58 'use':84 'user':42 've':4,44 'want':88,98 'year':14,77"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131366"
      +editedAt: DateTimeImmutable @1726567021 {#2064
        date: 2024-09-17 11:57:01.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705635035 {#2089
        date: 2024-01-19 04:30:35.0 +01:00
      }
      +"title": 321334
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#3234
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
151 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2095
  +user: Proxies\__CG__\App\Entity\User {#3213 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: Proxies\__CG__\App\Entity\Image {#3251 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#3246
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3253 …}
  +votes: Doctrine\ORM\PersistentCollection {#3255 …}
  +reports: Doctrine\ORM\PersistentCollection {#3257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3259 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3261 …}
  +badges: Doctrine\ORM\PersistentCollection {#3263 …}
  +children: [
    App\Entity\EntryComment {#2088
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Lol, saaaaaame! I’ve run plenty of Linux servers over the past 30 years with only occasional attempts at desktop Linux, but never got it to graduate past a secondary box or dual-boot. All of the happy Linux desktop users I’ve run across on Lemmy convinced me to give it another go. I tried Ubuntu for a month under the mistaken assumption that it was still a relevant, stable, easy distro (10-15 years ago, it was *the* distro to use if you just wanted a no-fuss Linux desktop). Snaps made me want to end myself, but not quite give up on Linux altogether, so I pivoted and now I’m on month 3 of happily maining Arch!\n
        \n
        ![](https://beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1705635035 {#2080
        date: 2024-01-19 04:30:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@Sammy@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2087 …}
      +nested: Doctrine\ORM\PersistentCollection {#2086 …}
      +votes: Doctrine\ORM\PersistentCollection {#2093 …}
      +reports: Doctrine\ORM\PersistentCollection {#2094 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
      -id: 321334
      -bodyTs: "'-15':76 '/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':126 '10':75 '3':119 '30':13 'across':46 'ago':78 'altogeth':109 'anoth':54 'arch':123 'assumpt':65 'attempt':18 'beehaw.org':125 'beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':124 'boot':35 'box':31 'convinc':49 'desktop':20,41,94 'distro':74,82 'dual':34 'dual-boot':33 'easi':73 'end':100 'fuss':92 'give':52,105 'go':55 'got':24 'graduat':27 'happi':39 'happili':121 'lemmi':48 'linux':8,21,40,93,108 'lol':1 'm':116 'made':96 'main':122 'mistaken':64 'month':61,118 'never':23 'no-fuss':90 'occasion':17 'past':12,28 'pivot':112 'plenti':6 'quit':104 'relev':71 'run':5,45 'saaaaaam':2 'secondari':30 'server':9 'snap':95 'stabl':72 'still':69 'tri':57 'ubuntu':58 'use':84 'user':42 've':4,44 'want':88,98 'year':14,77"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131366"
      +editedAt: DateTimeImmutable @1726567021 {#2064
        date: 2024-09-17 11:57:01.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705635035 {#2089
        date: 2024-01-19 04:30:35.0 +01:00
      }
      +"title": 321334
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#3234
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
152 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2095
  +user: Proxies\__CG__\App\Entity\User {#3213 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: Proxies\__CG__\App\Entity\Image {#3251 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 207
  +favouriteCount: 1079
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728560743 {#3246
    date: 2024-10-10 13:45:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3253 …}
  +votes: Doctrine\ORM\PersistentCollection {#3255 …}
  +reports: Doctrine\ORM\PersistentCollection {#3257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3259 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3261 …}
  +badges: Doctrine\ORM\PersistentCollection {#3263 …}
  +children: [
    App\Entity\EntryComment {#2088
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2095 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Lol, saaaaaame! I’ve run plenty of Linux servers over the past 30 years with only occasional attempts at desktop Linux, but never got it to graduate past a secondary box or dual-boot. All of the happy Linux desktop users I’ve run across on Lemmy convinced me to give it another go. I tried Ubuntu for a month under the mistaken assumption that it was still a relevant, stable, easy distro (10-15 years ago, it was *the* distro to use if you just wanted a no-fuss Linux desktop). Snaps made me want to end myself, but not quite give up on Linux altogether, so I pivoted and now I’m on month 3 of happily maining Arch!\n
        \n
        ![](https://beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1705635035 {#2080
        date: 2024-01-19 04:30:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@Sammy@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2087 …}
      +nested: Doctrine\ORM\PersistentCollection {#2086 …}
      +votes: Doctrine\ORM\PersistentCollection {#2093 …}
      +reports: Doctrine\ORM\PersistentCollection {#2094 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
      -id: 321334
      -bodyTs: "'-15':76 '/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':126 '10':75 '3':119 '30':13 'across':46 'ago':78 'altogeth':109 'anoth':54 'arch':123 'assumpt':65 'attempt':18 'beehaw.org':125 'beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':124 'boot':35 'box':31 'convinc':49 'desktop':20,41,94 'distro':74,82 'dual':34 'dual-boot':33 'easi':73 'end':100 'fuss':92 'give':52,105 'go':55 'got':24 'graduat':27 'happi':39 'happili':121 'lemmi':48 'linux':8,21,40,93,108 'lol':1 'm':116 'made':96 'main':122 'mistaken':64 'month':61,118 'never':23 'no-fuss':90 'occasion':17 'past':12,28 'pivot':112 'plenti':6 'quit':104 'relev':71 'run':5,45 'saaaaaam':2 'secondari':30 'server':9 'snap':95 'stabl':72 'still':69 'tri':57 'ubuntu':58 'use':84 'user':42 've':4,44 'want':88,98 'year':14,77"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131366"
      +editedAt: DateTimeImmutable @1726567021 {#2064
        date: 2024-09-17 11:57:01.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705635035 {#2089
        date: 2024-01-19 04:30:35.0 +01:00
      }
      +"title": 321334
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#3234
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2088
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2095
    +user: Proxies\__CG__\App\Entity\User {#3213 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: Proxies\__CG__\App\Entity\Image {#3251 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#3246
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3253 …}
    +votes: Doctrine\ORM\PersistentCollection {#3255 …}
    +reports: Doctrine\ORM\PersistentCollection {#3257 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3259 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3261 …}
    +badges: Doctrine\ORM\PersistentCollection {#3263 …}
    +children: [
      App\Entity\EntryComment {#2088}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#3234
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Lol, saaaaaame! I’ve run plenty of Linux servers over the past 30 years with only occasional attempts at desktop Linux, but never got it to graduate past a secondary box or dual-boot. All of the happy Linux desktop users I’ve run across on Lemmy convinced me to give it another go. I tried Ubuntu for a month under the mistaken assumption that it was still a relevant, stable, easy distro (10-15 years ago, it was *the* distro to use if you just wanted a no-fuss Linux desktop). Snaps made me want to end myself, but not quite give up on Linux altogether, so I pivoted and now I’m on month 3 of happily maining Arch!\n
    \n
    ![](https://beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1705635035 {#2080
    date: 2024-01-19 04:30:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@Sammy@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2087 …}
  +nested: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2093 …}
  +reports: Doctrine\ORM\PersistentCollection {#2094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
  -id: 321334
  -bodyTs: "'-15':76 '/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':126 '10':75 '3':119 '30':13 'across':46 'ago':78 'altogeth':109 'anoth':54 'arch':123 'assumpt':65 'attempt':18 'beehaw.org':125 'beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':124 'boot':35 'box':31 'convinc':49 'desktop':20,41,94 'distro':74,82 'dual':34 'dual-boot':33 'easi':73 'end':100 'fuss':92 'give':52,105 'go':55 'got':24 'graduat':27 'happi':39 'happili':121 'lemmi':48 'linux':8,21,40,93,108 'lol':1 'm':116 'made':96 'main':122 'mistaken':64 'month':61,118 'never':23 'no-fuss':90 'occasion':17 'past':12,28 'pivot':112 'plenti':6 'quit':104 'relev':71 'run':5,45 'saaaaaam':2 'secondari':30 'server':9 'snap':95 'stabl':72 'still':69 'tri':57 'ubuntu':58 'use':84 'user':42 've':4,44 'want':88,98 'year':14,77"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131366"
  +editedAt: DateTimeImmutable @1726567021 {#2064
    date: 2024-09-17 11:57:01.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705635035 {#2089
    date: 2024-01-19 04:30:35.0 +01:00
  }
  +"title": 321334
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2088
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2095
    +user: Proxies\__CG__\App\Entity\User {#3213 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: Proxies\__CG__\App\Entity\Image {#3251 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#3246
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3253 …}
    +votes: Doctrine\ORM\PersistentCollection {#3255 …}
    +reports: Doctrine\ORM\PersistentCollection {#3257 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3259 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3261 …}
    +badges: Doctrine\ORM\PersistentCollection {#3263 …}
    +children: [
      App\Entity\EntryComment {#2088}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#3234
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Lol, saaaaaame! I’ve run plenty of Linux servers over the past 30 years with only occasional attempts at desktop Linux, but never got it to graduate past a secondary box or dual-boot. All of the happy Linux desktop users I’ve run across on Lemmy convinced me to give it another go. I tried Ubuntu for a month under the mistaken assumption that it was still a relevant, stable, easy distro (10-15 years ago, it was *the* distro to use if you just wanted a no-fuss Linux desktop). Snaps made me want to end myself, but not quite give up on Linux altogether, so I pivoted and now I’m on month 3 of happily maining Arch!\n
    \n
    ![](https://beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1705635035 {#2080
    date: 2024-01-19 04:30:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@Sammy@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2087 …}
  +nested: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2093 …}
  +reports: Doctrine\ORM\PersistentCollection {#2094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
  -id: 321334
  -bodyTs: "'-15':76 '/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':126 '10':75 '3':119 '30':13 'across':46 'ago':78 'altogeth':109 'anoth':54 'arch':123 'assumpt':65 'attempt':18 'beehaw.org':125 'beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':124 'boot':35 'box':31 'convinc':49 'desktop':20,41,94 'distro':74,82 'dual':34 'dual-boot':33 'easi':73 'end':100 'fuss':92 'give':52,105 'go':55 'got':24 'graduat':27 'happi':39 'happili':121 'lemmi':48 'linux':8,21,40,93,108 'lol':1 'm':116 'made':96 'main':122 'mistaken':64 'month':61,118 'never':23 'no-fuss':90 'occasion':17 'past':12,28 'pivot':112 'plenti':6 'quit':104 'relev':71 'run':5,45 'saaaaaam':2 'secondari':30 'server':9 'snap':95 'stabl':72 'still':69 'tri':57 'ubuntu':58 'use':84 'user':42 've':4,44 'want':88,98 'year':14,77"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131366"
  +editedAt: DateTimeImmutable @1726567021 {#2064
    date: 2024-09-17 11:57:01.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705635035 {#2089
    date: 2024-01-19 04:30:35.0 +01:00
  }
  +"title": 321334
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2088
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2095
    +user: Proxies\__CG__\App\Entity\User {#3213 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: Proxies\__CG__\App\Entity\Image {#3251 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 207
    +favouriteCount: 1079
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728560743 {#3246
      date: 2024-10-10 13:45:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3253 …}
    +votes: Doctrine\ORM\PersistentCollection {#3255 …}
    +reports: Doctrine\ORM\PersistentCollection {#3257 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3259 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3261 …}
    +badges: Doctrine\ORM\PersistentCollection {#3263 …}
    +children: [
      App\Entity\EntryComment {#2088}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#3234
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Lol, saaaaaame! I’ve run plenty of Linux servers over the past 30 years with only occasional attempts at desktop Linux, but never got it to graduate past a secondary box or dual-boot. All of the happy Linux desktop users I’ve run across on Lemmy convinced me to give it another go. I tried Ubuntu for a month under the mistaken assumption that it was still a relevant, stable, easy distro (10-15 years ago, it was *the* distro to use if you just wanted a no-fuss Linux desktop). Snaps made me want to end myself, but not quite give up on Linux altogether, so I pivoted and now I’m on month 3 of happily maining Arch!\n
    \n
    ![](https://beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1705635035 {#2080
    date: 2024-01-19 04:30:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@Sammy@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2087 …}
  +nested: Doctrine\ORM\PersistentCollection {#2086 …}
  +votes: Doctrine\ORM\PersistentCollection {#2093 …}
  +reports: Doctrine\ORM\PersistentCollection {#2094 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2140 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2133 …}
  -id: 321334
  -bodyTs: "'-15':76 '/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':126 '10':75 '3':119 '30':13 'across':46 'ago':78 'altogeth':109 'anoth':54 'arch':123 'assumpt':65 'attempt':18 'beehaw.org':125 'beehaw.org/pictrs/image/453cd799-64ad-4691-897a-03053308e388.webp)':124 'boot':35 'box':31 'convinc':49 'desktop':20,41,94 'distro':74,82 'dual':34 'dual-boot':33 'easi':73 'end':100 'fuss':92 'give':52,105 'go':55 'got':24 'graduat':27 'happi':39 'happili':121 'lemmi':48 'linux':8,21,40,93,108 'lol':1 'm':116 'made':96 'main':122 'mistaken':64 'month':61,118 'never':23 'no-fuss':90 'occasion':17 'past':12,28 'pivot':112 'plenti':6 'quit':104 'relev':71 'run':5,45 'saaaaaam':2 'secondari':30 'server':9 'snap':95 'stabl':72 'still':69 'tri':57 'ubuntu':58 'use':84 'user':42 've':4,44 'want':88,98 'year':14,77"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131366"
  +editedAt: DateTimeImmutable @1726567021 {#2064
    date: 2024-09-17 11:57:01.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705635035 {#2089
    date: 2024-01-19 04:30:35.0 +01:00
  }
  +"title": 321334
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1908
  +user: Proxies\__CG__\App\Entity\User {#2495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: Proxies\__CG__\App\Entity\Image {#2830 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
  +slug: "Is-this-even-legal-Hiding-data-deletion-behind-login-after"
  +title: "Is this even legal? Hiding data deletion behind login (after email request)"
  +url: "https://lemmy.dbzer0.com/pictrs/image/4e67ea73-8c47-4be2-bc21-2f8757e80dc2.jpeg"
  +body: """
    I wanted to delete my old oppo id account, and to do that I’ll need to login into it, but I don’t know the password.\n
    \n
    Password reset requires saying when the account was created (month and year) and “tech support” can’t help here either.\n
    \n
    Is it legal to block / hide account deletion behind login in European countries? GDPR (and polish RODO) both talk about a right to data deletion, which in this case, I believe, isn’t respected.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723272753 {#2914
    date: 2024-08-10 08:52:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2920 …}
  +votes: Doctrine\ORM\PersistentCollection {#2930 …}
  +reports: Doctrine\ORM\PersistentCollection {#2932 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2934 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2936 …}
  +badges: Doctrine\ORM\PersistentCollection {#2938 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > saying when the account was created (month and year)\n
        \n
        This is an absurd requirement, but do you have a ballpark idea, and does it let you continue to guess multiple times? Submit a few dozen password reset requests and if they complain, tell them to verify you via alternate means.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1721028910 {#1410
        date: 2024-07-15 09:35:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pacjo@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1407 …}
      +nested: Doctrine\ORM\PersistentCollection {#2391 …}
      +votes: Doctrine\ORM\PersistentCollection {#2369 …}
      +reports: Doctrine\ORM\PersistentCollection {#2392 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
      -id: 299493
      -bodyTs: "'absurd':13 'account':4 'altern':49 'ballpark':20 'complain':42 'continu':27 'creat':6 'dozen':35 'guess':29 'idea':21 'let':25 'mean':50 'month':7 'multipl':30 'password':36 'request':38 'requir':14 'reset':37 'say':1 'submit':32 'tell':43 'time':31 'verifi':46 'via':48 'year':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2019029"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704996180 {#1874
        date: 2024-01-11 19:03:00.0 +01:00
      }
      +"title": 299493
    }
  ]
  -id: 28973
  -titleTs: "'behind':8 'data':6 'delet':7 'email':11 'even':3 'hide':5 'legal':4 'login':9 'request':12"
  -bodyTs: "'account':9,34,54 'behind':56 'believ':78 'block':52 'case':76 'countri':60 'creat':36 'data':71 'delet':4,55,72 'either':47 'european':59 'gdpr':61 'help':45 'hide':53 'id':8 'isn':79 'know':25 'legal':50 'll':15 'login':18,57 'month':37 'need':16 'old':6 'oppo':7 'password':27,28 'polish':63 'requir':30 'reset':29 'respect':81 'right':69 'rodo':64 'say':31 'support':42 'talk':66 'tech':41 'want':2 'year':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705060455
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12115587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704974055 {#2824
    date: 2024-01-11 12:54:15.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 {#1908
  +user: Proxies\__CG__\App\Entity\User {#2495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: Proxies\__CG__\App\Entity\Image {#2830 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
  +slug: "Is-this-even-legal-Hiding-data-deletion-behind-login-after"
  +title: "Is this even legal? Hiding data deletion behind login (after email request)"
  +url: "https://lemmy.dbzer0.com/pictrs/image/4e67ea73-8c47-4be2-bc21-2f8757e80dc2.jpeg"
  +body: """
    I wanted to delete my old oppo id account, and to do that I’ll need to login into it, but I don’t know the password.\n
    \n
    Password reset requires saying when the account was created (month and year) and “tech support” can’t help here either.\n
    \n
    Is it legal to block / hide account deletion behind login in European countries? GDPR (and polish RODO) both talk about a right to data deletion, which in this case, I believe, isn’t respected.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723272753 {#2914
    date: 2024-08-10 08:52:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2920 …}
  +votes: Doctrine\ORM\PersistentCollection {#2930 …}
  +reports: Doctrine\ORM\PersistentCollection {#2932 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2934 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2936 …}
  +badges: Doctrine\ORM\PersistentCollection {#2938 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > saying when the account was created (month and year)\n
        \n
        This is an absurd requirement, but do you have a ballpark idea, and does it let you continue to guess multiple times? Submit a few dozen password reset requests and if they complain, tell them to verify you via alternate means.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1721028910 {#1410
        date: 2024-07-15 09:35:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pacjo@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1407 …}
      +nested: Doctrine\ORM\PersistentCollection {#2391 …}
      +votes: Doctrine\ORM\PersistentCollection {#2369 …}
      +reports: Doctrine\ORM\PersistentCollection {#2392 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
      -id: 299493
      -bodyTs: "'absurd':13 'account':4 'altern':49 'ballpark':20 'complain':42 'continu':27 'creat':6 'dozen':35 'guess':29 'idea':21 'let':25 'mean':50 'month':7 'multipl':30 'password':36 'request':38 'requir':14 'reset':37 'say':1 'submit':32 'tell':43 'time':31 'verifi':46 'via':48 'year':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2019029"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704996180 {#1874
        date: 2024-01-11 19:03:00.0 +01:00
      }
      +"title": 299493
    }
  ]
  -id: 28973
  -titleTs: "'behind':8 'data':6 'delet':7 'email':11 'even':3 'hide':5 'legal':4 'login':9 'request':12"
  -bodyTs: "'account':9,34,54 'behind':56 'believ':78 'block':52 'case':76 'countri':60 'creat':36 'data':71 'delet':4,55,72 'either':47 'european':59 'gdpr':61 'help':45 'hide':53 'id':8 'isn':79 'know':25 'legal':50 'll':15 'login':18,57 'month':37 'need':16 'old':6 'oppo':7 'password':27,28 'polish':63 'requir':30 'reset':29 'respect':81 'right':69 'rodo':64 'say':31 'support':42 'talk':66 'tech':41 'want':2 'year':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705060455
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12115587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704974055 {#2824
    date: 2024-01-11 12:54:15.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 {#1908
  +user: Proxies\__CG__\App\Entity\User {#2495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: Proxies\__CG__\App\Entity\Image {#2830 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
  +slug: "Is-this-even-legal-Hiding-data-deletion-behind-login-after"
  +title: "Is this even legal? Hiding data deletion behind login (after email request)"
  +url: "https://lemmy.dbzer0.com/pictrs/image/4e67ea73-8c47-4be2-bc21-2f8757e80dc2.jpeg"
  +body: """
    I wanted to delete my old oppo id account, and to do that I’ll need to login into it, but I don’t know the password.\n
    \n
    Password reset requires saying when the account was created (month and year) and “tech support” can’t help here either.\n
    \n
    Is it legal to block / hide account deletion behind login in European countries? GDPR (and polish RODO) both talk about a right to data deletion, which in this case, I believe, isn’t respected.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 26
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723272753 {#2914
    date: 2024-08-10 08:52:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2920 …}
  +votes: Doctrine\ORM\PersistentCollection {#2930 …}
  +reports: Doctrine\ORM\PersistentCollection {#2932 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2934 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2936 …}
  +badges: Doctrine\ORM\PersistentCollection {#2938 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > saying when the account was created (month and year)\n
        \n
        This is an absurd requirement, but do you have a ballpark idea, and does it let you continue to guess multiple times? Submit a few dozen password reset requests and if they complain, tell them to verify you via alternate means.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1721028910 {#1410
        date: 2024-07-15 09:35:10.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pacjo@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1407 …}
      +nested: Doctrine\ORM\PersistentCollection {#2391 …}
      +votes: Doctrine\ORM\PersistentCollection {#2369 …}
      +reports: Doctrine\ORM\PersistentCollection {#2392 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
      -id: 299493
      -bodyTs: "'absurd':13 'account':4 'altern':49 'ballpark':20 'complain':42 'continu':27 'creat':6 'dozen':35 'guess':29 'idea':21 'let':25 'mean':50 'month':7 'multipl':30 'password':36 'request':38 'requir':14 'reset':37 'say':1 'submit':32 'tell':43 'time':31 'verifi':46 'via':48 'year':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2019029"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704996180 {#1874
        date: 2024-01-11 19:03:00.0 +01:00
      }
      +"title": 299493
    }
  ]
  -id: 28973
  -titleTs: "'behind':8 'data':6 'delet':7 'email':11 'even':3 'hide':5 'legal':4 'login':9 'request':12"
  -bodyTs: "'account':9,34,54 'behind':56 'believ':78 'block':52 'case':76 'countri':60 'creat':36 'data':71 'delet':4,55,72 'either':47 'european':59 'gdpr':61 'help':45 'hide':53 'id':8 'isn':79 'know':25 'legal':50 'll':15 'login':18,57 'month':37 'need':16 'old':6 'oppo':7 'password':27,28 'polish':63 'requir':30 'reset':29 'respect':81 'right':69 'rodo':64 'say':31 'support':42 'talk':66 'tech':41 'want':2 'year':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705060455
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12115587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704974055 {#2824
    date: 2024-01-11 12:54:15.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 {#1907
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2495 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: Proxies\__CG__\App\Entity\Image {#2830 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
    +slug: "Is-this-even-legal-Hiding-data-deletion-behind-login-after"
    +title: "Is this even legal? Hiding data deletion behind login (after email request)"
    +url: "https://lemmy.dbzer0.com/pictrs/image/4e67ea73-8c47-4be2-bc21-2f8757e80dc2.jpeg"
    +body: """
      I wanted to delete my old oppo id account, and to do that I’ll need to login into it, but I don’t know the password.\n
      \n
      Password reset requires saying when the account was created (month and year) and “tech support” can’t help here either.\n
      \n
      Is it legal to block / hide account deletion behind login in European countries? GDPR (and polish RODO) both talk about a right to data deletion, which in this case, I believe, isn’t respected.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 26
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723272753 {#2914
      date: 2024-08-10 08:52:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2920 …}
    +votes: Doctrine\ORM\PersistentCollection {#2930 …}
    +reports: Doctrine\ORM\PersistentCollection {#2932 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2934 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2936 …}
    +badges: Doctrine\ORM\PersistentCollection {#2938 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 28973
    -titleTs: "'behind':8 'data':6 'delet':7 'email':11 'even':3 'hide':5 'legal':4 'login':9 'request':12"
    -bodyTs: "'account':9,34,54 'behind':56 'believ':78 'block':52 'case':76 'countri':60 'creat':36 'data':71 'delet':4,55,72 'either':47 'european':59 'gdpr':61 'help':45 'hide':53 'id':8 'isn':79 'know':25 'legal':50 'll':15 'login':18,57 'month':37 'need':16 'old':6 'oppo':7 'password':27,28 'polish':63 'requir':30 'reset':29 'respect':81 'right':69 'rodo':64 'say':31 'support':42 'talk':66 'tech':41 'want':2 'year':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705060455
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12115587"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704974055 {#2824
      date: 2024-01-11 12:54:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > saying when the account was created (month and year)\n
    \n
    This is an absurd requirement, but do you have a ballpark idea, and does it let you continue to guess multiple times? Submit a few dozen password reset requests and if they complain, tell them to verify you via alternate means.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1721028910 {#1410
    date: 2024-07-15 09:35:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pacjo@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 299493
  -bodyTs: "'absurd':13 'account':4 'altern':49 'ballpark':20 'complain':42 'continu':27 'creat':6 'dozen':35 'guess':29 'idea':21 'let':25 'mean':50 'month':7 'multipl':30 'password':36 'request':38 'requir':14 'reset':37 'say':1 'submit':32 'tell':43 'time':31 'verifi':46 'via':48 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2019029"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704996180 {#1874
    date: 2024-01-11 19:03:00.0 +01:00
  }
  +"title": 299493
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1907
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2495 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: Proxies\__CG__\App\Entity\Image {#2830 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
    +slug: "Is-this-even-legal-Hiding-data-deletion-behind-login-after"
    +title: "Is this even legal? Hiding data deletion behind login (after email request)"
    +url: "https://lemmy.dbzer0.com/pictrs/image/4e67ea73-8c47-4be2-bc21-2f8757e80dc2.jpeg"
    +body: """
      I wanted to delete my old oppo id account, and to do that I’ll need to login into it, but I don’t know the password.\n
      \n
      Password reset requires saying when the account was created (month and year) and “tech support” can’t help here either.\n
      \n
      Is it legal to block / hide account deletion behind login in European countries? GDPR (and polish RODO) both talk about a right to data deletion, which in this case, I believe, isn’t respected.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 26
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723272753 {#2914
      date: 2024-08-10 08:52:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2920 …}
    +votes: Doctrine\ORM\PersistentCollection {#2930 …}
    +reports: Doctrine\ORM\PersistentCollection {#2932 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2934 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2936 …}
    +badges: Doctrine\ORM\PersistentCollection {#2938 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 28973
    -titleTs: "'behind':8 'data':6 'delet':7 'email':11 'even':3 'hide':5 'legal':4 'login':9 'request':12"
    -bodyTs: "'account':9,34,54 'behind':56 'believ':78 'block':52 'case':76 'countri':60 'creat':36 'data':71 'delet':4,55,72 'either':47 'european':59 'gdpr':61 'help':45 'hide':53 'id':8 'isn':79 'know':25 'legal':50 'll':15 'login':18,57 'month':37 'need':16 'old':6 'oppo':7 'password':27,28 'polish':63 'requir':30 'reset':29 'respect':81 'right':69 'rodo':64 'say':31 'support':42 'talk':66 'tech':41 'want':2 'year':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705060455
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12115587"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704974055 {#2824
      date: 2024-01-11 12:54:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > saying when the account was created (month and year)\n
    \n
    This is an absurd requirement, but do you have a ballpark idea, and does it let you continue to guess multiple times? Submit a few dozen password reset requests and if they complain, tell them to verify you via alternate means.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1721028910 {#1410
    date: 2024-07-15 09:35:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pacjo@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 299493
  -bodyTs: "'absurd':13 'account':4 'altern':49 'ballpark':20 'complain':42 'continu':27 'creat':6 'dozen':35 'guess':29 'idea':21 'let':25 'mean':50 'month':7 'multipl':30 'password':36 'request':38 'requir':14 'reset':37 'say':1 'submit':32 'tell':43 'time':31 'verifi':46 'via':48 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2019029"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704996180 {#1874
    date: 2024-01-11 19:03:00.0 +01:00
  }
  +"title": 299493
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1907
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2495 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
    +image: Proxies\__CG__\App\Entity\Image {#2830 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2919 …}
    +slug: "Is-this-even-legal-Hiding-data-deletion-behind-login-after"
    +title: "Is this even legal? Hiding data deletion behind login (after email request)"
    +url: "https://lemmy.dbzer0.com/pictrs/image/4e67ea73-8c47-4be2-bc21-2f8757e80dc2.jpeg"
    +body: """
      I wanted to delete my old oppo id account, and to do that I’ll need to login into it, but I don’t know the password.\n
      \n
      Password reset requires saying when the account was created (month and year) and “tech support” can’t help here either.\n
      \n
      Is it legal to block / hide account deletion behind login in European countries? GDPR (and polish RODO) both talk about a right to data deletion, which in this case, I believe, isn’t respected.
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 26
    +favouriteCount: 69
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723272753 {#2914
      date: 2024-08-10 08:52:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2920 …}
    +votes: Doctrine\ORM\PersistentCollection {#2930 …}
    +reports: Doctrine\ORM\PersistentCollection {#2932 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2934 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2936 …}
    +badges: Doctrine\ORM\PersistentCollection {#2938 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 28973
    -titleTs: "'behind':8 'data':6 'delet':7 'email':11 'even':3 'hide':5 'legal':4 'login':9 'request':12"
    -bodyTs: "'account':9,34,54 'behind':56 'believ':78 'block':52 'case':76 'countri':60 'creat':36 'data':71 'delet':4,55,72 'either':47 'european':59 'gdpr':61 'help':45 'hide':53 'id':8 'isn':79 'know':25 'legal':50 'll':15 'login':18,57 'month':37 'need':16 'old':6 'oppo':7 'password':27,28 'polish':63 'requir':30 'reset':29 'respect':81 'right':69 'rodo':64 'say':31 'support':42 'talk':66 'tech':41 'want':2 'year':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705060455
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12115587"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704974055 {#2824
      date: 2024-01-11 12:54:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1628 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > saying when the account was created (month and year)\n
    \n
    This is an absurd requirement, but do you have a ballpark idea, and does it let you continue to guess multiple times? Submit a few dozen password reset requests and if they complain, tell them to verify you via alternate means.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1721028910 {#1410
    date: 2024-07-15 09:35:10.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pacjo@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2395 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1384 …}
  -id: 299493
  -bodyTs: "'absurd':13 'account':4 'altern':49 'ballpark':20 'complain':42 'continu':27 'creat':6 'dozen':35 'guess':29 'idea':21 'let':25 'mean':50 'month':7 'multipl':30 'password':36 'request':38 'requir':14 'reset':37 'say':1 'submit':32 'tell':43 'time':31 'verifi':46 'via':48 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2019029"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704996180 {#1874
    date: 2024-01-11 19:03:00.0 +01:00
  }
  +"title": 299493
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1583
  +user: Proxies\__CG__\App\Entity\User {#2839 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2945 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2947 …}
  +slug: "Wrong-explanations-only"
  +title: "Wrong explanations only"
  +url: "https://sopuli.xyz/pictrs/image/a6d48a99-3a7b-4f88-a0e2-f1c0f3867921.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 101
  +favouriteCount: 329
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719092197 {#2940
    date: 2024-06-22 23:36:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2948 …}
  +votes: Doctrine\ORM\PersistentCollection {#2950 …}
  +reports: Doctrine\ORM\PersistentCollection {#2952 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2956 …}
  +badges: Doctrine\ORM\PersistentCollection {#2958 …}
  +children: [
    App\Entity\EntryComment {#1610
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "This comment has been reported. OP clearly stated “Wrong answers only.”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704575725 {#1434
        date: 2024-01-06 22:15:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hydroptic@sopuli.xyz"
        "@Jake_Farm@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1652 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 286684
      -bodyTs: "'answer':10 'clear':7 'comment':2 'op':6 'report':5 'state':8 'wrong':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1972529"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704575725 {#1699
        date: 2024-01-06 22:15:25.0 +01:00
      }
      +"title": 286684
    }
  ]
  -id: 27614
  -titleTs: "'explan':2 'wrong':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704634938
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7684320"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704548538 {#2922
    date: 2024-01-06 14:42:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#2839 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2945 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2947 …}
  +slug: "Wrong-explanations-only"
  +title: "Wrong explanations only"
  +url: "https://sopuli.xyz/pictrs/image/a6d48a99-3a7b-4f88-a0e2-f1c0f3867921.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 101
  +favouriteCount: 329
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719092197 {#2940
    date: 2024-06-22 23:36:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2948 …}
  +votes: Doctrine\ORM\PersistentCollection {#2950 …}
  +reports: Doctrine\ORM\PersistentCollection {#2952 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2956 …}
  +badges: Doctrine\ORM\PersistentCollection {#2958 …}
  +children: [
    App\Entity\EntryComment {#1610
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "This comment has been reported. OP clearly stated “Wrong answers only.”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704575725 {#1434
        date: 2024-01-06 22:15:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hydroptic@sopuli.xyz"
        "@Jake_Farm@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1652 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 286684
      -bodyTs: "'answer':10 'clear':7 'comment':2 'op':6 'report':5 'state':8 'wrong':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1972529"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704575725 {#1699
        date: 2024-01-06 22:15:25.0 +01:00
      }
      +"title": 286684
    }
  ]
  -id: 27614
  -titleTs: "'explan':2 'wrong':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704634938
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7684320"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704548538 {#2922
    date: 2024-01-06 14:42:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#2839 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: Proxies\__CG__\App\Entity\Image {#2945 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2947 …}
  +slug: "Wrong-explanations-only"
  +title: "Wrong explanations only"
  +url: "https://sopuli.xyz/pictrs/image/a6d48a99-3a7b-4f88-a0e2-f1c0f3867921.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 101
  +favouriteCount: 329
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719092197 {#2940
    date: 2024-06-22 23:36:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2948 …}
  +votes: Doctrine\ORM\PersistentCollection {#2950 …}
  +reports: Doctrine\ORM\PersistentCollection {#2952 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2956 …}
  +badges: Doctrine\ORM\PersistentCollection {#2958 …}
  +children: [
    App\Entity\EntryComment {#1610
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
      +body: "This comment has been reported. OP clearly stated “Wrong answers only.”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1704575725 {#1434
        date: 2024-01-06 22:15:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hydroptic@sopuli.xyz"
        "@Jake_Farm@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1652 …}
      +nested: Doctrine\ORM\PersistentCollection {#1679 …}
      +votes: Doctrine\ORM\PersistentCollection {#1668 …}
      +reports: Doctrine\ORM\PersistentCollection {#1666 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
      -id: 286684
      -bodyTs: "'answer':10 'clear':7 'comment':2 'op':6 'report':5 'state':8 'wrong':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1972529"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704575725 {#1699
        date: 2024-01-06 22:15:25.0 +01:00
      }
      +"title": 286684
    }
  ]
  -id: 27614
  -titleTs: "'explan':2 'wrong':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704634938
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7684320"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704548538 {#2922
    date: 2024-01-06 14:42:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1610
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#2839 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2945 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2947 …}
    +slug: "Wrong-explanations-only"
    +title: "Wrong explanations only"
    +url: "https://sopuli.xyz/pictrs/image/a6d48a99-3a7b-4f88-a0e2-f1c0f3867921.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 329
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719092197 {#2940
      date: 2024-06-22 23:36:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2948 …}
    +votes: Doctrine\ORM\PersistentCollection {#2950 …}
    +reports: Doctrine\ORM\PersistentCollection {#2952 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2954 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2956 …}
    +badges: Doctrine\ORM\PersistentCollection {#2958 …}
    +children: [
      App\Entity\EntryComment {#1610}
    ]
    -id: 27614
    -titleTs: "'explan':2 'wrong':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704634938
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7684320"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704548538 {#2922
      date: 2024-01-06 14:42:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "This comment has been reported. OP clearly stated “Wrong answers only.”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704575725 {#1434
    date: 2024-01-06 22:15:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hydroptic@sopuli.xyz"
    "@Jake_Farm@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1652 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 286684
  -bodyTs: "'answer':10 'clear':7 'comment':2 'op':6 'report':5 'state':8 'wrong':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1972529"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704575725 {#1699
    date: 2024-01-06 22:15:25.0 +01:00
  }
  +"title": 286684
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1610
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#2839 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2945 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2947 …}
    +slug: "Wrong-explanations-only"
    +title: "Wrong explanations only"
    +url: "https://sopuli.xyz/pictrs/image/a6d48a99-3a7b-4f88-a0e2-f1c0f3867921.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 329
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719092197 {#2940
      date: 2024-06-22 23:36:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2948 …}
    +votes: Doctrine\ORM\PersistentCollection {#2950 …}
    +reports: Doctrine\ORM\PersistentCollection {#2952 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2954 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2956 …}
    +badges: Doctrine\ORM\PersistentCollection {#2958 …}
    +children: [
      App\Entity\EntryComment {#1610}
    ]
    -id: 27614
    -titleTs: "'explan':2 'wrong':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704634938
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7684320"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704548538 {#2922
      date: 2024-01-06 14:42:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "This comment has been reported. OP clearly stated “Wrong answers only.”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704575725 {#1434
    date: 2024-01-06 22:15:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hydroptic@sopuli.xyz"
    "@Jake_Farm@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1652 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 286684
  -bodyTs: "'answer':10 'clear':7 'comment':2 'op':6 'report':5 'state':8 'wrong':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1972529"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704575725 {#1699
    date: 2024-01-06 22:15:25.0 +01:00
  }
  +"title": 286684
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1610
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#2839 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: Proxies\__CG__\App\Entity\Image {#2945 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2947 …}
    +slug: "Wrong-explanations-only"
    +title: "Wrong explanations only"
    +url: "https://sopuli.xyz/pictrs/image/a6d48a99-3a7b-4f88-a0e2-f1c0f3867921.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 101
    +favouriteCount: 329
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719092197 {#2940
      date: 2024-06-22 23:36:37.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2948 …}
    +votes: Doctrine\ORM\PersistentCollection {#2950 …}
    +reports: Doctrine\ORM\PersistentCollection {#2952 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2954 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2956 …}
    +badges: Doctrine\ORM\PersistentCollection {#2958 …}
    +children: [
      App\Entity\EntryComment {#1610}
    ]
    -id: 27614
    -titleTs: "'explan':2 'wrong':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704634938
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7684320"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704548538 {#2922
      date: 2024-01-06 14:42:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1655 …}
  +body: "This comment has been reported. OP clearly stated “Wrong answers only.”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1704575725 {#1434
    date: 2024-01-06 22:15:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hydroptic@sopuli.xyz"
    "@Jake_Farm@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1652 …}
  +nested: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1666 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  -id: 286684
  -bodyTs: "'answer':10 'clear':7 'comment':2 'op':6 'report':5 'state':8 'wrong':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1972529"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704575725 {#1699
    date: 2024-01-06 22:15:25.0 +01:00
  }
  +"title": 286684
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: Proxies\__CG__\App\Entity\Image {#2854 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
  +slug: "ifn-t"
  +title: "ifn't"
  +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 87
  +favouriteCount: 689
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727912168 {#2838
    date: 2024-10-03 01:36:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2875 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2870 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2900 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "This feels racist against Appalachia. We naturally speak with contractions and are commonly referred to as “unbalanced”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705641830 {#2131
        date: 2024-01-19 06:23:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@xia@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 321590
      -bodyTs: "'appalachia':5 'common':13 'contract':10 'feel':2 'natur':7 'racist':3 'refer':14 'speak':8 'unbalanc':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131587"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705641830 {#2132
        date: 2024-01-19 06:23:50.0 +01:00
      }
      +"title": 321590
    }
  ]
  -id: 31611
  -titleTs: "'ifn':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705707916
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8786536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621516 {#2832
    date: 2024-01-19 00:45:16.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
175 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: Proxies\__CG__\App\Entity\Image {#2854 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
  +slug: "ifn-t"
  +title: "ifn't"
  +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 87
  +favouriteCount: 689
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727912168 {#2838
    date: 2024-10-03 01:36:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2875 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2870 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2900 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "This feels racist against Appalachia. We naturally speak with contractions and are commonly referred to as “unbalanced”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705641830 {#2131
        date: 2024-01-19 06:23:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@xia@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 321590
      -bodyTs: "'appalachia':5 'common':13 'contract':10 'feel':2 'natur':7 'racist':3 'refer':14 'speak':8 'unbalanc':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131587"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705641830 {#2132
        date: 2024-01-19 06:23:50.0 +01:00
      }
      +"title": 321590
    }
  ]
  -id: 31611
  -titleTs: "'ifn':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705707916
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8786536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621516 {#2832
    date: 2024-01-19 00:45:16.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
176 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2040
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: Proxies\__CG__\App\Entity\Image {#2854 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
  +slug: "ifn-t"
  +title: "ifn't"
  +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 87
  +favouriteCount: 689
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727912168 {#2838
    date: 2024-10-03 01:36:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2875 …}
  +votes: Doctrine\ORM\PersistentCollection {#2873 …}
  +reports: Doctrine\ORM\PersistentCollection {#2870 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2900 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#2138
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2040 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "This feels racist against Appalachia. We naturally speak with contractions and are commonly referred to as “unbalanced”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705641830 {#2131
        date: 2024-01-19 06:23:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JPDev@programming.dev"
        "@xia@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 321590
      -bodyTs: "'appalachia':5 'common':13 'contract':10 'feel':2 'natur':7 'racist':3 'refer':14 'speak':8 'unbalanc':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/2131587"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705641830 {#2132
        date: 2024-01-19 06:23:50.0 +01:00
      }
      +"title": 321590
    }
  ]
  -id: 31611
  -titleTs: "'ifn':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705707916
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8786536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705621516 {#2832
    date: 2024-01-19 00:45:16.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
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 {#2138
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: Proxies\__CG__\App\Entity\Image {#2854 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
    +slug: "ifn-t"
    +title: "ifn't"
    +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 87
    +favouriteCount: 689
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727912168 {#2838
      date: 2024-10-03 01:36:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2875 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2870 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2900 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 31611
    -titleTs: "'ifn':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705707916
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8786536"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705621516 {#2832
      date: 2024-01-19 00:45:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "This feels racist against Appalachia. We naturally speak with contractions and are commonly referred to as “unbalanced”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705641830 {#2131
    date: 2024-01-19 06:23:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@xia@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 321590
  -bodyTs: "'appalachia':5 'common':13 'contract':10 'feel':2 'natur':7 'racist':3 'refer':14 'speak':8 'unbalanc':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705641830 {#2132
    date: 2024-01-19 06:23:50.0 +01:00
  }
  +"title": 321590
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2138
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: Proxies\__CG__\App\Entity\Image {#2854 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
    +slug: "ifn-t"
    +title: "ifn't"
    +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 87
    +favouriteCount: 689
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727912168 {#2838
      date: 2024-10-03 01:36:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2875 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2870 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2900 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 31611
    -titleTs: "'ifn':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705707916
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8786536"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705621516 {#2832
      date: 2024-01-19 00:45:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "This feels racist against Appalachia. We naturally speak with contractions and are commonly referred to as “unbalanced”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705641830 {#2131
    date: 2024-01-19 06:23:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@xia@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 321590
  -bodyTs: "'appalachia':5 'common':13 'contract':10 'feel':2 'natur':7 'racist':3 'refer':14 'speak':8 'unbalanc':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705641830 {#2132
    date: 2024-01-19 06:23:50.0 +01:00
  }
  +"title": 321590
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2138
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2040
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
    +image: Proxies\__CG__\App\Entity\Image {#2854 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2876 …}
    +slug: "ifn-t"
    +title: "ifn't"
    +url: "https://programming.dev/pictrs/image/3cb22526-3cb8-40ee-b012-e7f13b9b57f6.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 87
    +favouriteCount: 689
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727912168 {#2838
      date: 2024-10-03 01:36:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2875 …}
    +votes: Doctrine\ORM\PersistentCollection {#2873 …}
    +reports: Doctrine\ORM\PersistentCollection {#2870 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2900 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#2138}
    ]
    -id: 31611
    -titleTs: "'ifn':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705707916
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8786536"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705621516 {#2832
      date: 2024-01-19 00:45:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2345 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "This feels racist against Appalachia. We naturally speak with contractions and are commonly referred to as “unbalanced”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705641830 {#2131
    date: 2024-01-19 06:23:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JPDev@programming.dev"
    "@xia@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 321590
  -bodyTs: "'appalachia':5 'common':13 'contract':10 'feel':2 'natur':7 'racist':3 'refer':14 'speak':8 'unbalanc':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/2131587"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705641830 {#2132
    date: 2024-01-19 06:23:50.0 +01:00
  }
  +"title": 321590
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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