GET https://kbin.spritesserver.nl/all/top?p=964

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.23 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#197
  +user: Proxies\__CG__\App\Entity\User {#2423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Matter-vs-Zigbee-what-is-Matter-actually-replacing"
  +title: "Matter vs Zigbee: what is Matter actually replacing?"
  +url: null
  +body: """
    I just started my journey into Home Automation, and I think I am starting to understand better what Matter actually signifies…\n
    \n
    So, Zigbee is just a communication protocol, and the definition of smart devices is actually done by ZHA, Zigbee2MQTT, etc… correct?\n
    \n
    So Matter actually reduces all those Zigbee sub-protocols into one thing, so one Matter bulb will be always compatible, you don’t need to pick like we do now with ZHA, Zigbee2MQTT… correct?\n
    \n
    And then, the Zigbee communication is substituted either with Thread (basically Zigbee technology but for Matter) or Wi-Fi. But the smart device definition is still Matter, so a bulb will always behave like Matter specifies, in terms of variables and parameters.\n
    \n
    Am I getting close?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637949 {#191
    date: 2023-07-06 12:05:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#226 …}
  +votes: Doctrine\ORM\PersistentCollection {#1819 …}
  +reports: Doctrine\ORM\PersistentCollection {#2412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1834 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1867 …}
  +badges: Doctrine\ORM\PersistentCollection {#1881 …}
  +children: []
  -id: 32606
  -titleTs: "'actual':7 'matter':1,6 'replac':8 'vs':2 'zigbe':3"
  -bodyTs: "'actual':20,36,45 'alway':62,110 'autom':8 'basic':88 'behav':111 'better':17 'bulb':59,108 'close':124 'communic':27,82 'compat':63 'correct':42,77 'definit':31,102 'devic':34,101 'done':37 'either':85 'etc':41 'fi':97 'get':123 'home':7 'journey':5 'like':70,112 'matter':19,44,58,93,105,113 'need':67 'one':54,57 'paramet':120 'pick':69 'protocol':28,52 'reduc':46 'signifi':21 'smart':33,100 'specifi':114 'start':3,14 'still':104 'sub':51 'sub-protocol':50 'substitut':84 'technolog':90 'term':116 'thing':55 'think':11 'thread':87 'understand':16 'variabl':118 'wi':96 'wi-fi':95 'zha':39,75 'zigbe':23,49,81,89 'zigbee2mqtt':40,76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/519138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637949 {#242
    date: 2023-07-06 12:05:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
App\Entity\Entry {#197
  +user: Proxies\__CG__\App\Entity\User {#2423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Matter-vs-Zigbee-what-is-Matter-actually-replacing"
  +title: "Matter vs Zigbee: what is Matter actually replacing?"
  +url: null
  +body: """
    I just started my journey into Home Automation, and I think I am starting to understand better what Matter actually signifies…\n
    \n
    So, Zigbee is just a communication protocol, and the definition of smart devices is actually done by ZHA, Zigbee2MQTT, etc… correct?\n
    \n
    So Matter actually reduces all those Zigbee sub-protocols into one thing, so one Matter bulb will be always compatible, you don’t need to pick like we do now with ZHA, Zigbee2MQTT… correct?\n
    \n
    And then, the Zigbee communication is substituted either with Thread (basically Zigbee technology but for Matter) or Wi-Fi. But the smart device definition is still Matter, so a bulb will always behave like Matter specifies, in terms of variables and parameters.\n
    \n
    Am I getting close?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637949 {#191
    date: 2023-07-06 12:05:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#226 …}
  +votes: Doctrine\ORM\PersistentCollection {#1819 …}
  +reports: Doctrine\ORM\PersistentCollection {#2412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1834 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1867 …}
  +badges: Doctrine\ORM\PersistentCollection {#1881 …}
  +children: []
  -id: 32606
  -titleTs: "'actual':7 'matter':1,6 'replac':8 'vs':2 'zigbe':3"
  -bodyTs: "'actual':20,36,45 'alway':62,110 'autom':8 'basic':88 'behav':111 'better':17 'bulb':59,108 'close':124 'communic':27,82 'compat':63 'correct':42,77 'definit':31,102 'devic':34,101 'done':37 'either':85 'etc':41 'fi':97 'get':123 'home':7 'journey':5 'like':70,112 'matter':19,44,58,93,105,113 'need':67 'one':54,57 'paramet':120 'pick':69 'protocol':28,52 'reduc':46 'signifi':21 'smart':33,100 'specifi':114 'start':3,14 'still':104 'sub':51 'sub-protocol':50 'substitut':84 'technolog':90 'term':116 'thing':55 'think':11 'thread':87 'understand':16 'variabl':118 'wi':96 'wi-fi':95 'zha':39,75 'zigbe':23,49,81,89 'zigbee2mqtt':40,76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/519138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637949 {#242
    date: 2023-07-06 12:05:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
App\Entity\Entry {#197
  +user: Proxies\__CG__\App\Entity\User {#2423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#233 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Matter-vs-Zigbee-what-is-Matter-actually-replacing"
  +title: "Matter vs Zigbee: what is Matter actually replacing?"
  +url: null
  +body: """
    I just started my journey into Home Automation, and I think I am starting to understand better what Matter actually signifies…\n
    \n
    So, Zigbee is just a communication protocol, and the definition of smart devices is actually done by ZHA, Zigbee2MQTT, etc… correct?\n
    \n
    So Matter actually reduces all those Zigbee sub-protocols into one thing, so one Matter bulb will be always compatible, you don’t need to pick like we do now with ZHA, Zigbee2MQTT… correct?\n
    \n
    And then, the Zigbee communication is substituted either with Thread (basically Zigbee technology but for Matter) or Wi-Fi. But the smart device definition is still Matter, so a bulb will always behave like Matter specifies, in terms of variables and parameters.\n
    \n
    Am I getting close?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637949 {#191
    date: 2023-07-06 12:05:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#226 …}
  +votes: Doctrine\ORM\PersistentCollection {#1819 …}
  +reports: Doctrine\ORM\PersistentCollection {#2412 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1834 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1867 …}
  +badges: Doctrine\ORM\PersistentCollection {#1881 …}
  +children: []
  -id: 32606
  -titleTs: "'actual':7 'matter':1,6 'replac':8 'vs':2 'zigbe':3"
  -bodyTs: "'actual':20,36,45 'alway':62,110 'autom':8 'basic':88 'behav':111 'better':17 'bulb':59,108 'close':124 'communic':27,82 'compat':63 'correct':42,77 'definit':31,102 'devic':34,101 'done':37 'either':85 'etc':41 'fi':97 'get':123 'home':7 'journey':5 'like':70,112 'matter':19,44,58,93,105,113 'need':67 'one':54,57 'paramet':120 'pick':69 'protocol':28,52 'reduc':46 'signifi':21 'smart':33,100 'specifi':114 'start':3,14 'still':104 'sub':51 'sub-protocol':50 'substitut':84 'technolog':90 'term':116 'thing':55 'think':11 'thread':87 'understand':16 'variabl':118 'wi':96 'wi-fi':95 'zha':39,75 'zigbe':23,49,81,89 'zigbee2mqtt':40,76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/519138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637949 {#242
    date: 2023-07-06 12:05:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1688
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1896 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
  +slug: "Today-July-6-is-Malawi-Independence-day-Here-s-the-flag"
  +title: "Today, July 6, is Malawi Independence day. Here's the flag they adopted when gaining independence from UK in 1964."
  +url: "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Flag_of_Malawi.svg/1280px-Flag_of_Malawi.svg.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637114 {#1882
    date: 2023-07-06 11:51:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1901 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1960 …}
  +badges: Doctrine\ORM\PersistentCollection {#1974 …}
  +children: []
  -id: 20305
  -titleTs: "'1964':20 '6':3 'adopt':13 'day':7 'flag':11 'gain':15 'independ':6,16 'juli':2 'malawi':5 'today':1 'uk':18"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688637114
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1090974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637114 {#1885
    date: 2023-07-06 11:51:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1688
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1896 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
  +slug: "Today-July-6-is-Malawi-Independence-day-Here-s-the-flag"
  +title: "Today, July 6, is Malawi Independence day. Here's the flag they adopted when gaining independence from UK in 1964."
  +url: "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Flag_of_Malawi.svg/1280px-Flag_of_Malawi.svg.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637114 {#1882
    date: 2023-07-06 11:51:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1901 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1960 …}
  +badges: Doctrine\ORM\PersistentCollection {#1974 …}
  +children: []
  -id: 20305
  -titleTs: "'1964':20 '6':3 'adopt':13 'day':7 'flag':11 'gain':15 'independ':6,16 'juli':2 'malawi':5 'today':1 'uk':18"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688637114
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1090974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637114 {#1885
    date: 2023-07-06 11:51:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1688
  +user: Proxies\__CG__\App\Entity\User {#1905 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1408 …}
  +image: Proxies\__CG__\App\Entity\Image {#1896 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1897 …}
  +slug: "Today-July-6-is-Malawi-Independence-day-Here-s-the-flag"
  +title: "Today, July 6, is Malawi Independence day. Here's the flag they adopted when gaining independence from UK in 1964."
  +url: "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Flag_of_Malawi.svg/1280px-Flag_of_Malawi.svg.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637114 {#1882
    date: 2023-07-06 11:51:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1901 …}
  +votes: Doctrine\ORM\PersistentCollection {#1944 …}
  +reports: Doctrine\ORM\PersistentCollection {#1395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1960 …}
  +badges: Doctrine\ORM\PersistentCollection {#1974 …}
  +children: []
  -id: 20305
  -titleTs: "'1964':20 '6':3 'adopt':13 'day':7 'flag':11 'gain':15 'independ':6,16 'juli':2 'malawi':5 'today':1 'uk':18"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688637114
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1090974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637114 {#1885
    date: 2023-07-06 11:51:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1937
  +user: Proxies\__CG__\App\Entity\User {#1962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Sources-for-FLAC-Music"
  +title: "Sources for FLAC Music"
  +url: null
  +body: """
    Hi! I wanted to start to hoard my favorite tracks in the best possible quality. A lot of stuff is available through Deezer or Tidal i know, but what sources are you guys using when FLACs for particular albums or songs cannot be found on Deezer or Tidal? I wanted to get the Rock n Roll Train song from ACDC in FLAC, but Tidal doesn’t have it in FLAC.\n
    \n
    Are there any good Public/Private trackers for Music?\n
    \n
    Cheers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688636640 {#1975
    date: 2023-07-06 11:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 21826
  -titleTs: "'flac':3 'music':4 'sourc':1"
  -bodyTs: "'acdc':60 'album':39 'avail':21 'best':13 'cannot':42 'cheer':79 'deezer':23,46 'doesn':65 'favorit':9 'flac':36,62,70 'found':44 'get':52 'good':74 'guy':33 'hi':1 'hoard':7 'know':27 'lot':17 'music':78 'n':55 'particular':38 'possibl':14 'public/private':75 'qualiti':15 'rock':54 'roll':56 'song':41,58 'sourc':30 'start':5 'stuff':19 'tidal':25,48,64 'track':10 'tracker':76 'train':57 'use':34 'want':3,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636640
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/420641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688636640 {#1953
    date: 2023-07-06 11:44:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1937
  +user: Proxies\__CG__\App\Entity\User {#1962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Sources-for-FLAC-Music"
  +title: "Sources for FLAC Music"
  +url: null
  +body: """
    Hi! I wanted to start to hoard my favorite tracks in the best possible quality. A lot of stuff is available through Deezer or Tidal i know, but what sources are you guys using when FLACs for particular albums or songs cannot be found on Deezer or Tidal? I wanted to get the Rock n Roll Train song from ACDC in FLAC, but Tidal doesn’t have it in FLAC.\n
    \n
    Are there any good Public/Private trackers for Music?\n
    \n
    Cheers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688636640 {#1975
    date: 2023-07-06 11:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 21826
  -titleTs: "'flac':3 'music':4 'sourc':1"
  -bodyTs: "'acdc':60 'album':39 'avail':21 'best':13 'cannot':42 'cheer':79 'deezer':23,46 'doesn':65 'favorit':9 'flac':36,62,70 'found':44 'get':52 'good':74 'guy':33 'hi':1 'hoard':7 'know':27 'lot':17 'music':78 'n':55 'particular':38 'possibl':14 'public/private':75 'qualiti':15 'rock':54 'roll':56 'song':41,58 'sourc':30 'start':5 'stuff':19 'tidal':25,48,64 'track':10 'tracker':76 'train':57 'use':34 'want':3,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636640
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/420641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688636640 {#1953
    date: 2023-07-06 11:44:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1937
  +user: Proxies\__CG__\App\Entity\User {#1962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1943 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Sources-for-FLAC-Music"
  +title: "Sources for FLAC Music"
  +url: null
  +body: """
    Hi! I wanted to start to hoard my favorite tracks in the best possible quality. A lot of stuff is available through Deezer or Tidal i know, but what sources are you guys using when FLACs for particular albums or songs cannot be found on Deezer or Tidal? I wanted to get the Rock n Roll Train song from ACDC in FLAC, but Tidal doesn’t have it in FLAC.\n
    \n
    Are there any good Public/Private trackers for Music?\n
    \n
    Cheers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688636640 {#1975
    date: 2023-07-06 11:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 21826
  -titleTs: "'flac':3 'music':4 'sourc':1"
  -bodyTs: "'acdc':60 'album':39 'avail':21 'best':13 'cannot':42 'cheer':79 'deezer':23,46 'doesn':65 'favorit':9 'flac':36,62,70 'found':44 'get':52 'good':74 'guy':33 'hi':1 'hoard':7 'know':27 'lot':17 'music':78 'n':55 'particular':38 'possibl':14 'public/private':75 'qualiti':15 'rock':54 'roll':56 'song':41,58 'sourc':30 'start':5 'stuff':19 'tidal':25,48,64 'track':10 'tracker':76 'train':57 'use':34 'want':3,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636640
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/420641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688636640 {#1953
    date: 2023-07-06 11:44:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1388
  +user: Proxies\__CG__\App\Entity\User {#1387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1380 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Dammit-pasta-just-stop"
  +title: "Dammit pasta, just stop!"
  +url: "https://lemm.ee/pictrs/image/e2bee9b6-bf3f-4fd6-9d2c-0462310b108d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688634784 {#1386
    date: 2023-07-06 11:13:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 15091
  -titleTs: "'dammit':1 'pasta':2 'stop':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688639284
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/728097"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688634784 {#1397
    date: 2023-07-06 11:13:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1388
  +user: Proxies\__CG__\App\Entity\User {#1387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1380 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Dammit-pasta-just-stop"
  +title: "Dammit pasta, just stop!"
  +url: "https://lemm.ee/pictrs/image/e2bee9b6-bf3f-4fd6-9d2c-0462310b108d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688634784 {#1386
    date: 2023-07-06 11:13:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 15091
  -titleTs: "'dammit':1 'pasta':2 'stop':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688639284
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/728097"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688634784 {#1397
    date: 2023-07-06 11:13:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1388
  +user: Proxies\__CG__\App\Entity\User {#1387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1380 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1890 …}
  +slug: "Dammit-pasta-just-stop"
  +title: "Dammit pasta, just stop!"
  +url: "https://lemm.ee/pictrs/image/e2bee9b6-bf3f-4fd6-9d2c-0462310b108d.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688634784 {#1386
    date: 2023-07-06 11:13:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1903 …}
  +votes: Doctrine\ORM\PersistentCollection {#1364 …}
  +reports: Doctrine\ORM\PersistentCollection {#1398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1376 …}
  +badges: Doctrine\ORM\PersistentCollection {#1377 …}
  +children: []
  -id: 15091
  -titleTs: "'dammit':1 'pasta':2 'stop':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688639284
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/728097"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688634784 {#1397
    date: 2023-07-06 11:13:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1927 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Fence-tester-which-resistors"
  +title: "Fence tester - which resistors?"
  +url: null
  +body: "I lost my electric fence tester, probably the pigs ate it. But I opened it once to resolder the earth wire and found it’s really just a voltage divider with resistors and leds, so I can probably rebuild with stuff I have. What resistor values though? 2k to 10k V run through the fence. If any of you good people have a diagram, a formula or an idea, please help."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688726489 {#1969
    date: 2023-07-07 12:41:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1368 …}
  +votes: Doctrine\ORM\PersistentCollection {#1396 …}
  +reports: Doctrine\ORM\PersistentCollection {#1366 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1378 …}
  +badges: Doctrine\ORM\PersistentCollection {#1371 …}
  +children: []
  -id: 886
  -titleTs: "'fenc':1 'resistor':4 'tester':2"
  -bodyTs: "'10k':50 '2k':48 'ate':10 'diagram':64 'divid':30 'earth':20 'electr':4 'fenc':5,55 'formula':66 'found':23 'good':60 'help':71 'idea':69 'led':34 'lost':2 'open':14 'peopl':61 'pig':9 'pleas':70 'probabl':7,38 'realli':26 'rebuild':39 'resistor':32,45 'resold':18 'run':52 'stuff':41 'tester':6 'though':47 'v':51 'valu':46 'voltag':29 'wire':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688671166
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/518129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688633666 {#1941
    date: 2023-07-06 10:54:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1927 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Fence-tester-which-resistors"
  +title: "Fence tester - which resistors?"
  +url: null
  +body: "I lost my electric fence tester, probably the pigs ate it. But I opened it once to resolder the earth wire and found it’s really just a voltage divider with resistors and leds, so I can probably rebuild with stuff I have. What resistor values though? 2k to 10k V run through the fence. If any of you good people have a diagram, a formula or an idea, please help."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688726489 {#1969
    date: 2023-07-07 12:41:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1368 …}
  +votes: Doctrine\ORM\PersistentCollection {#1396 …}
  +reports: Doctrine\ORM\PersistentCollection {#1366 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1378 …}
  +badges: Doctrine\ORM\PersistentCollection {#1371 …}
  +children: []
  -id: 886
  -titleTs: "'fenc':1 'resistor':4 'tester':2"
  -bodyTs: "'10k':50 '2k':48 'ate':10 'diagram':64 'divid':30 'earth':20 'electr':4 'fenc':5,55 'formula':66 'found':23 'good':60 'help':71 'idea':69 'led':34 'lost':2 'open':14 'peopl':61 'pig':9 'pleas':70 'probabl':7,38 'realli':26 'rebuild':39 'resistor':32,45 'resold':18 'run':52 'stuff':41 'tester':6 'though':47 'v':51 'valu':46 'voltag':29 'wire':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688671166
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/518129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688633666 {#1941
    date: 2023-07-06 10:54:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1942
  +user: Proxies\__CG__\App\Entity\User {#1971 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1927 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Fence-tester-which-resistors"
  +title: "Fence tester - which resistors?"
  +url: null
  +body: "I lost my electric fence tester, probably the pigs ate it. But I opened it once to resolder the earth wire and found it’s really just a voltage divider with resistors and leds, so I can probably rebuild with stuff I have. What resistor values though? 2k to 10k V run through the fence. If any of you good people have a diagram, a formula or an idea, please help."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688726489 {#1969
    date: 2023-07-07 12:41:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1368 …}
  +votes: Doctrine\ORM\PersistentCollection {#1396 …}
  +reports: Doctrine\ORM\PersistentCollection {#1366 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1378 …}
  +badges: Doctrine\ORM\PersistentCollection {#1371 …}
  +children: []
  -id: 886
  -titleTs: "'fenc':1 'resistor':4 'tester':2"
  -bodyTs: "'10k':50 '2k':48 'ate':10 'diagram':64 'divid':30 'earth':20 'electr':4 'fenc':5,55 'formula':66 'found':23 'good':60 'help':71 'idea':69 'led':34 'lost':2 'open':14 'peopl':61 'pig':9 'pleas':70 'probabl':7,38 'realli':26 'rebuild':39 'resistor':32,45 'resold':18 'run':52 'stuff':41 'tester':6 'though':47 'v':51 'valu':46 'voltag':29 'wire':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688671166
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/518129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688633666 {#1941
    date: 2023-07-06 10:54:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1367
  +user: Proxies\__CG__\App\Entity\User {#1902 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1898 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Types-of-government-and-business-explained-by-cows"
  +title: "Types of government and business explained by cows"
  +url: "https://lemmy.world/pictrs/image/c6a2453a-6c22-48a0-8d35-06f04fa219a7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688631436 {#1379
    date: 2023-07-06 10:17:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2446 …}
  +badges: Doctrine\ORM\PersistentCollection {#2444 …}
  +children: []
  -id: 24561
  -titleTs: "'busi':5 'cow':8 'explain':6 'govern':3 'type':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1089418"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688631436 {#1400
    date: 2023-07-06 10:17:16.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1367
  +user: Proxies\__CG__\App\Entity\User {#1902 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1898 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Types-of-government-and-business-explained-by-cows"
  +title: "Types of government and business explained by cows"
  +url: "https://lemmy.world/pictrs/image/c6a2453a-6c22-48a0-8d35-06f04fa219a7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688631436 {#1379
    date: 2023-07-06 10:17:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2446 …}
  +badges: Doctrine\ORM\PersistentCollection {#2444 …}
  +children: []
  -id: 24561
  -titleTs: "'busi':5 'cow':8 'explain':6 'govern':3 'type':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1089418"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688631436 {#1400
    date: 2023-07-06 10:17:16.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1367
  +user: Proxies\__CG__\App\Entity\User {#1902 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1898 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Types-of-government-and-business-explained-by-cows"
  +title: "Types of government and business explained by cows"
  +url: "https://lemmy.world/pictrs/image/c6a2453a-6c22-48a0-8d35-06f04fa219a7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688631436 {#1379
    date: 2023-07-06 10:17:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1904 …}
  +votes: Doctrine\ORM\PersistentCollection {#2438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1838 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2446 …}
  +badges: Doctrine\ORM\PersistentCollection {#2444 …}
  +children: []
  -id: 24561
  -titleTs: "'busi':5 'cow':8 'explain':6 'govern':3 'type':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1089418"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688631436 {#1400
    date: 2023-07-06 10:17:16.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#2442
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "The-cicle-of-life"
  +title: "The cicle of life"
  +url: "https://i.imgur.com/thEFmmb.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688631289 {#2432
    date: 2023-07-06 10:14:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 5726
  -titleTs: "'cicl':2 'life':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688631289
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/517671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688631289 {#2443
    date: 2023-07-06 10:14:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2442
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "The-cicle-of-life"
  +title: "The cicle of life"
  +url: "https://i.imgur.com/thEFmmb.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688631289 {#2432
    date: 2023-07-06 10:14:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 5726
  -titleTs: "'cicl':2 'life':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688631289
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/517671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688631289 {#2443
    date: 2023-07-06 10:14:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2442
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "The-cicle-of-life"
  +title: "The cicle of life"
  +url: "https://i.imgur.com/thEFmmb.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688631289 {#2432
    date: 2023-07-06 10:14:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 5726
  -titleTs: "'cicl':2 'life':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688631289
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/517671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688631289 {#2443
    date: 2023-07-06 10:14:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: Proxies\__CG__\App\Entity\Image {#2483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2354 …}
  +slug: "Why-are-people-anti-Facebook-joining-the-fediverse"
  +title: "Why are people anti Facebook joining the fediverse?"
  +url: "https://lemmy.ca/pictrs/image/0e97ef34-eebb-49c3-8288-44fe2f23b311.jpeg"
  +body: """
    The arguments I’ve heard about tracking etc are misguided and don’t understand the actual risks.\n
    \n
    Firstly, posts on the fediverse are already likely being consumed by advertising platforms like Facebook & Google. It would be trivial for big tech companies to setup relays that act as scrapers.\n
    \n
    Secondly, the value in platform’s tracking individuals is for advertising. There is no mechanism for these platforms to identify you browsing the we if your instance federated with threads. Your instance won’t share cookie sessions etc with threads. It doesn’t increase your exposure.\n
    \n
    Thirdly, these platforms have the know how to deal with spam and they will be incentivised to share that tech with other federated instances.\n
    \n
    Don’t get me wrong, Facebook is an evil company. But I haven’t heard a decent argument as to why them joining the fediverse is a bad thing. We always have the option to defederate in the future.\n
    \n
    Change my mind.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688642883 {#2475
    date: 2023-07-06 13:28:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2485 …}
  +reports: Doctrine\ORM\PersistentCollection {#2409 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2490 …}
  +badges: Doctrine\ORM\PersistentCollection {#2473 …}
  +children: []
  -id: 1059
  -titleTs: "'anti':4 'facebook':5 'fedivers':8 'join':6 'peopl':3"
  -bodyTs: "'act':46 'actual':16 'advertis':29,59 'alreadi':24 'alway':149 'argument':2,136 'bad':146 'big':39 'brows':70 'chang':158 'compani':41,128 'consum':27 'cooki':84 'deal':103 'decent':135 'defeder':154 'doesn':90 'etc':8,86 'evil':127 'exposur':94 'facebook':32,124 'feder':76,117 'fedivers':22,143 'first':18 'futur':157 'get':121 'googl':33 'haven':131 'heard':5,133 'identifi':68 'incentivis':110 'increas':92 'individu':56 'instanc':75,80,118 'join':141 'know':100 'like':25,31 'mechan':63 'mind':160 'misguid':10 'option':152 'platform':30,53,66,97 'post':19 'relay':44 'risk':17 'scraper':48 'second':49 'session':85 'setup':43 'share':83,112 'spam':105 'tech':40,114 'thing':147 'third':95 'thread':78,88 'track':7,55 'trivial':37 'understand':14 'valu':51 've':4 'won':81 'would':35 'wrong':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688656002
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/1180959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688630002 {#2472
    date: 2023-07-06 09:53:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: Proxies\__CG__\App\Entity\Image {#2483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2354 …}
  +slug: "Why-are-people-anti-Facebook-joining-the-fediverse"
  +title: "Why are people anti Facebook joining the fediverse?"
  +url: "https://lemmy.ca/pictrs/image/0e97ef34-eebb-49c3-8288-44fe2f23b311.jpeg"
  +body: """
    The arguments I’ve heard about tracking etc are misguided and don’t understand the actual risks.\n
    \n
    Firstly, posts on the fediverse are already likely being consumed by advertising platforms like Facebook & Google. It would be trivial for big tech companies to setup relays that act as scrapers.\n
    \n
    Secondly, the value in platform’s tracking individuals is for advertising. There is no mechanism for these platforms to identify you browsing the we if your instance federated with threads. Your instance won’t share cookie sessions etc with threads. It doesn’t increase your exposure.\n
    \n
    Thirdly, these platforms have the know how to deal with spam and they will be incentivised to share that tech with other federated instances.\n
    \n
    Don’t get me wrong, Facebook is an evil company. But I haven’t heard a decent argument as to why them joining the fediverse is a bad thing. We always have the option to defederate in the future.\n
    \n
    Change my mind.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688642883 {#2475
    date: 2023-07-06 13:28:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2485 …}
  +reports: Doctrine\ORM\PersistentCollection {#2409 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2490 …}
  +badges: Doctrine\ORM\PersistentCollection {#2473 …}
  +children: []
  -id: 1059
  -titleTs: "'anti':4 'facebook':5 'fedivers':8 'join':6 'peopl':3"
  -bodyTs: "'act':46 'actual':16 'advertis':29,59 'alreadi':24 'alway':149 'argument':2,136 'bad':146 'big':39 'brows':70 'chang':158 'compani':41,128 'consum':27 'cooki':84 'deal':103 'decent':135 'defeder':154 'doesn':90 'etc':8,86 'evil':127 'exposur':94 'facebook':32,124 'feder':76,117 'fedivers':22,143 'first':18 'futur':157 'get':121 'googl':33 'haven':131 'heard':5,133 'identifi':68 'incentivis':110 'increas':92 'individu':56 'instanc':75,80,118 'join':141 'know':100 'like':25,31 'mechan':63 'mind':160 'misguid':10 'option':152 'platform':30,53,66,97 'post':19 'relay':44 'risk':17 'scraper':48 'second':49 'session':85 'setup':43 'share':83,112 'spam':105 'tech':40,114 'thing':147 'third':95 'thread':78,88 'track':7,55 'trivial':37 'understand':14 'valu':51 've':4 'won':81 'would':35 'wrong':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688656002
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/1180959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688630002 {#2472
    date: 2023-07-06 09:53:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: Proxies\__CG__\App\Entity\Image {#2483 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2354 …}
  +slug: "Why-are-people-anti-Facebook-joining-the-fediverse"
  +title: "Why are people anti Facebook joining the fediverse?"
  +url: "https://lemmy.ca/pictrs/image/0e97ef34-eebb-49c3-8288-44fe2f23b311.jpeg"
  +body: """
    The arguments I’ve heard about tracking etc are misguided and don’t understand the actual risks.\n
    \n
    Firstly, posts on the fediverse are already likely being consumed by advertising platforms like Facebook & Google. It would be trivial for big tech companies to setup relays that act as scrapers.\n
    \n
    Secondly, the value in platform’s tracking individuals is for advertising. There is no mechanism for these platforms to identify you browsing the we if your instance federated with threads. Your instance won’t share cookie sessions etc with threads. It doesn’t increase your exposure.\n
    \n
    Thirdly, these platforms have the know how to deal with spam and they will be incentivised to share that tech with other federated instances.\n
    \n
    Don’t get me wrong, Facebook is an evil company. But I haven’t heard a decent argument as to why them joining the fediverse is a bad thing. We always have the option to defederate in the future.\n
    \n
    Change my mind.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688642883 {#2475
    date: 2023-07-06 13:28:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2358 …}
  +votes: Doctrine\ORM\PersistentCollection {#2485 …}
  +reports: Doctrine\ORM\PersistentCollection {#2409 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2490 …}
  +badges: Doctrine\ORM\PersistentCollection {#2473 …}
  +children: []
  -id: 1059
  -titleTs: "'anti':4 'facebook':5 'fedivers':8 'join':6 'peopl':3"
  -bodyTs: "'act':46 'actual':16 'advertis':29,59 'alreadi':24 'alway':149 'argument':2,136 'bad':146 'big':39 'brows':70 'chang':158 'compani':41,128 'consum':27 'cooki':84 'deal':103 'decent':135 'defeder':154 'doesn':90 'etc':8,86 'evil':127 'exposur':94 'facebook':32,124 'feder':76,117 'fedivers':22,143 'first':18 'futur':157 'get':121 'googl':33 'haven':131 'heard':5,133 'identifi':68 'incentivis':110 'increas':92 'individu':56 'instanc':75,80,118 'join':141 'know':100 'like':25,31 'mechan':63 'mind':160 'misguid':10 'option':152 'platform':30,53,66,97 'post':19 'relay':44 'risk':17 'scraper':48 'second':49 'session':85 'setup':43 'share':83,112 'spam':105 'tech':40,114 'thing':147 'third':95 'thread':78,88 'track':7,55 'trivial':37 'understand':14 'valu':51 've':4 'won':81 'would':35 'wrong':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688656002
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/1180959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688630002 {#2472
    date: 2023-07-06 09:53:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "How-old-are-we-here"
  +title: "How old are we here?"
  +url: null
  +body: """
    Just got interested in what the age breakdown is on here.\n
    \n
    So … a kind of poll (even though lemmy doesn’t have polls).\n
    \n
    Let’s keep it as anonymous/general as possible …\n
    \n
    **Use the categories below and upvotes on existing posts as much as possible?**\n
    \n
    1. 0-9\n
    2. 10-19\n
    3. 20-29\n
    4. 30-39\n
    5. 40-49\n
    6. 50-59\n
    7. 60+
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688909977 {#1923
    date: 2023-07-09 15:39:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 1051
  -titleTs: "'old':2"
  -bodyTs: "'-19':50 '-29':53 '-39':56 '-49':59 '-59':62 '-9':47 '0':46 '1':45 '10':49 '2':48 '20':52 '3':51 '30':55 '4':54 '40':58 '5':57 '50':61 '6':60 '60':64 '7':63 'age':7 'anonymous/general':29 'breakdown':8 'categori':34 'doesn':20 'even':17 'exist':39 'got':2 'interest':3 'keep':26 'kind':14 'lemmi':19 'let':24 'much':42 'poll':16,23 'possibl':31,44 'post':40 'though':18 'upvot':37 'use':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688658005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1774488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688629505 {#2484
    date: 2023-07-06 09:45:05.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "How-old-are-we-here"
  +title: "How old are we here?"
  +url: null
  +body: """
    Just got interested in what the age breakdown is on here.\n
    \n
    So … a kind of poll (even though lemmy doesn’t have polls).\n
    \n
    Let’s keep it as anonymous/general as possible …\n
    \n
    **Use the categories below and upvotes on existing posts as much as possible?**\n
    \n
    1. 0-9\n
    2. 10-19\n
    3. 20-29\n
    4. 30-39\n
    5. 40-49\n
    6. 50-59\n
    7. 60+
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688909977 {#1923
    date: 2023-07-09 15:39:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 1051
  -titleTs: "'old':2"
  -bodyTs: "'-19':50 '-29':53 '-39':56 '-49':59 '-59':62 '-9':47 '0':46 '1':45 '10':49 '2':48 '20':52 '3':51 '30':55 '4':54 '40':58 '5':57 '50':61 '6':60 '60':64 '7':63 'age':7 'anonymous/general':29 'breakdown':8 'categori':34 'doesn':20 'even':17 'exist':39 'got':2 'interest':3 'keep':26 'kind':14 'lemmi':19 'let':24 'much':42 'poll':16,23 'possibl':31,44 'post':40 'though':18 'upvot':37 'use':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688658005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1774488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688629505 {#2484
    date: 2023-07-06 09:45:05.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "How-old-are-we-here"
  +title: "How old are we here?"
  +url: null
  +body: """
    Just got interested in what the age breakdown is on here.\n
    \n
    So … a kind of poll (even though lemmy doesn’t have polls).\n
    \n
    Let’s keep it as anonymous/general as possible …\n
    \n
    **Use the categories below and upvotes on existing posts as much as possible?**\n
    \n
    1. 0-9\n
    2. 10-19\n
    3. 20-29\n
    4. 30-39\n
    5. 40-49\n
    6. 50-59\n
    7. 60+
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688909977 {#1923
    date: 2023-07-09 15:39:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 1051
  -titleTs: "'old':2"
  -bodyTs: "'-19':50 '-29':53 '-39':56 '-49':59 '-59':62 '-9':47 '0':46 '1':45 '10':49 '2':48 '20':52 '3':51 '30':55 '4':54 '40':58 '5':57 '50':61 '6':60 '60':64 '7':63 'age':7 'anonymous/general':29 'breakdown':8 'categori':34 'doesn':20 'even':17 'exist':39 'got':2 'interest':3 'keep':26 'kind':14 'lemmi':19 'let':24 'much':42 'poll':16,23 'possibl':31,44 'post':40 'though':18 'upvot':37 'use':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688658005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/1774488"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688629505 {#2484
    date: 2023-07-06 09:45:05.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1523 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Daenerys-Targaryen-Mother-of-Beans"
  +title: "Daenerys Targaryen, Mother of Beans"
  +url: "https://lemmy.world/pictrs/image/c75feca9-285b-42a6-a1f8-59aa7a13bac0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688628649 {#1547
    date: 2023-07-06 09:30:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1480 …}
  +votes: Doctrine\ORM\PersistentCollection {#1510 …}
  +reports: Doctrine\ORM\PersistentCollection {#1503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1543 …}
  +badges: Doctrine\ORM\PersistentCollection {#1535 …}
  +children: []
  -id: 11592
  -titleTs: "'bean':5 'daeneri':1 'mother':3 'targaryen':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688628649
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1088293"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688628649 {#1481
    date: 2023-07-06 09:30:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1523 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Daenerys-Targaryen-Mother-of-Beans"
  +title: "Daenerys Targaryen, Mother of Beans"
  +url: "https://lemmy.world/pictrs/image/c75feca9-285b-42a6-a1f8-59aa7a13bac0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688628649 {#1547
    date: 2023-07-06 09:30:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1480 …}
  +votes: Doctrine\ORM\PersistentCollection {#1510 …}
  +reports: Doctrine\ORM\PersistentCollection {#1503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1543 …}
  +badges: Doctrine\ORM\PersistentCollection {#1535 …}
  +children: []
  -id: 11592
  -titleTs: "'bean':5 'daeneri':1 'mother':3 'targaryen':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688628649
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1088293"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688628649 {#1481
    date: 2023-07-06 09:30:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1523 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Daenerys-Targaryen-Mother-of-Beans"
  +title: "Daenerys Targaryen, Mother of Beans"
  +url: "https://lemmy.world/pictrs/image/c75feca9-285b-42a6-a1f8-59aa7a13bac0.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688628649 {#1547
    date: 2023-07-06 09:30:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1480 …}
  +votes: Doctrine\ORM\PersistentCollection {#1510 …}
  +reports: Doctrine\ORM\PersistentCollection {#1503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1543 …}
  +badges: Doctrine\ORM\PersistentCollection {#1535 …}
  +children: []
  -id: 11592
  -titleTs: "'bean':5 'daeneri':1 'mother':3 'targaryen':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688628649
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1088293"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688628649 {#1481
    date: 2023-07-06 09:30:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1538
  +user: Proxies\__CG__\App\Entity\User {#1533 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1539 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1541 …}
  +slug: "You-re-back-in-2010-and-someone-brought-one-of-these"
  +title: "You're back in 2010 and someone brought one of these bad boys to school for the day."
  +url: "https://feddit.ch/pictrs/image/83f6416a-7a93-41e5-a2f8-379b2932a292.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688628153 {#1542
    date: 2023-07-06 09:22:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 7114
  -titleTs: "'2010':5 'back':3 'bad':12 'boy':13 'brought':8 'day':18 'one':9 're':2 'school':15 'someon':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688628153
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/67127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688628153 {#1540
    date: 2023-07-06 09:22:33.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1538
  +user: Proxies\__CG__\App\Entity\User {#1533 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1539 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1541 …}
  +slug: "You-re-back-in-2010-and-someone-brought-one-of-these"
  +title: "You're back in 2010 and someone brought one of these bad boys to school for the day."
  +url: "https://feddit.ch/pictrs/image/83f6416a-7a93-41e5-a2f8-379b2932a292.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688628153 {#1542
    date: 2023-07-06 09:22:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 7114
  -titleTs: "'2010':5 'back':3 'bad':12 'boy':13 'brought':8 'day':18 'one':9 're':2 'school':15 'someon':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688628153
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/67127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688628153 {#1540
    date: 2023-07-06 09:22:33.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1538
  +user: Proxies\__CG__\App\Entity\User {#1533 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1539 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1541 …}
  +slug: "You-re-back-in-2010-and-someone-brought-one-of-these"
  +title: "You're back in 2010 and someone brought one of these bad boys to school for the day."
  +url: "https://feddit.ch/pictrs/image/83f6416a-7a93-41e5-a2f8-379b2932a292.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688628153 {#1542
    date: 2023-07-06 09:22:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 7114
  -titleTs: "'2010':5 'back':3 'bad':12 'boy':13 'brought':8 'day':18 'one':9 're':2 'school':15 'someon':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688628153
  +visibility: "visible             "
  +apId: "https://feddit.ch/post/67127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688628153 {#1540
    date: 2023-07-06 09:22:33.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1704 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Beans-Meme"
  +title: "Beans Meme"
  +url: "https://lemmy.world/pictrs/image/a3f5a5a8-4452-426b-85de-0aa76c2a6903.jpeg"
  +body: """
    A simple formula for Lemmy meme content:\n
    \n
    - Reddit sucks.\n
    - Beans are good.\n
    - Repeat as needed until the server responds.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688626885 {#1623
    date: 2023-07-06 09:01:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1713 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1659 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1747 …}
  +badges: Doctrine\ORM\PersistentCollection {#1753 …}
  +children: []
  -id: 11593
  -titleTs: "'bean':1 'meme':2"
  -bodyTs: "'bean':10 'content':7 'formula':3 'good':12 'lemmi':5 'meme':6 'need':15 'reddit':8 'repeat':13 'respond':19 'server':18 'simpl':2 'suck':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688626885
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087848"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688626885 {#1631
    date: 2023-07-06 09:01:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1704 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Beans-Meme"
  +title: "Beans Meme"
  +url: "https://lemmy.world/pictrs/image/a3f5a5a8-4452-426b-85de-0aa76c2a6903.jpeg"
  +body: """
    A simple formula for Lemmy meme content:\n
    \n
    - Reddit sucks.\n
    - Beans are good.\n
    - Repeat as needed until the server responds.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688626885 {#1623
    date: 2023-07-06 09:01:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1713 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1659 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1747 …}
  +badges: Doctrine\ORM\PersistentCollection {#1753 …}
  +children: []
  -id: 11593
  -titleTs: "'bean':1 'meme':2"
  -bodyTs: "'bean':10 'content':7 'formula':3 'good':12 'lemmi':5 'meme':6 'need':15 'reddit':8 'repeat':13 'respond':19 'server':18 'simpl':2 'suck':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688626885
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087848"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688626885 {#1631
    date: 2023-07-06 09:01:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1704 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Beans-Meme"
  +title: "Beans Meme"
  +url: "https://lemmy.world/pictrs/image/a3f5a5a8-4452-426b-85de-0aa76c2a6903.jpeg"
  +body: """
    A simple formula for Lemmy meme content:\n
    \n
    - Reddit sucks.\n
    - Beans are good.\n
    - Repeat as needed until the server responds.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688626885 {#1623
    date: 2023-07-06 09:01:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1713 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1659 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1747 …}
  +badges: Doctrine\ORM\PersistentCollection {#1753 …}
  +children: []
  -id: 11593
  -titleTs: "'bean':1 'meme':2"
  -bodyTs: "'bean':10 'content':7 'formula':3 'good':12 'lemmi':5 'meme':6 'need':15 'reddit':8 'repeat':13 'respond':19 'server':18 'simpl':2 'suck':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688626885
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087848"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688626885 {#1631
    date: 2023-07-06 09:01:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1748
  +user: Proxies\__CG__\App\Entity\User {#1468 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: Proxies\__CG__\App\Entity\Image {#1472 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Here"
  +title: "Here"
  +url: "https://lemmy.world/pictrs/image/c3b7279f-ae79-4b6b-ba97-44fcf31096f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688626719 {#1749
    date: 2023-07-06 08:58:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1471 …}
  +votes: Doctrine\ORM\PersistentCollection {#1470 …}
  +reports: Doctrine\ORM\PersistentCollection {#1473 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1483 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1484 …}
  +badges: Doctrine\ORM\PersistentCollection {#1488 …}
  +children: []
  -id: 22801
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688635719
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087823"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688626719 {#1750
    date: 2023-07-06 08:58:39.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1748
  +user: Proxies\__CG__\App\Entity\User {#1468 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: Proxies\__CG__\App\Entity\Image {#1472 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Here"
  +title: "Here"
  +url: "https://lemmy.world/pictrs/image/c3b7279f-ae79-4b6b-ba97-44fcf31096f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688626719 {#1749
    date: 2023-07-06 08:58:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1471 …}
  +votes: Doctrine\ORM\PersistentCollection {#1470 …}
  +reports: Doctrine\ORM\PersistentCollection {#1473 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1483 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1484 …}
  +badges: Doctrine\ORM\PersistentCollection {#1488 …}
  +children: []
  -id: 22801
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688635719
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087823"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688626719 {#1750
    date: 2023-07-06 08:58:39.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1748
  +user: Proxies\__CG__\App\Entity\User {#1468 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: Proxies\__CG__\App\Entity\Image {#1472 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "Here"
  +title: "Here"
  +url: "https://lemmy.world/pictrs/image/c3b7279f-ae79-4b6b-ba97-44fcf31096f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688626719 {#1749
    date: 2023-07-06 08:58:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1471 …}
  +votes: Doctrine\ORM\PersistentCollection {#1470 …}
  +reports: Doctrine\ORM\PersistentCollection {#1473 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1483 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1484 …}
  +badges: Doctrine\ORM\PersistentCollection {#1488 …}
  +children: []
  -id: 22801
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688635719
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087823"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688626719 {#1750
    date: 2023-07-06 08:58:39.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1496
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "How-to-win-in-court"
  +title: "How to win in court"
  +url: "https://i.imgur.com/fSuuBtP.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625517 {#1485
    date: 2023-07-06 08:38:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 10448
  -titleTs: "'court':5 'win':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688625517
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/516777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625517 {#1489
    date: 2023-07-06 08:38:37.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1496
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "How-to-win-in-court"
  +title: "How to win in court"
  +url: "https://i.imgur.com/fSuuBtP.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625517 {#1485
    date: 2023-07-06 08:38:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 10448
  -titleTs: "'court':5 'win':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688625517
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/516777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625517 {#1489
    date: 2023-07-06 08:38:37.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1496
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "How-to-win-in-court"
  +title: "How to win in court"
  +url: "https://i.imgur.com/fSuuBtP.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625517 {#1485
    date: 2023-07-06 08:38:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 10448
  -titleTs: "'court':5 'win':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688625517
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/516777"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625517 {#1489
    date: 2023-07-06 08:38:37.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1757
  +user: Proxies\__CG__\App\Entity\User {#1763 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1756 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Someone-posted-a-can-of-beans-saying-Lemmy-will-upvote"
  +title: "Someone posted a can of beans saying Lemmy will upvote anything. But will Lemmy upvote SPAM?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625175 {#1755
    date: 2023-07-06 08:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 30555
  -titleTs: "'anyth':11 'bean':6 'lemmi':8,14 'post':2 'say':7 'someon':1 'spam':16 'upvot':10,15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688634175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625175 {#1760
    date: 2023-07-06 08:32:55.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1757
  +user: Proxies\__CG__\App\Entity\User {#1763 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1756 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Someone-posted-a-can-of-beans-saying-Lemmy-will-upvote"
  +title: "Someone posted a can of beans saying Lemmy will upvote anything. But will Lemmy upvote SPAM?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625175 {#1755
    date: 2023-07-06 08:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 30555
  -titleTs: "'anyth':11 'bean':6 'lemmi':8,14 'post':2 'say':7 'someon':1 'spam':16 'upvot':10,15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688634175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625175 {#1760
    date: 2023-07-06 08:32:55.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1757
  +user: Proxies\__CG__\App\Entity\User {#1763 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1756 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Someone-posted-a-can-of-beans-saying-Lemmy-will-upvote"
  +title: "Someone posted a can of beans saying Lemmy will upvote anything. But will Lemmy upvote SPAM?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625175 {#1755
    date: 2023-07-06 08:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 30555
  -titleTs: "'anyth':11 'bean':6 'lemmi':8,14 'post':2 'say':7 'someon':1 'spam':16 'upvot':10,15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688634175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625175 {#1760
    date: 2023-07-06 08:32:55.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "I-m-the-author-of-an-April-Fool-s-Internet-Standard-AMA"
  +title: "I'm the author of an April Fool's Internet Standard, AMA"
  +url: null
  +body: """
    Let’s get the AMAs kicked off on Lemmy, shall we.\n
    \n
    Almost ten years ago now, I wrote [RFC 7168](https://www.rfc-editor.org/rfc/rfc7168), “Hypertext Coffeepot Control Protocol for Tea Efflux Appliances” which extends [HTCPCP](https://www.rfc-editor.org/rfc/rfc2324) to handle tea brewing. Both Coffeepot Control Protocol and the tea-brewing extension are joke Internet Standards, and were released on Apr 1st (1998 and 2014). You may be familiar with HTTP error 418, “I’m a teapot”; this comes from the 1998 standard.\n
    \n
    I’m giving a talk on the history of HTTP and HTCPCP at the WeAreDevelopers World Congress in Berlin later this month, and I need an FAQ section; AMA about the Internet and HTTP. Let’s try this out!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689340841 {#1775
    date: 2023-07-14 15:20:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 1042
  -titleTs: "'ama':12 'april':7 'author':4 'fool':8 'internet':10 'm':2 'standard':11"
  -bodyTs: "'/rfc/rfc2324)':37 '/rfc/rfc7168),':23 '1998':62,81 '1st':61 '2014':64 '418':72 '7168':20 'ago':15 'almost':12 'ama':5,111 'applianc':31 'apr':60 'berlin':101 'brew':41,50 'coffeepot':25,43 'come':78 'congress':99 'control':26,44 'efflux':30 'error':71 'extend':33 'extens':51 'familiar':68 'faq':109 'get':3 'give':85 'handl':39 'histori':90 'htcpcp':34,94 'http':70,92,116 'hypertext':24 'internet':54,114 'joke':53 'kick':6 'later':102 'lemmi':9 'let':1,117 'm':74,84 'may':66 'month':104 'need':107 'protocol':27,45 'releas':58 'rfc':19 'section':110 'shall':10 'standard':55,82 'talk':87 'tea':29,40,49 'tea-brew':48 'teapot':76 'ten':13 'tri':119 'wearedevelop':97 'world':98 'wrote':18 'www.rfc-editor.org':22,36 'www.rfc-editor.org/rfc/rfc2324)':35 'www.rfc-editor.org/rfc/rfc7168),':21 'year':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688708570
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1086238"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688622170 {#1776
    date: 2023-07-06 07:42:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "I-m-the-author-of-an-April-Fool-s-Internet-Standard-AMA"
  +title: "I'm the author of an April Fool's Internet Standard, AMA"
  +url: null
  +body: """
    Let’s get the AMAs kicked off on Lemmy, shall we.\n
    \n
    Almost ten years ago now, I wrote [RFC 7168](https://www.rfc-editor.org/rfc/rfc7168), “Hypertext Coffeepot Control Protocol for Tea Efflux Appliances” which extends [HTCPCP](https://www.rfc-editor.org/rfc/rfc2324) to handle tea brewing. Both Coffeepot Control Protocol and the tea-brewing extension are joke Internet Standards, and were released on Apr 1st (1998 and 2014). You may be familiar with HTTP error 418, “I’m a teapot”; this comes from the 1998 standard.\n
    \n
    I’m giving a talk on the history of HTTP and HTCPCP at the WeAreDevelopers World Congress in Berlin later this month, and I need an FAQ section; AMA about the Internet and HTTP. Let’s try this out!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689340841 {#1775
    date: 2023-07-14 15:20:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 1042
  -titleTs: "'ama':12 'april':7 'author':4 'fool':8 'internet':10 'm':2 'standard':11"
  -bodyTs: "'/rfc/rfc2324)':37 '/rfc/rfc7168),':23 '1998':62,81 '1st':61 '2014':64 '418':72 '7168':20 'ago':15 'almost':12 'ama':5,111 'applianc':31 'apr':60 'berlin':101 'brew':41,50 'coffeepot':25,43 'come':78 'congress':99 'control':26,44 'efflux':30 'error':71 'extend':33 'extens':51 'familiar':68 'faq':109 'get':3 'give':85 'handl':39 'histori':90 'htcpcp':34,94 'http':70,92,116 'hypertext':24 'internet':54,114 'joke':53 'kick':6 'later':102 'lemmi':9 'let':1,117 'm':74,84 'may':66 'month':104 'need':107 'protocol':27,45 'releas':58 'rfc':19 'section':110 'shall':10 'standard':55,82 'talk':87 'tea':29,40,49 'tea-brew':48 'teapot':76 'ten':13 'tri':119 'wearedevelop':97 'world':98 'wrote':18 'www.rfc-editor.org':22,36 'www.rfc-editor.org/rfc/rfc2324)':35 'www.rfc-editor.org/rfc/rfc7168),':21 'year':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688708570
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1086238"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688622170 {#1776
    date: 2023-07-06 07:42:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "I-m-the-author-of-an-April-Fool-s-Internet-Standard-AMA"
  +title: "I'm the author of an April Fool's Internet Standard, AMA"
  +url: null
  +body: """
    Let’s get the AMAs kicked off on Lemmy, shall we.\n
    \n
    Almost ten years ago now, I wrote [RFC 7168](https://www.rfc-editor.org/rfc/rfc7168), “Hypertext Coffeepot Control Protocol for Tea Efflux Appliances” which extends [HTCPCP](https://www.rfc-editor.org/rfc/rfc2324) to handle tea brewing. Both Coffeepot Control Protocol and the tea-brewing extension are joke Internet Standards, and were released on Apr 1st (1998 and 2014). You may be familiar with HTTP error 418, “I’m a teapot”; this comes from the 1998 standard.\n
    \n
    I’m giving a talk on the history of HTTP and HTCPCP at the WeAreDevelopers World Congress in Berlin later this month, and I need an FAQ section; AMA about the Internet and HTTP. Let’s try this out!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689340841 {#1775
    date: 2023-07-14 15:20:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 1042
  -titleTs: "'ama':12 'april':7 'author':4 'fool':8 'internet':10 'm':2 'standard':11"
  -bodyTs: "'/rfc/rfc2324)':37 '/rfc/rfc7168),':23 '1998':62,81 '1st':61 '2014':64 '418':72 '7168':20 'ago':15 'almost':12 'ama':5,111 'applianc':31 'apr':60 'berlin':101 'brew':41,50 'coffeepot':25,43 'come':78 'congress':99 'control':26,44 'efflux':30 'error':71 'extend':33 'extens':51 'familiar':68 'faq':109 'get':3 'give':85 'handl':39 'histori':90 'htcpcp':34,94 'http':70,92,116 'hypertext':24 'internet':54,114 'joke':53 'kick':6 'later':102 'lemmi':9 'let':1,117 'm':74,84 'may':66 'month':104 'need':107 'protocol':27,45 'releas':58 'rfc':19 'section':110 'shall':10 'standard':55,82 'talk':87 'tea':29,40,49 'tea-brew':48 'teapot':76 'ten':13 'tri':119 'wearedevelop':97 'world':98 'wrote':18 'www.rfc-editor.org':22,36 'www.rfc-editor.org/rfc/rfc2324)':35 'www.rfc-editor.org/rfc/rfc7168),':21 'year':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688708570
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1086238"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688622170 {#1776
    date: 2023-07-06 07:42:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "What-is-Hexbear-and-how-its-story-intertwines-to-Lemmy-s"
  +title: "What is Hexbear and how its story intertwines to Lemmy's?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625414 {#1452
    date: 2023-07-06 08:36:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 1270
  -titleTs: "'hexbear':3 'intertwin':8 'lemmi':10 'stori':7"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636958
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1084297"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688617458 {#1445
    date: 2023-07-06 06:24:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "What-is-Hexbear-and-how-its-story-intertwines-to-Lemmy-s"
  +title: "What is Hexbear and how its story intertwines to Lemmy's?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625414 {#1452
    date: 2023-07-06 08:36:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 1270
  -titleTs: "'hexbear':3 'intertwin':8 'lemmi':10 'stori':7"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636958
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1084297"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688617458 {#1445
    date: 2023-07-06 06:24:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "What-is-Hexbear-and-how-its-story-intertwines-to-Lemmy-s"
  +title: "What is Hexbear and how its story intertwines to Lemmy's?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625414 {#1452
    date: 2023-07-06 08:36:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 1270
  -titleTs: "'hexbear':3 'intertwin':8 'lemmi':10 'stori':7"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636958
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1084297"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688617458 {#1445
    date: 2023-07-06 06:24:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1422 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1446 …}
  +slug: "Hannah-Dingley-becomes-first-female-head-coach-in-English-men-s"
  +title: "Hannah Dingley becomes first female head coach in English men's professional football"
  +url: "https://www.cbsnews.com/tampa/news/hannah-dingley-becomes-first-female-head-coach-in-english-mens-professional-football/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688616118 {#1409
    date: 2023-07-06 06:01:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1447 …}
  +votes: Doctrine\ORM\PersistentCollection {#1423 …}
  +reports: Doctrine\ORM\PersistentCollection {#1415 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1426 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1413 …}
  +badges: Doctrine\ORM\PersistentCollection {#1414 …}
  +children: []
  -id: 2065
  -titleTs: "'becom':3 'coach':7 'dingley':2 'english':9 'femal':5 'first':4 'footbal':13 'hannah':1 'head':6 'men':10 'profession':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688616118
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/775762"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688616118 {#1450
    date: 2023-07-06 06:01:58.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1422 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1446 …}
  +slug: "Hannah-Dingley-becomes-first-female-head-coach-in-English-men-s"
  +title: "Hannah Dingley becomes first female head coach in English men's professional football"
  +url: "https://www.cbsnews.com/tampa/news/hannah-dingley-becomes-first-female-head-coach-in-english-mens-professional-football/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688616118 {#1409
    date: 2023-07-06 06:01:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1447 …}
  +votes: Doctrine\ORM\PersistentCollection {#1423 …}
  +reports: Doctrine\ORM\PersistentCollection {#1415 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1426 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1413 …}
  +badges: Doctrine\ORM\PersistentCollection {#1414 …}
  +children: []
  -id: 2065
  -titleTs: "'becom':3 'coach':7 'dingley':2 'english':9 'femal':5 'first':4 'footbal':13 'hannah':1 'head':6 'men':10 'profession':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688616118
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/775762"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688616118 {#1450
    date: 2023-07-06 06:01:58.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1422 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1446 …}
  +slug: "Hannah-Dingley-becomes-first-female-head-coach-in-English-men-s"
  +title: "Hannah Dingley becomes first female head coach in English men's professional football"
  +url: "https://www.cbsnews.com/tampa/news/hannah-dingley-becomes-first-female-head-coach-in-english-mens-professional-football/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688616118 {#1409
    date: 2023-07-06 06:01:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1447 …}
  +votes: Doctrine\ORM\PersistentCollection {#1423 …}
  +reports: Doctrine\ORM\PersistentCollection {#1415 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1426 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1413 …}
  +badges: Doctrine\ORM\PersistentCollection {#1414 …}
  +children: []
  -id: 2065
  -titleTs: "'becom':3 'coach':7 'dingley':2 'english':9 'femal':5 'first':4 'footbal':13 'hannah':1 'head':6 'men':10 'profession':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688616118
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/775762"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688616118 {#1450
    date: 2023-07-06 06:01:58.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1443
  +user: Proxies\__CG__\App\Entity\User {#1418 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1419 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Excited-to-get-off-reddit-excited-to-see-lemmy-grow"
  +title: "Excited to get off reddit, excited to see lemmy grow; growth is expensive. How is this getting paid for?"
  +url: null
  +body: "Curious how lemmy servers are paid for. Is it donation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615655 {#1412
    date: 2023-07-06 05:54:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1425 …}
  +votes: Doctrine\ORM\PersistentCollection {#1427 …}
  +reports: Doctrine\ORM\PersistentCollection {#1454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1464 …}
  +badges: Doctrine\ORM\PersistentCollection {#1457 …}
  +children: []
  -id: 14865
  -titleTs: "'excit':1,6 'expens':13 'get':3,17 'grow':10 'growth':11 'lemmi':9 'paid':18 'reddit':5 'see':8"
  -bodyTs: "'curious':1 'donat':10 'lemmi':3 'paid':6 'server':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615655
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1083726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615655 {#1441
    date: 2023-07-06 05:54:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1443
  +user: Proxies\__CG__\App\Entity\User {#1418 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1419 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Excited-to-get-off-reddit-excited-to-see-lemmy-grow"
  +title: "Excited to get off reddit, excited to see lemmy grow; growth is expensive. How is this getting paid for?"
  +url: null
  +body: "Curious how lemmy servers are paid for. Is it donation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615655 {#1412
    date: 2023-07-06 05:54:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1425 …}
  +votes: Doctrine\ORM\PersistentCollection {#1427 …}
  +reports: Doctrine\ORM\PersistentCollection {#1454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1464 …}
  +badges: Doctrine\ORM\PersistentCollection {#1457 …}
  +children: []
  -id: 14865
  -titleTs: "'excit':1,6 'expens':13 'get':3,17 'grow':10 'growth':11 'lemmi':9 'paid':18 'reddit':5 'see':8"
  -bodyTs: "'curious':1 'donat':10 'lemmi':3 'paid':6 'server':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615655
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1083726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615655 {#1441
    date: 2023-07-06 05:54:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1443
  +user: Proxies\__CG__\App\Entity\User {#1418 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1419 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#188 …}
  +slug: "Excited-to-get-off-reddit-excited-to-see-lemmy-grow"
  +title: "Excited to get off reddit, excited to see lemmy grow; growth is expensive. How is this getting paid for?"
  +url: null
  +body: "Curious how lemmy servers are paid for. Is it donation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615655 {#1412
    date: 2023-07-06 05:54:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1425 …}
  +votes: Doctrine\ORM\PersistentCollection {#1427 …}
  +reports: Doctrine\ORM\PersistentCollection {#1454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1464 …}
  +badges: Doctrine\ORM\PersistentCollection {#1457 …}
  +children: []
  -id: 14865
  -titleTs: "'excit':1,6 'expens':13 'get':3,17 'grow':10 'growth':11 'lemmi':9 'paid':18 'reddit':5 'see':8"
  -bodyTs: "'curious':1 'donat':10 'lemmi':3 'paid':6 'server':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615655
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1083726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615655 {#1441
    date: 2023-07-06 05:54:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1458
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1422 …}
  +image: Proxies\__CG__\App\Entity\Image {#1459 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1432 …}
  +slug: "Saber-gifted-by-Queen-Victoria-to-feudal-samurai-found-in"
  +title: "Saber gifted by Queen Victoria to feudal samurai found in Tokyo"
  +url: "https://www.asahi.com/sp/ajw/articles/14935563"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615115 {#1453
    date: 2023-07-06 05:45:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1439 …}
  +votes: Doctrine\ORM\PersistentCollection {#1437 …}
  +reports: Doctrine\ORM\PersistentCollection {#1428 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1430 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1431 …}
  +badges: Doctrine\ORM\PersistentCollection {#1438 …}
  +children: []
  -id: 2066
  -titleTs: "'feudal':7 'found':9 'gift':2 'queen':4 'saber':1 'samurai':8 'tokyo':11 'victoria':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615115
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/775517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615115 {#1460
    date: 2023-07-06 05:45:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1458
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1422 …}
  +image: Proxies\__CG__\App\Entity\Image {#1459 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1432 …}
  +slug: "Saber-gifted-by-Queen-Victoria-to-feudal-samurai-found-in"
  +title: "Saber gifted by Queen Victoria to feudal samurai found in Tokyo"
  +url: "https://www.asahi.com/sp/ajw/articles/14935563"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615115 {#1453
    date: 2023-07-06 05:45:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1439 …}
  +votes: Doctrine\ORM\PersistentCollection {#1437 …}
  +reports: Doctrine\ORM\PersistentCollection {#1428 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1430 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1431 …}
  +badges: Doctrine\ORM\PersistentCollection {#1438 …}
  +children: []
  -id: 2066
  -titleTs: "'feudal':7 'found':9 'gift':2 'queen':4 'saber':1 'samurai':8 'tokyo':11 'victoria':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615115
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/775517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615115 {#1460
    date: 2023-07-06 05:45:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1458
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1422 …}
  +image: Proxies\__CG__\App\Entity\Image {#1459 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1432 …}
  +slug: "Saber-gifted-by-Queen-Victoria-to-feudal-samurai-found-in"
  +title: "Saber gifted by Queen Victoria to feudal samurai found in Tokyo"
  +url: "https://www.asahi.com/sp/ajw/articles/14935563"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615115 {#1453
    date: 2023-07-06 05:45:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1439 …}
  +votes: Doctrine\ORM\PersistentCollection {#1437 …}
  +reports: Doctrine\ORM\PersistentCollection {#1428 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1430 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1431 …}
  +badges: Doctrine\ORM\PersistentCollection {#1438 …}
  +children: []
  -id: 2066
  -titleTs: "'feudal':7 'found':9 'gift':2 'queen':4 'saber':1 'samurai':8 'tokyo':11 'victoria':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615115
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/775517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615115 {#1460
    date: 2023-07-06 05:45:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1703
  +user: Proxies\__CG__\App\Entity\User {#1700 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1693 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1697 …}
  +slug: "An-apt-observation-accidentally"
  +title: "An apt observation, accidentally"
  +url: "https://slrpnk.net/pictrs/image/c390305d-7639-4d85-8cf8-065d271a2154.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688613277 {#1699
    date: 2023-07-06 05:14:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 33854
  -titleTs: "'accident':4 'apt':2 'observ':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/654236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688613277 {#1694
    date: 2023-07-06 05:14:37.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1703
  +user: Proxies\__CG__\App\Entity\User {#1700 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1693 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1697 …}
  +slug: "An-apt-observation-accidentally"
  +title: "An apt observation, accidentally"
  +url: "https://slrpnk.net/pictrs/image/c390305d-7639-4d85-8cf8-065d271a2154.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688613277 {#1699
    date: 2023-07-06 05:14:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 33854
  -titleTs: "'accident':4 'apt':2 'observ':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/654236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688613277 {#1694
    date: 2023-07-06 05:14:37.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1703
  +user: Proxies\__CG__\App\Entity\User {#1700 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1892 …}
  +image: Proxies\__CG__\App\Entity\Image {#1693 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1697 …}
  +slug: "An-apt-observation-accidentally"
  +title: "An apt observation, accidentally"
  +url: "https://slrpnk.net/pictrs/image/c390305d-7639-4d85-8cf8-065d271a2154.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688613277 {#1699
    date: 2023-07-06 05:14:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 33854
  -titleTs: "'accident':4 'apt':2 'observ':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/654236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688613277 {#1694
    date: 2023-07-06 05:14:37.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "This-real-estate-postcard-from-my-mail-features-a-man"
  +title: "This real estate postcard from my mail features a man from the 90’s"
  +url: "https://i.imgur.com/s9O5sQ4.jpg"
  +body: """
    Close up of the guy\n
    \n
    ![](https://i.imgur.com/0IVlKdb.jpg)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688610206 {#1743
    date: 2023-07-06 04:23:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 1473
  -titleTs: "'90':13 'estat':3 'featur':8 'mail':7 'man':10 'postcard':4 'real':2"
  -bodyTs: "'/0ivlkdb.jpg)':8 'close':1 'guy':5 'i.imgur.com':7 'i.imgur.com/0ivlkdb.jpg)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688614706
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1081605"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688610206 {#1752
    date: 2023-07-06 04:23:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "This-real-estate-postcard-from-my-mail-features-a-man"
  +title: "This real estate postcard from my mail features a man from the 90’s"
  +url: "https://i.imgur.com/s9O5sQ4.jpg"
  +body: """
    Close up of the guy\n
    \n
    ![](https://i.imgur.com/0IVlKdb.jpg)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688610206 {#1743
    date: 2023-07-06 04:23:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 1473
  -titleTs: "'90':13 'estat':3 'featur':8 'mail':7 'man':10 'postcard':4 'real':2"
  -bodyTs: "'/0ivlkdb.jpg)':8 'close':1 'guy':5 'i.imgur.com':7 'i.imgur.com/0ivlkdb.jpg)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688614706
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1081605"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688610206 {#1752
    date: 2023-07-06 04:23:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2440 …}
  +slug: "This-real-estate-postcard-from-my-mail-features-a-man"
  +title: "This real estate postcard from my mail features a man from the 90’s"
  +url: "https://i.imgur.com/s9O5sQ4.jpg"
  +body: """
    Close up of the guy\n
    \n
    ![](https://i.imgur.com/0IVlKdb.jpg)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688610206 {#1743
    date: 2023-07-06 04:23:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 1473
  -titleTs: "'90':13 'estat':3 'featur':8 'mail':7 'man':10 'postcard':4 'real':2"
  -bodyTs: "'/0ivlkdb.jpg)':8 'close':1 'guy':5 'i.imgur.com':7 'i.imgur.com/0ivlkdb.jpg)':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688614706
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1081605"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688610206 {#1752
    date: 2023-07-06 04:23:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1666
  +user: Proxies\__CG__\App\Entity\User {#1667 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1668 …}
  +image: Proxies\__CG__\App\Entity\Image {#1671 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
  +slug: "r-PICS-moderators-receive-u-ModCodeofConduct-message-accusing-them-of-breaking-site"
  +title: "/r/PICS moderators receive /u/ModCodeofConduct message accusing them of breaking site rules by switching to NSFW; mods can't reply, so post public response instead"
  +url: "https://tedd.it/r/pics/comments/14rn8zd/the_rpics_moderators_cant_respond_to_reddit/"
  +body: "Cross-posted from [kbin.social/m/RedditMigration/t/143612](https://kbin.social/m/RedditMigration/t/143612)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 402
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688789695 {#1678
    date: 2023-07-08 06:14:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1650 …}
  +votes: Doctrine\ORM\PersistentCollection {#1652 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1653 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1661 …}
  +badges: Doctrine\ORM\PersistentCollection {#1663 …}
  +children: []
  -id: 881
  -titleTs: "'/r/pics':1 '/u/modcodeofconduct':4 'accus':6 'break':9 'instead':24 'messag':5 'mod':16 'moder':2 'nsfw':15 'post':21 'public':22 'receiv':3 'repli':19 'respons':23 'rule':11 'site':10 'switch':13"
  -bodyTs: "'/m/redditmigration/t/143612](https://kbin.social/m/redditmigration/t/143612)':7 'cross':2 'cross-post':1 'kbin.social':6 'kbin.social/m/redditmigration/t/143612](https://kbin.social/m/redditmigration/t/143612)':5 'post':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688692397
  +visibility: "visible             "
  +apId: "https://vlemmy.net/post/525846"
  +editedAt: DateTimeImmutable @1688606026 {#1669
    date: 2023-07-06 03:13:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1688605997 {#1670
    date: 2023-07-06 03:13:17.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1666
  +user: Proxies\__CG__\App\Entity\User {#1667 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1668 …}
  +image: Proxies\__CG__\App\Entity\Image {#1671 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
  +slug: "r-PICS-moderators-receive-u-ModCodeofConduct-message-accusing-them-of-breaking-site"
  +title: "/r/PICS moderators receive /u/ModCodeofConduct message accusing them of breaking site rules by switching to NSFW; mods can't reply, so post public response instead"
  +url: "https://tedd.it/r/pics/comments/14rn8zd/the_rpics_moderators_cant_respond_to_reddit/"
  +body: "Cross-posted from [kbin.social/m/RedditMigration/t/143612](https://kbin.social/m/RedditMigration/t/143612)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 402
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688789695 {#1678
    date: 2023-07-08 06:14:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1650 …}
  +votes: Doctrine\ORM\PersistentCollection {#1652 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1653 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1661 …}
  +badges: Doctrine\ORM\PersistentCollection {#1663 …}
  +children: []
  -id: 881
  -titleTs: "'/r/pics':1 '/u/modcodeofconduct':4 'accus':6 'break':9 'instead':24 'messag':5 'mod':16 'moder':2 'nsfw':15 'post':21 'public':22 'receiv':3 'repli':19 'respons':23 'rule':11 'site':10 'switch':13"
  -bodyTs: "'/m/redditmigration/t/143612](https://kbin.social/m/redditmigration/t/143612)':7 'cross':2 'cross-post':1 'kbin.social':6 'kbin.social/m/redditmigration/t/143612](https://kbin.social/m/redditmigration/t/143612)':5 'post':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688692397
  +visibility: "visible             "
  +apId: "https://vlemmy.net/post/525846"
  +editedAt: DateTimeImmutable @1688606026 {#1669
    date: 2023-07-06 03:13:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1688605997 {#1670
    date: 2023-07-06 03:13:17.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1666
  +user: Proxies\__CG__\App\Entity\User {#1667 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1668 …}
  +image: Proxies\__CG__\App\Entity\Image {#1671 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
  +slug: "r-PICS-moderators-receive-u-ModCodeofConduct-message-accusing-them-of-breaking-site"
  +title: "/r/PICS moderators receive /u/ModCodeofConduct message accusing them of breaking site rules by switching to NSFW; mods can't reply, so post public response instead"
  +url: "https://tedd.it/r/pics/comments/14rn8zd/the_rpics_moderators_cant_respond_to_reddit/"
  +body: "Cross-posted from [kbin.social/m/RedditMigration/t/143612](https://kbin.social/m/RedditMigration/t/143612)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 402
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688789695 {#1678
    date: 2023-07-08 06:14:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1650 …}
  +votes: Doctrine\ORM\PersistentCollection {#1652 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1653 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1661 …}
  +badges: Doctrine\ORM\PersistentCollection {#1663 …}
  +children: []
  -id: 881
  -titleTs: "'/r/pics':1 '/u/modcodeofconduct':4 'accus':6 'break':9 'instead':24 'messag':5 'mod':16 'moder':2 'nsfw':15 'post':21 'public':22 'receiv':3 'repli':19 'respons':23 'rule':11 'site':10 'switch':13"
  -bodyTs: "'/m/redditmigration/t/143612](https://kbin.social/m/redditmigration/t/143612)':7 'cross':2 'cross-post':1 'kbin.social':6 'kbin.social/m/redditmigration/t/143612](https://kbin.social/m/redditmigration/t/143612)':5 'post':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688692397
  +visibility: "visible             "
  +apId: "https://vlemmy.net/post/525846"
  +editedAt: DateTimeImmutable @1688606026 {#1669
    date: 2023-07-06 03:13:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1688605997 {#1670
    date: 2023-07-06 03:13:17.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#1591 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: Proxies\__CG__\App\Entity\Image {#1593 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "It-would-be-a-shame-if-someone-posted-the-article"
  +title: "It would be a shame if someone posted the article about David Zaslav that GQ magazine apparently pulled shortly after publication this morning"
  +url: "https://lemmy.world/pictrs/image/675b6a02-bb24-41ff-b31c-0cac4eea7052.png"
  +body: "Even worse if it were an easy to save single image and could be re-shared"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688604841 {#1552
    date: 2023-07-06 02:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1589 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1580 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1584 …}
  +badges: Doctrine\ORM\PersistentCollection {#1588 …}
  +children: []
  -id: 2022
  -titleTs: "'appar':17 'articl':10 'david':12 'gq':15 'magazin':16 'morn':23 'post':8 'public':21 'pull':18 'shame':5 'short':19 'someon':7 'would':2 'zaslav':13"
  -bodyTs: "'could':13 'easi':7 'even':1 'imag':11 're':16 're-shar':15 'save':9 'share':17 'singl':10 'wors':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604841
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1079908"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688604841 {#1590
    date: 2023-07-06 02:54:01.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#1591 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: Proxies\__CG__\App\Entity\Image {#1593 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "It-would-be-a-shame-if-someone-posted-the-article"
  +title: "It would be a shame if someone posted the article about David Zaslav that GQ magazine apparently pulled shortly after publication this morning"
  +url: "https://lemmy.world/pictrs/image/675b6a02-bb24-41ff-b31c-0cac4eea7052.png"
  +body: "Even worse if it were an easy to save single image and could be re-shared"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688604841 {#1552
    date: 2023-07-06 02:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1589 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1580 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1584 …}
  +badges: Doctrine\ORM\PersistentCollection {#1588 …}
  +children: []
  -id: 2022
  -titleTs: "'appar':17 'articl':10 'david':12 'gq':15 'magazin':16 'morn':23 'post':8 'public':21 'pull':18 'shame':5 'short':19 'someon':7 'would':2 'zaslav':13"
  -bodyTs: "'could':13 'easi':7 'even':1 'imag':11 're':16 're-shar':15 'save':9 'share':17 'singl':10 'wors':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604841
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1079908"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688604841 {#1590
    date: 2023-07-06 02:54:01.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#1591 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: Proxies\__CG__\App\Entity\Image {#1593 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1891 …}
  +slug: "It-would-be-a-shame-if-someone-posted-the-article"
  +title: "It would be a shame if someone posted the article about David Zaslav that GQ magazine apparently pulled shortly after publication this morning"
  +url: "https://lemmy.world/pictrs/image/675b6a02-bb24-41ff-b31c-0cac4eea7052.png"
  +body: "Even worse if it were an easy to save single image and could be re-shared"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688604841 {#1552
    date: 2023-07-06 02:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1589 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1580 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1584 …}
  +badges: Doctrine\ORM\PersistentCollection {#1588 …}
  +children: []
  -id: 2022
  -titleTs: "'appar':17 'articl':10 'david':12 'gq':15 'magazin':16 'morn':23 'post':8 'public':21 'pull':18 'shame':5 'short':19 'someon':7 'would':2 'zaslav':13"
  -bodyTs: "'could':13 'easi':7 'even':1 'imag':11 're':16 're-shar':15 'save':9 'share':17 'singl':10 'wors':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604841
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1079908"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688604841 {#1590
    date: 2023-07-06 02:54:01.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#1586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: Proxies\__CG__\App\Entity\Image {#1585 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1576 …}
  +slug: "The-Physics-of-GriGri-When-does-No-Hands-Belay-Fail"
  +title: "The Physics of GriGri | When does No-Hands Belay Fail?"
  +url: "https://youtu.be/We-nxljgnw4"
  +body: """
    A well organized description of how a GriGri works, and when it fails. Based on good physics, not a lot of math in the video itself.\n
    \n
    cross-posted from: [lemmy.ml/post/1167257](https://lemmy.ml/post/1167257)\n
    \n
    > A good recent video from Hard is Easy on the GriGri belay device
    """
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688603901 {#1574
    date: 2023-07-06 02:38:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1551 …}
  +votes: Doctrine\ORM\PersistentCollection {#1560 …}
  +reports: Doctrine\ORM\PersistentCollection {#1526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1527 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  +badges: Doctrine\ORM\PersistentCollection {#1550 …}
  +children: []
  -id: 2170
  -titleTs: "'belay':10 'fail':11 'grigri':4 'hand':9 'no-hand':7 'physic':2"
  -bodyTs: "'/post/1167257](https://lemmy.ml/post/1167257)':33 'base':14 'belay':45 'cross':28 'cross-post':27 'descript':4 'devic':46 'easi':41 'fail':13 'good':16,35 'grigri':8,44 'hard':39 'lemmy.ml':32 'lemmy.ml/post/1167257](https://lemmy.ml/post/1167257)':31 'lot':20 'math':22 'organ':3 'physic':17 'post':29 'recent':36 'video':25,37 'well':2 'work':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688603901
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/563415"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688603901 {#1575
    date: 2023-07-06 02:38:21.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#1586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: Proxies\__CG__\App\Entity\Image {#1585 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1576 …}
  +slug: "The-Physics-of-GriGri-When-does-No-Hands-Belay-Fail"
  +title: "The Physics of GriGri | When does No-Hands Belay Fail?"
  +url: "https://youtu.be/We-nxljgnw4"
  +body: """
    A well organized description of how a GriGri works, and when it fails. Based on good physics, not a lot of math in the video itself.\n
    \n
    cross-posted from: [lemmy.ml/post/1167257](https://lemmy.ml/post/1167257)\n
    \n
    > A good recent video from Hard is Easy on the GriGri belay device
    """
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688603901 {#1574
    date: 2023-07-06 02:38:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1551 …}
  +votes: Doctrine\ORM\PersistentCollection {#1560 …}
  +reports: Doctrine\ORM\PersistentCollection {#1526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1527 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  +badges: Doctrine\ORM\PersistentCollection {#1550 …}
  +children: []
  -id: 2170
  -titleTs: "'belay':10 'fail':11 'grigri':4 'hand':9 'no-hand':7 'physic':2"
  -bodyTs: "'/post/1167257](https://lemmy.ml/post/1167257)':33 'base':14 'belay':45 'cross':28 'cross-post':27 'descript':4 'devic':46 'easi':41 'fail':13 'good':16,35 'grigri':8,44 'hard':39 'lemmy.ml':32 'lemmy.ml/post/1167257](https://lemmy.ml/post/1167257)':31 'lot':20 'math':22 'organ':3 'physic':17 'post':29 'recent':36 'video':25,37 'well':2 'work':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688603901
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/563415"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688603901 {#1575
    date: 2023-07-06 02:38:21.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#1586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: Proxies\__CG__\App\Entity\Image {#1585 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1576 …}
  +slug: "The-Physics-of-GriGri-When-does-No-Hands-Belay-Fail"
  +title: "The Physics of GriGri | When does No-Hands Belay Fail?"
  +url: "https://youtu.be/We-nxljgnw4"
  +body: """
    A well organized description of how a GriGri works, and when it fails. Based on good physics, not a lot of math in the video itself.\n
    \n
    cross-posted from: [lemmy.ml/post/1167257](https://lemmy.ml/post/1167257)\n
    \n
    > A good recent video from Hard is Easy on the GriGri belay device
    """
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688603901 {#1574
    date: 2023-07-06 02:38:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1551 …}
  +votes: Doctrine\ORM\PersistentCollection {#1560 …}
  +reports: Doctrine\ORM\PersistentCollection {#1526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1527 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  +badges: Doctrine\ORM\PersistentCollection {#1550 …}
  +children: []
  -id: 2170
  -titleTs: "'belay':10 'fail':11 'grigri':4 'hand':9 'no-hand':7 'physic':2"
  -bodyTs: "'/post/1167257](https://lemmy.ml/post/1167257)':33 'base':14 'belay':45 'cross':28 'cross-post':27 'descript':4 'devic':46 'easi':41 'fail':13 'good':16,35 'grigri':8,44 'hard':39 'lemmy.ml':32 'lemmy.ml/post/1167257](https://lemmy.ml/post/1167257)':31 'lot':20 'math':22 'organ':3 'physic':17 'post':29 'recent':36 'video':25,37 'well':2 'work':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688603901
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/563415"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688603901 {#1575
    date: 2023-07-06 02:38:21.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details