GET https://kbin.spritesserver.nl/hot/1y/all?p=352

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.21 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#183
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#177
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#212 …}
  +votes: Doctrine\ORM\PersistentCollection {#67 …}
  +reports: Doctrine\ORM\PersistentCollection {#2425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1888 …}
  +badges: Doctrine\ORM\PersistentCollection {#1866 …}
  +children: []
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#238
    date: 2023-11-26 02:37:04.0 +01: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 {#183
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#177
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#212 …}
  +votes: Doctrine\ORM\PersistentCollection {#67 …}
  +reports: Doctrine\ORM\PersistentCollection {#2425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1888 …}
  +badges: Doctrine\ORM\PersistentCollection {#1866 …}
  +children: []
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#238
    date: 2023-11-26 02:37:04.0 +01: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 {#183
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-are-the-major-components-of-any-Linux-distribution"
  +title: "What are the major components of any Linux distribution?"
  +url: null
  +body: """
    Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of *major parts* of any distro:\n
    \n
    1. the Linux Kernel\n
    2. GRUB or another bootloader\n
    3. one or more file systems (gotta work with files somehow, right?)\n
    4. one or more Shells (the terminal - bash, zsh, etc…)\n
    5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)\n
    6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc…)\n
    7. a Package Manager (apt, pacman, etc…)\n
    \n
    Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701032472 {#177
    date: 2023-11-26 22:01:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#212 …}
  +votes: Doctrine\ORM\PersistentCollection {#67 …}
  +reports: Doctrine\ORM\PersistentCollection {#2425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1888 …}
  +badges: Doctrine\ORM\PersistentCollection {#1866 …}
  +children: []
  -id: 16851
  -titleTs: "'compon':5 'distribut':9 'linux':8 'major':4"
  -bodyTs: "'000':120 '1':27 '2':31 '3':36 '4':48 '5':58 '50':119 '6':83 '7':106 'add':133 'anoth':34 'anyth':116 'applic':88 'apt':110 'bash':55 'bootload':35 'bunch':85 'correct':16 'cup':104 'daemon':90 'de':82 'default':87 'desktop':60 'distribut':144 'distro':26 'environ':61 'etc':57,105,112 'file':40,45 'fit':95 'foot':121 'forget':115 'gnome':69 'gnu':101 'gotta':42 'grub':32 'gui':63 'hi':1 'import':139 'includ':65,72,145 'int':96 'kde':67 'kernel':30 'know':98,124 'learn':5 'level':122 'like':66 'linux':7,29,143 'list':20 'lot':127 'major':22 'manag':109 'one':37,49 'packag':108 'pacman':111 'part':23 'right':47 'samba':103 'see':11 'separ':79 'shell':52 'somehow':46 'system':41 'systemd':94 'termin':54 'thank':146 'thing':130,140 'tool':102 'understand':14 'want':9 'wayland':75 'work':43 'x11':73 'zsh':56"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701049024
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16037589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962624 {#238
    date: 2023-11-26 02:37:04.0 +01: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 {#1878
  +user: Proxies\__CG__\App\Entity\User {#1864 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1928 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1958 …}
  +slug: "AI-memes-are-probably-the-freakiest-thing-I-ve-seen-so"
  +title: "AI memes are probably the freakiest thing I've seen .... so far"
  +url: "https://lemmy.ca/pictrs/image/d4fc7307-fabf-48c1-9666-ea88e1f28a9a.jpeg"
  +body: "When doing a search for Star Trek memes up until a few years ago, it was pretty fun. Now the internet is just filled with all kinds of freakish images that it feels like someone’s lost their minds or in the process of losing their mind."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701185802 {#1865
    date: 2023-11-28 16:36:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1950 …}
  +votes: Doctrine\ORM\PersistentCollection {#1974 …}
  +reports: Doctrine\ORM\PersistentCollection {#1944 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1975 …}
  +badges: Doctrine\ORM\PersistentCollection {#1937 …}
  +children: []
  -id: 16850
  -titleTs: "'ai':1 'far':12 'freakiest':6 'meme':2 'probabl':4 'seen':10 'thing':7 've':9"
  -bodyTs: "'ago':14 'feel':33 'fill':24 'freakish':29 'fun':18 'imag':30 'internet':21 'kind':27 'like':34 'lose':45 'lost':37 'meme':8 'mind':39,47 'pretti':17 'process':43 'search':4 'someon':35 'star':6 'trek':7 'year':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701048574
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/10064959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962174 {#1882
    date: 2023-11-26 02:29:34.0 +01: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 {#1878
  +user: Proxies\__CG__\App\Entity\User {#1864 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1928 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1958 …}
  +slug: "AI-memes-are-probably-the-freakiest-thing-I-ve-seen-so"
  +title: "AI memes are probably the freakiest thing I've seen .... so far"
  +url: "https://lemmy.ca/pictrs/image/d4fc7307-fabf-48c1-9666-ea88e1f28a9a.jpeg"
  +body: "When doing a search for Star Trek memes up until a few years ago, it was pretty fun. Now the internet is just filled with all kinds of freakish images that it feels like someone’s lost their minds or in the process of losing their mind."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701185802 {#1865
    date: 2023-11-28 16:36:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1950 …}
  +votes: Doctrine\ORM\PersistentCollection {#1974 …}
  +reports: Doctrine\ORM\PersistentCollection {#1944 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1975 …}
  +badges: Doctrine\ORM\PersistentCollection {#1937 …}
  +children: []
  -id: 16850
  -titleTs: "'ai':1 'far':12 'freakiest':6 'meme':2 'probabl':4 'seen':10 'thing':7 've':9"
  -bodyTs: "'ago':14 'feel':33 'fill':24 'freakish':29 'fun':18 'imag':30 'internet':21 'kind':27 'like':34 'lose':45 'lost':37 'meme':8 'mind':39,47 'pretti':17 'process':43 'search':4 'someon':35 'star':6 'trek':7 'year':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701048574
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/10064959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962174 {#1882
    date: 2023-11-26 02:29:34.0 +01: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 {#1878
  +user: Proxies\__CG__\App\Entity\User {#1864 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1928 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1958 …}
  +slug: "AI-memes-are-probably-the-freakiest-thing-I-ve-seen-so"
  +title: "AI memes are probably the freakiest thing I've seen .... so far"
  +url: "https://lemmy.ca/pictrs/image/d4fc7307-fabf-48c1-9666-ea88e1f28a9a.jpeg"
  +body: "When doing a search for Star Trek memes up until a few years ago, it was pretty fun. Now the internet is just filled with all kinds of freakish images that it feels like someone’s lost their minds or in the process of losing their mind."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701185802 {#1865
    date: 2023-11-28 16:36:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1950 …}
  +votes: Doctrine\ORM\PersistentCollection {#1974 …}
  +reports: Doctrine\ORM\PersistentCollection {#1944 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1975 …}
  +badges: Doctrine\ORM\PersistentCollection {#1937 …}
  +children: []
  -id: 16850
  -titleTs: "'ai':1 'far':12 'freakiest':6 'meme':2 'probabl':4 'seen':10 'thing':7 've':9"
  -bodyTs: "'ago':14 'feel':33 'fill':24 'freakish':29 'fun':18 'imag':30 'internet':21 'kind':27 'like':34 'lose':45 'lost':37 'meme':8 'mind':39,47 'pretti':17 'process':43 'search':4 'someon':35 'star':6 'trek':7 'year':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701048574
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/10064959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962174 {#1882
    date: 2023-11-26 02:29:34.0 +01: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 {#1978
  +user: Proxies\__CG__\App\Entity\User {#1973 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "I-deleted-my-google-accounts-today"
  +title: "I deleted my google accounts today"
  +url: null
  +body: "It took a few months preparation but I deleted all my google accounts today, and it feels good."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 447
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703381898 {#1943
    date: 2023-12-24 02:38:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1961 …}
  +votes: Doctrine\ORM\PersistentCollection {#1957 …}
  +reports: Doctrine\ORM\PersistentCollection {#1930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1952 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1386 …}
  +badges: Doctrine\ORM\PersistentCollection {#1388 …}
  +children: []
  -id: 16849
  -titleTs: "'account':5 'delet':2 'googl':4 'today':6"
  -bodyTs: "'account':13 'delet':9 'feel':17 'good':18 'googl':12 'month':5 'prepar':6 'today':14 'took':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701048553
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759873"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962153 {#1970
    date: 2023-11-26 02:29:13.0 +01: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 {#1978
  +user: Proxies\__CG__\App\Entity\User {#1973 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "I-deleted-my-google-accounts-today"
  +title: "I deleted my google accounts today"
  +url: null
  +body: "It took a few months preparation but I deleted all my google accounts today, and it feels good."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 447
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703381898 {#1943
    date: 2023-12-24 02:38:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1961 …}
  +votes: Doctrine\ORM\PersistentCollection {#1957 …}
  +reports: Doctrine\ORM\PersistentCollection {#1930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1952 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1386 …}
  +badges: Doctrine\ORM\PersistentCollection {#1388 …}
  +children: []
  -id: 16849
  -titleTs: "'account':5 'delet':2 'googl':4 'today':6"
  -bodyTs: "'account':13 'delet':9 'feel':17 'good':18 'googl':12 'month':5 'prepar':6 'today':14 'took':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701048553
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759873"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962153 {#1970
    date: 2023-11-26 02:29:13.0 +01: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 {#1978
  +user: Proxies\__CG__\App\Entity\User {#1973 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "I-deleted-my-google-accounts-today"
  +title: "I deleted my google accounts today"
  +url: null
  +body: "It took a few months preparation but I deleted all my google accounts today, and it feels good."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 116
  +favouriteCount: 447
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703381898 {#1943
    date: 2023-12-24 02:38:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1961 …}
  +votes: Doctrine\ORM\PersistentCollection {#1957 …}
  +reports: Doctrine\ORM\PersistentCollection {#1930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1952 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1386 …}
  +badges: Doctrine\ORM\PersistentCollection {#1388 …}
  +children: []
  -id: 16849
  -titleTs: "'account':5 'delet':2 'googl':4 'today':6"
  -bodyTs: "'account':13 'delet':9 'feel':17 'good':18 'googl':12 'month':5 'prepar':6 'today':14 'took':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701048553
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759873"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700962153 {#1970
    date: 2023-11-26 02:29:13.0 +01: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 {#1890
  +user: Proxies\__CG__\App\Entity\User {#1903 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1364 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Windoze"
  +title: "Windoze"
  +url: "https://lemmy.world/pictrs/image/ec25ea1b-9e79-4c1d-b3a4-cab7724c5ad9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 509
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700993037 {#1892
    date: 2023-11-26 11:03:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 16847
  -titleTs: "'windoz':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701047829
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700961429 {#1380
    date: 2023-11-26 02:17:09.0 +01: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 {#1890
  +user: Proxies\__CG__\App\Entity\User {#1903 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1364 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Windoze"
  +title: "Windoze"
  +url: "https://lemmy.world/pictrs/image/ec25ea1b-9e79-4c1d-b3a4-cab7724c5ad9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 509
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700993037 {#1892
    date: 2023-11-26 11:03:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 16847
  -titleTs: "'windoz':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701047829
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700961429 {#1380
    date: 2023-11-26 02:17:09.0 +01: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 {#1890
  +user: Proxies\__CG__\App\Entity\User {#1903 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1364 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Windoze"
  +title: "Windoze"
  +url: "https://lemmy.world/pictrs/image/ec25ea1b-9e79-4c1d-b3a4-cab7724c5ad9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 509
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700993037 {#1892
    date: 2023-11-26 11:03:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 16847
  -titleTs: "'windoz':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701047829
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700961429 {#1380
    date: 2023-11-26 02:17:09.0 +01: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 {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1394 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "We-never-see-the-moon-s-turtle-though"
  +title: "We never see the moon's turtle though 🤔"
  +url: "https://lemmy.world/pictrs/image/5af9133f-8b8a-48f2-b6c3-7bf6cd47d9ea.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 990
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701076966 {#1927
    date: 2023-11-27 10:22:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 16845
  -titleTs: "'moon':5 'never':2 'see':3 'though':8 'turtl':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701047388
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700960988 {#1368
    date: 2023-11-26 02:09:48.0 +01: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 {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1394 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "We-never-see-the-moon-s-turtle-though"
  +title: "We never see the moon's turtle though 🤔"
  +url: "https://lemmy.world/pictrs/image/5af9133f-8b8a-48f2-b6c3-7bf6cd47d9ea.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 990
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701076966 {#1927
    date: 2023-11-27 10:22:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 16845
  -titleTs: "'moon':5 'never':2 'see':3 'though':8 'turtl':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701047388
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700960988 {#1368
    date: 2023-11-26 02:09:48.0 +01: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 {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1394 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "We-never-see-the-moon-s-turtle-though"
  +title: "We never see the moon's turtle though 🤔"
  +url: "https://lemmy.world/pictrs/image/5af9133f-8b8a-48f2-b6c3-7bf6cd47d9ea.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 33
  +favouriteCount: 990
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701076966 {#1927
    date: 2023-11-27 10:22:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 16845
  -titleTs: "'moon':5 'never':2 'see':3 'though':8 'turtl':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701047388
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8759236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700960988 {#1368
    date: 2023-11-26 02:09:48.0 +01: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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: Proxies\__CG__\App\Entity\Image {#1848 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1838 …}
  +slug: "Militants-with-ties-to-the-Islamic-State-group-kill-at"
  +title: "Militants with ties to the Islamic State group kill at least 14 farmers in an attack in east Congo"
  +url: "https://apnews.com/article/congo-north-kivu-violence-adf-islamic-state-77e8a36c5d847db82ad4edc2c9c4d5e7"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701010857 {#1898
    date: 2023-11-26 16:00:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2429 …}
  +votes: Doctrine\ORM\PersistentCollection {#2424 …}
  +reports: Doctrine\ORM\PersistentCollection {#2428 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2443 …}
  +badges: Doctrine\ORM\PersistentCollection {#2426 …}
  +children: []
  -id: 16982
  -titleTs: "'14':12 'attack':16 'congo':19 'east':18 'farmer':13 'group':8 'islam':6 'kill':9 'least':11 'milit':1 'state':7 'tie':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701046857
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3779773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701010857 {#1891
    date: 2023-11-26 16:00:57.0 +01: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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: Proxies\__CG__\App\Entity\Image {#1848 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1838 …}
  +slug: "Militants-with-ties-to-the-Islamic-State-group-kill-at"
  +title: "Militants with ties to the Islamic State group kill at least 14 farmers in an attack in east Congo"
  +url: "https://apnews.com/article/congo-north-kivu-violence-adf-islamic-state-77e8a36c5d847db82ad4edc2c9c4d5e7"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701010857 {#1898
    date: 2023-11-26 16:00:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2429 …}
  +votes: Doctrine\ORM\PersistentCollection {#2424 …}
  +reports: Doctrine\ORM\PersistentCollection {#2428 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2443 …}
  +badges: Doctrine\ORM\PersistentCollection {#2426 …}
  +children: []
  -id: 16982
  -titleTs: "'14':12 'attack':16 'congo':19 'east':18 'farmer':13 'group':8 'islam':6 'kill':9 'least':11 'milit':1 'state':7 'tie':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701046857
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3779773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701010857 {#1891
    date: 2023-11-26 16:00:57.0 +01: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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: Proxies\__CG__\App\Entity\Image {#1848 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1838 …}
  +slug: "Militants-with-ties-to-the-Islamic-State-group-kill-at"
  +title: "Militants with ties to the Islamic State group kill at least 14 farmers in an attack in east Congo"
  +url: "https://apnews.com/article/congo-north-kivu-violence-adf-islamic-state-77e8a36c5d847db82ad4edc2c9c4d5e7"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701010857 {#1898
    date: 2023-11-26 16:00:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2429 …}
  +votes: Doctrine\ORM\PersistentCollection {#2424 …}
  +reports: Doctrine\ORM\PersistentCollection {#2428 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2443 …}
  +badges: Doctrine\ORM\PersistentCollection {#2426 …}
  +children: []
  -id: 16982
  -titleTs: "'14':12 'attack':16 'congo':19 'east':18 'farmer':13 'group':8 'islam':6 'kill':9 'least':11 'milit':1 'state':7 'tie':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701046857
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3779773"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701010857 {#1891
    date: 2023-11-26 16:00:57.0 +01: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 {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#2288 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2355 …}
  +slug: "I-feel-this"
  +title: "I feel this…"
  +url: "https://lemmy.ml/pictrs/image/3e2fb273-b87c-4dfa-a154-8b042b4d4411.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 247
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701027067 {#2439
    date: 2023-11-26 20:31:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2466 …}
  +votes: Doctrine\ORM\PersistentCollection {#2356 …}
  +reports: Doctrine\ORM\PersistentCollection {#2353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2449 …}
  +badges: Doctrine\ORM\PersistentCollection {#2483 …}
  +children: []
  -id: 16841
  -titleTs: "'feel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701046620
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8474431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700960220 {#2436
    date: 2023-11-26 01:57:00.0 +01: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 {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#2288 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2355 …}
  +slug: "I-feel-this"
  +title: "I feel this…"
  +url: "https://lemmy.ml/pictrs/image/3e2fb273-b87c-4dfa-a154-8b042b4d4411.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 247
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701027067 {#2439
    date: 2023-11-26 20:31:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2466 …}
  +votes: Doctrine\ORM\PersistentCollection {#2356 …}
  +reports: Doctrine\ORM\PersistentCollection {#2353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2449 …}
  +badges: Doctrine\ORM\PersistentCollection {#2483 …}
  +children: []
  -id: 16841
  -titleTs: "'feel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701046620
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8474431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700960220 {#2436
    date: 2023-11-26 01:57:00.0 +01: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 {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#2288 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2355 …}
  +slug: "I-feel-this"
  +title: "I feel this…"
  +url: "https://lemmy.ml/pictrs/image/3e2fb273-b87c-4dfa-a154-8b042b4d4411.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 247
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701027067 {#2439
    date: 2023-11-26 20:31:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2466 …}
  +votes: Doctrine\ORM\PersistentCollection {#2356 …}
  +reports: Doctrine\ORM\PersistentCollection {#2353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2449 …}
  +badges: Doctrine\ORM\PersistentCollection {#2483 …}
  +children: []
  -id: 16841
  -titleTs: "'feel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701046620
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8474431"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700960220 {#2436
    date: 2023-11-26 01:57:00.0 +01: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 {#2485
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1841 …}
  +image: Proxies\__CG__\App\Entity\Image {#2409 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#60 …}
  +slug: "Almost-GBP300-000-raised-for-delivery-driver-who-intervened-in-Dublin"
  +title: "Almost £300,000 raised for delivery driver who intervened in Dublin attack"
  +url: "https://www.theguardian.com/world/2023/nov/25/money-raised-caio-benicio-delivery-driver-intervened-dublin-attack"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 121
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701048324 {#2358
    date: 2023-11-27 02:25:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2490 …}
  +reports: Doctrine\ORM\PersistentCollection {#2473 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1923 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1391 …}
  +badges: Doctrine\ORM\PersistentCollection {#1512 …}
  +children: []
  -id: 16840
  -titleTs: "'000':3 '300':2 'almost':1 'attack':12 'deliveri':6 'driver':7 'dublin':11 'interven':9 'rais':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701045985
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3762059"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700959585 {#2487
    date: 2023-11-26 01:46:25.0 +01: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 {#2485
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1841 …}
  +image: Proxies\__CG__\App\Entity\Image {#2409 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#60 …}
  +slug: "Almost-GBP300-000-raised-for-delivery-driver-who-intervened-in-Dublin"
  +title: "Almost £300,000 raised for delivery driver who intervened in Dublin attack"
  +url: "https://www.theguardian.com/world/2023/nov/25/money-raised-caio-benicio-delivery-driver-intervened-dublin-attack"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 121
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701048324 {#2358
    date: 2023-11-27 02:25:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2490 …}
  +reports: Doctrine\ORM\PersistentCollection {#2473 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1923 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1391 …}
  +badges: Doctrine\ORM\PersistentCollection {#1512 …}
  +children: []
  -id: 16840
  -titleTs: "'000':3 '300':2 'almost':1 'attack':12 'deliveri':6 'driver':7 'dublin':11 'interven':9 'rais':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701045985
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3762059"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700959585 {#2487
    date: 2023-11-26 01:46:25.0 +01: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 {#2485
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1841 …}
  +image: Proxies\__CG__\App\Entity\Image {#2409 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#60 …}
  +slug: "Almost-GBP300-000-raised-for-delivery-driver-who-intervened-in-Dublin"
  +title: "Almost £300,000 raised for delivery driver who intervened in Dublin attack"
  +url: "https://www.theguardian.com/world/2023/nov/25/money-raised-caio-benicio-delivery-driver-intervened-dublin-attack"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 121
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701048324 {#2358
    date: 2023-11-27 02:25:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2490 …}
  +reports: Doctrine\ORM\PersistentCollection {#2473 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1923 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1391 …}
  +badges: Doctrine\ORM\PersistentCollection {#1512 …}
  +children: []
  -id: 16840
  -titleTs: "'000':3 '300':2 'almost':1 'attack':12 'deliveri':6 'driver':7 'dublin':11 'interven':9 'rais':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701045985
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3762059"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700959585 {#2487
    date: 2023-11-26 01:46:25.0 +01: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 {#1500
  +user: Proxies\__CG__\App\Entity\User {#1521 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1514 …}
  +image: Proxies\__CG__\App\Entity\Image {#1499 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Hold-your-fire"
  +title: "Hold your fire"
  +url: "https://lemmy.world/pictrs/image/c12a3f89-16f6-4dc2-a727-87f895ad21d1.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701040064 {#1524
    date: 2023-11-27 00:07:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1502 …}
  +votes: Doctrine\ORM\PersistentCollection {#1544 …}
  +reports: Doctrine\ORM\PersistentCollection {#1547 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1482 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1523 …}
  +badges: Doctrine\ORM\PersistentCollection {#1522 …}
  +children: []
  -id: 24822
  -titleTs: "'fire':3 'hold':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701044564
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8801052"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701040064 {#1501
    date: 2023-11-27 00:07:44.0 +01: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 {#1500
  +user: Proxies\__CG__\App\Entity\User {#1521 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1514 …}
  +image: Proxies\__CG__\App\Entity\Image {#1499 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Hold-your-fire"
  +title: "Hold your fire"
  +url: "https://lemmy.world/pictrs/image/c12a3f89-16f6-4dc2-a727-87f895ad21d1.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701040064 {#1524
    date: 2023-11-27 00:07:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1502 …}
  +votes: Doctrine\ORM\PersistentCollection {#1544 …}
  +reports: Doctrine\ORM\PersistentCollection {#1547 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1482 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1523 …}
  +badges: Doctrine\ORM\PersistentCollection {#1522 …}
  +children: []
  -id: 24822
  -titleTs: "'fire':3 'hold':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701044564
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8801052"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701040064 {#1501
    date: 2023-11-27 00:07:44.0 +01: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 {#1500
  +user: Proxies\__CG__\App\Entity\User {#1521 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1514 …}
  +image: Proxies\__CG__\App\Entity\Image {#1499 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Hold-your-fire"
  +title: "Hold your fire"
  +url: "https://lemmy.world/pictrs/image/c12a3f89-16f6-4dc2-a727-87f895ad21d1.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701040064 {#1524
    date: 2023-11-27 00:07:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1502 …}
  +votes: Doctrine\ORM\PersistentCollection {#1544 …}
  +reports: Doctrine\ORM\PersistentCollection {#1547 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1482 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1523 …}
  +badges: Doctrine\ORM\PersistentCollection {#1522 …}
  +children: []
  -id: 24822
  -titleTs: "'fire':3 'hold':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701044564
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8801052"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701040064 {#1501
    date: 2023-11-27 00:07:44.0 +01: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 {#1504
  +user: Proxies\__CG__\App\Entity\User {#1507 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1505 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Pets-have-a-sense-of-vengeance"
  +title: "Pets have a sense of vengeance"
  +url: "https://lemmy.world/pictrs/image/904651fe-8b70-414c-af1b-a6ea7cb6da9b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700962715 {#1506
    date: 2023-11-26 02:38:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1543 …}
  +votes: Doctrine\ORM\PersistentCollection {#1535 …}
  +reports: Doctrine\ORM\PersistentCollection {#1542 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1538 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1539 …}
  +badges: Doctrine\ORM\PersistentCollection {#1529 …}
  +children: []
  -id: 16836
  -titleTs: "'pet':1 'sens':4 'vengeanc':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701043780
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8757922"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700957380 {#1503
    date: 2023-11-26 01:09:40.0 +01: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 {#1504
  +user: Proxies\__CG__\App\Entity\User {#1507 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1505 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Pets-have-a-sense-of-vengeance"
  +title: "Pets have a sense of vengeance"
  +url: "https://lemmy.world/pictrs/image/904651fe-8b70-414c-af1b-a6ea7cb6da9b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700962715 {#1506
    date: 2023-11-26 02:38:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1543 …}
  +votes: Doctrine\ORM\PersistentCollection {#1535 …}
  +reports: Doctrine\ORM\PersistentCollection {#1542 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1538 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1539 …}
  +badges: Doctrine\ORM\PersistentCollection {#1529 …}
  +children: []
  -id: 16836
  -titleTs: "'pet':1 'sens':4 'vengeanc':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701043780
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8757922"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700957380 {#1503
    date: 2023-11-26 01:09:40.0 +01: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 {#1504
  +user: Proxies\__CG__\App\Entity\User {#1507 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1505 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Pets-have-a-sense-of-vengeance"
  +title: "Pets have a sense of vengeance"
  +url: "https://lemmy.world/pictrs/image/904651fe-8b70-414c-af1b-a6ea7cb6da9b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700962715 {#1506
    date: 2023-11-26 02:38:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1543 …}
  +votes: Doctrine\ORM\PersistentCollection {#1535 …}
  +reports: Doctrine\ORM\PersistentCollection {#1542 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1538 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1539 …}
  +badges: Doctrine\ORM\PersistentCollection {#1529 …}
  +children: []
  -id: 16836
  -titleTs: "'pet':1 'sens':4 'vengeanc':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701043780
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8757922"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700957380 {#1503
    date: 2023-11-26 01:09:40.0 +01: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 {#1536
  +user: Proxies\__CG__\App\Entity\User {#1515 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1516 …}
  +image: Proxies\__CG__\App\Entity\Image {#1518 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1519 …}
  +slug: "Bloom-County-Starts-December-8"
  +title: "Bloom County Starts December 8"
  +url: "https://sh.itjust.works/pictrs/image/ba13d918-d9f2-4983-9632-3c54039b24a5.jpeg"
  +body: """
    If you don’t know about Bloom County it’s a comic strip that ran the decade of the 80s (1980-1989). It was one of my favorites as a kid and though some of it will surely be dated, the majority should hold up well to current times. It examined events in politics and culture through the viewpoint of a fanciful small town in Middle America, where children often have adult personalities and vocabularies and where animals can talk.\n
    \n
    A note about how I post the comic strips… The comics are posted in chronological order on the day they were released originally, hence Bloom County will start December 8. Posting them to match the release date adds a bit of fun and nostalgia to match the experience of reading them in the daily newspaper for first time. Many moons ago and wayyy before the internet, newspapers were the pretty much the internet’s equivalent. I would ask my Dad to save the newspaper for me everyday so I could read my favorite comic strips. It really sucked when I missed a day. Only years later, when I got the books was I able to catch up on the missed strips.\n
    \n
    If you’re a Bloom County fan or if you’ve never seen it, please give it a try and sub to the community, you can always unsub if you don’t like it.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701020457 {#1530
    date: 2023-11-26 18:40:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1520 …}
  +votes: Doctrine\ORM\PersistentCollection {#1632 …}
  +reports: Doctrine\ORM\PersistentCollection {#1631 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1704 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1712 …}
  +badges: Doctrine\ORM\PersistentCollection {#1706 …}
  +children: []
  -id: 17056
  -titleTs: "'8':5 'bloom':1 'counti':2 'decemb':4 'start':3"
  -bodyTs: "'-1989':22 '1980':21 '8':110 '80s':20 'abl':194 'add':118 'adult':72 'ago':141 'alway':228 'america':67 'anim':78 'ask':158 'bit':120 'bloom':7,105,206 'book':191 'catch':196 'children':69 'chronolog':95 'comic':12,88,91,174 'communiti':225 'could':170 'counti':8,106,207 'cultur':56 'current':48 'dad':160 'daili':134 'date':40,117 'day':99,183 'decad':17 'decemb':109 'equival':155 'event':52 'everyday':167 'examin':51 'experi':128 'fan':208 'fanci':62 'favorit':28,173 'first':137 'fun':122 'give':217 'got':189 'henc':104 'hold':44 'internet':146,153 'kid':31 'know':5 'later':186 'like':234 'major':42 'mani':139 'match':114,126 'middl':66 'miss':181,200 'moon':140 'much':151 'never':213 'newspap':135,147,164 'nostalgia':124 'note':82 'often':70 'one':25 'order':96 'origin':103 'person':73 'pleas':216 'polit':54 'post':86,93,111 'pretti':150 'ran':15 're':204 'read':130,171 'realli':177 'releas':102,116 'save':162 'seen':214 'small':63 'start':108 'strip':13,89,175,201 'sub':222 'suck':178 'sure':38 'talk':80 'though':33 'time':49,138 'town':64 'tri':220 'unsub':229 've':212 'viewpoint':59 'vocabulari':75 'wayyy':143 'well':46 'would':157 'year':185"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701042957
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9907993"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701020457 {#1537
    date: 2023-11-26 18:40:57.0 +01: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 {#1536
  +user: Proxies\__CG__\App\Entity\User {#1515 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1516 …}
  +image: Proxies\__CG__\App\Entity\Image {#1518 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1519 …}
  +slug: "Bloom-County-Starts-December-8"
  +title: "Bloom County Starts December 8"
  +url: "https://sh.itjust.works/pictrs/image/ba13d918-d9f2-4983-9632-3c54039b24a5.jpeg"
  +body: """
    If you don’t know about Bloom County it’s a comic strip that ran the decade of the 80s (1980-1989). It was one of my favorites as a kid and though some of it will surely be dated, the majority should hold up well to current times. It examined events in politics and culture through the viewpoint of a fanciful small town in Middle America, where children often have adult personalities and vocabularies and where animals can talk.\n
    \n
    A note about how I post the comic strips… The comics are posted in chronological order on the day they were released originally, hence Bloom County will start December 8. Posting them to match the release date adds a bit of fun and nostalgia to match the experience of reading them in the daily newspaper for first time. Many moons ago and wayyy before the internet, newspapers were the pretty much the internet’s equivalent. I would ask my Dad to save the newspaper for me everyday so I could read my favorite comic strips. It really sucked when I missed a day. Only years later, when I got the books was I able to catch up on the missed strips.\n
    \n
    If you’re a Bloom County fan or if you’ve never seen it, please give it a try and sub to the community, you can always unsub if you don’t like it.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701020457 {#1530
    date: 2023-11-26 18:40:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1520 …}
  +votes: Doctrine\ORM\PersistentCollection {#1632 …}
  +reports: Doctrine\ORM\PersistentCollection {#1631 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1704 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1712 …}
  +badges: Doctrine\ORM\PersistentCollection {#1706 …}
  +children: []
  -id: 17056
  -titleTs: "'8':5 'bloom':1 'counti':2 'decemb':4 'start':3"
  -bodyTs: "'-1989':22 '1980':21 '8':110 '80s':20 'abl':194 'add':118 'adult':72 'ago':141 'alway':228 'america':67 'anim':78 'ask':158 'bit':120 'bloom':7,105,206 'book':191 'catch':196 'children':69 'chronolog':95 'comic':12,88,91,174 'communiti':225 'could':170 'counti':8,106,207 'cultur':56 'current':48 'dad':160 'daili':134 'date':40,117 'day':99,183 'decad':17 'decemb':109 'equival':155 'event':52 'everyday':167 'examin':51 'experi':128 'fan':208 'fanci':62 'favorit':28,173 'first':137 'fun':122 'give':217 'got':189 'henc':104 'hold':44 'internet':146,153 'kid':31 'know':5 'later':186 'like':234 'major':42 'mani':139 'match':114,126 'middl':66 'miss':181,200 'moon':140 'much':151 'never':213 'newspap':135,147,164 'nostalgia':124 'note':82 'often':70 'one':25 'order':96 'origin':103 'person':73 'pleas':216 'polit':54 'post':86,93,111 'pretti':150 'ran':15 're':204 'read':130,171 'realli':177 'releas':102,116 'save':162 'seen':214 'small':63 'start':108 'strip':13,89,175,201 'sub':222 'suck':178 'sure':38 'talk':80 'though':33 'time':49,138 'town':64 'tri':220 'unsub':229 've':212 'viewpoint':59 'vocabulari':75 'wayyy':143 'well':46 'would':157 'year':185"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701042957
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9907993"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701020457 {#1537
    date: 2023-11-26 18:40:57.0 +01: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 {#1536
  +user: Proxies\__CG__\App\Entity\User {#1515 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1516 …}
  +image: Proxies\__CG__\App\Entity\Image {#1518 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1519 …}
  +slug: "Bloom-County-Starts-December-8"
  +title: "Bloom County Starts December 8"
  +url: "https://sh.itjust.works/pictrs/image/ba13d918-d9f2-4983-9632-3c54039b24a5.jpeg"
  +body: """
    If you don’t know about Bloom County it’s a comic strip that ran the decade of the 80s (1980-1989). It was one of my favorites as a kid and though some of it will surely be dated, the majority should hold up well to current times. It examined events in politics and culture through the viewpoint of a fanciful small town in Middle America, where children often have adult personalities and vocabularies and where animals can talk.\n
    \n
    A note about how I post the comic strips… The comics are posted in chronological order on the day they were released originally, hence Bloom County will start December 8. Posting them to match the release date adds a bit of fun and nostalgia to match the experience of reading them in the daily newspaper for first time. Many moons ago and wayyy before the internet, newspapers were the pretty much the internet’s equivalent. I would ask my Dad to save the newspaper for me everyday so I could read my favorite comic strips. It really sucked when I missed a day. Only years later, when I got the books was I able to catch up on the missed strips.\n
    \n
    If you’re a Bloom County fan or if you’ve never seen it, please give it a try and sub to the community, you can always unsub if you don’t like it.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701020457 {#1530
    date: 2023-11-26 18:40:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1520 …}
  +votes: Doctrine\ORM\PersistentCollection {#1632 …}
  +reports: Doctrine\ORM\PersistentCollection {#1631 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1704 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1712 …}
  +badges: Doctrine\ORM\PersistentCollection {#1706 …}
  +children: []
  -id: 17056
  -titleTs: "'8':5 'bloom':1 'counti':2 'decemb':4 'start':3"
  -bodyTs: "'-1989':22 '1980':21 '8':110 '80s':20 'abl':194 'add':118 'adult':72 'ago':141 'alway':228 'america':67 'anim':78 'ask':158 'bit':120 'bloom':7,105,206 'book':191 'catch':196 'children':69 'chronolog':95 'comic':12,88,91,174 'communiti':225 'could':170 'counti':8,106,207 'cultur':56 'current':48 'dad':160 'daili':134 'date':40,117 'day':99,183 'decad':17 'decemb':109 'equival':155 'event':52 'everyday':167 'examin':51 'experi':128 'fan':208 'fanci':62 'favorit':28,173 'first':137 'fun':122 'give':217 'got':189 'henc':104 'hold':44 'internet':146,153 'kid':31 'know':5 'later':186 'like':234 'major':42 'mani':139 'match':114,126 'middl':66 'miss':181,200 'moon':140 'much':151 'never':213 'newspap':135,147,164 'nostalgia':124 'note':82 'often':70 'one':25 'order':96 'origin':103 'person':73 'pleas':216 'polit':54 'post':86,93,111 'pretti':150 'ran':15 're':204 'read':130,171 'realli':177 'releas':102,116 'save':162 'seen':214 'small':63 'start':108 'strip':13,89,175,201 'sub':222 'suck':178 'sure':38 'talk':80 'though':33 'time':49,138 'town':64 'tri':220 'unsub':229 've':212 'viewpoint':59 'vocabulari':75 'wayyy':143 'well':46 'would':157 'year':185"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701042957
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9907993"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701020457 {#1537
    date: 2023-11-26 18:40:57.0 +01: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 {#1745
  +user: Proxies\__CG__\App\Entity\User {#1747 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1738 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-is-good-to-eat-when-you-have-no-appetite"
  +title: "What is good to eat when you have no appetite?"
  +url: null
  +body: """
    I am super sick right now and haven’t eaten much in a few days. It’s getting to the point where I am gonna need to force myself to eat something to keep my strength up but everything just sounds terrible to me right now. I have been subsisting mostly on small glasses of milk and the occasional packet of instant oatmeal.\n
    \n
    Any suggestions on things to eat that go down easy and has nutritional value? Flavor is pretty far down on my list of requirements right now and I’m finding myself exhausted after chewing a few bites. Any serious suggestions would be greatly appreciated!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 187
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721326279 {#1657
    date: 2024-07-18 20:11:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1753 …}
  +votes: Doctrine\ORM\PersistentCollection {#1749 …}
  +reports: Doctrine\ORM\PersistentCollection {#1748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1471 …}
  +badges: Doctrine\ORM\PersistentCollection {#1470 …}
  +children: []
  -id: 16834
  -titleTs: "'appetit':10 'eat':5 'good':3"
  -bodyTs: "'appreci':107 'bite':100 'chew':97 'day':15 'easi':73 'eat':31,69 'eaten':10 'everyth':39 'exhaust':95 'far':81 'find':93 'flavor':78 'forc':28 'get':18 'glass':54 'go':71 'gonna':25 'great':106 'haven':8 'instant':62 'keep':34 'list':85 'm':92 'milk':56 'most':51 'much':11 'need':26 'nutrit':76 'oatmeal':63 'occasion':59 'packet':60 'point':21 'pretti':80 'requir':87 'right':5,45,88 'serious':102 'sick':4 'small':53 'someth':32 'sound':41 'strength':36 'subsist':50 'suggest':65,103 'super':3 'terribl':42 'thing':67 'valu':77 'would':104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701041688
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8756375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700955288 {#1659
    date: 2023-11-26 00:34:48.0 +01: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 {#1745
  +user: Proxies\__CG__\App\Entity\User {#1747 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1738 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-is-good-to-eat-when-you-have-no-appetite"
  +title: "What is good to eat when you have no appetite?"
  +url: null
  +body: """
    I am super sick right now and haven’t eaten much in a few days. It’s getting to the point where I am gonna need to force myself to eat something to keep my strength up but everything just sounds terrible to me right now. I have been subsisting mostly on small glasses of milk and the occasional packet of instant oatmeal.\n
    \n
    Any suggestions on things to eat that go down easy and has nutritional value? Flavor is pretty far down on my list of requirements right now and I’m finding myself exhausted after chewing a few bites. Any serious suggestions would be greatly appreciated!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 187
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721326279 {#1657
    date: 2024-07-18 20:11:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1753 …}
  +votes: Doctrine\ORM\PersistentCollection {#1749 …}
  +reports: Doctrine\ORM\PersistentCollection {#1748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1471 …}
  +badges: Doctrine\ORM\PersistentCollection {#1470 …}
  +children: []
  -id: 16834
  -titleTs: "'appetit':10 'eat':5 'good':3"
  -bodyTs: "'appreci':107 'bite':100 'chew':97 'day':15 'easi':73 'eat':31,69 'eaten':10 'everyth':39 'exhaust':95 'far':81 'find':93 'flavor':78 'forc':28 'get':18 'glass':54 'go':71 'gonna':25 'great':106 'haven':8 'instant':62 'keep':34 'list':85 'm':92 'milk':56 'most':51 'much':11 'need':26 'nutrit':76 'oatmeal':63 'occasion':59 'packet':60 'point':21 'pretti':80 'requir':87 'right':5,45,88 'serious':102 'sick':4 'small':53 'someth':32 'sound':41 'strength':36 'subsist':50 'suggest':65,103 'super':3 'terribl':42 'thing':67 'valu':77 'would':104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701041688
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8756375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700955288 {#1659
    date: 2023-11-26 00:34:48.0 +01: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 {#1745
  +user: Proxies\__CG__\App\Entity\User {#1747 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1738 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-is-good-to-eat-when-you-have-no-appetite"
  +title: "What is good to eat when you have no appetite?"
  +url: null
  +body: """
    I am super sick right now and haven’t eaten much in a few days. It’s getting to the point where I am gonna need to force myself to eat something to keep my strength up but everything just sounds terrible to me right now. I have been subsisting mostly on small glasses of milk and the occasional packet of instant oatmeal.\n
    \n
    Any suggestions on things to eat that go down easy and has nutritional value? Flavor is pretty far down on my list of requirements right now and I’m finding myself exhausted after chewing a few bites. Any serious suggestions would be greatly appreciated!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 187
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721326279 {#1657
    date: 2024-07-18 20:11:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1753 …}
  +votes: Doctrine\ORM\PersistentCollection {#1749 …}
  +reports: Doctrine\ORM\PersistentCollection {#1748 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1471 …}
  +badges: Doctrine\ORM\PersistentCollection {#1470 …}
  +children: []
  -id: 16834
  -titleTs: "'appetit':10 'eat':5 'good':3"
  -bodyTs: "'appreci':107 'bite':100 'chew':97 'day':15 'easi':73 'eat':31,69 'eaten':10 'everyth':39 'exhaust':95 'far':81 'find':93 'flavor':78 'forc':28 'get':18 'glass':54 'go':71 'gonna':25 'great':106 'haven':8 'instant':62 'keep':34 'list':85 'm':92 'milk':56 'most':51 'much':11 'need':26 'nutrit':76 'oatmeal':63 'occasion':59 'packet':60 'point':21 'pretti':80 'requir':87 'right':5,45,88 'serious':102 'sick':4 'small':53 'someth':32 'sound':41 'strength':36 'subsist':50 'suggest':65,103 'super':3 'terribl':42 'thing':67 'valu':77 'would':104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701041688
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8756375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700955288 {#1659
    date: 2023-11-26 00:34:48.0 +01: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 {#1483
  +user: Proxies\__CG__\App\Entity\User {#1497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1484 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Is-that-being-too-kind"
  +title: "Is that being too kind?"
  +url: "https://lemmy.world/pictrs/image/49262094-5f4f-4b1b-bb8a-c596a57ea414.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 759
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701054140 {#1473
    date: 2023-11-27 04:02:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 16833
  -titleTs: "'kind':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701040756
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8755925"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700954356 {#1498
    date: 2023-11-26 00:19:16.0 +01: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 {#1483
  +user: Proxies\__CG__\App\Entity\User {#1497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1484 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Is-that-being-too-kind"
  +title: "Is that being too kind?"
  +url: "https://lemmy.world/pictrs/image/49262094-5f4f-4b1b-bb8a-c596a57ea414.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 759
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701054140 {#1473
    date: 2023-11-27 04:02:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 16833
  -titleTs: "'kind':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701040756
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8755925"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700954356 {#1498
    date: 2023-11-26 00:19:16.0 +01: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 {#1483
  +user: Proxies\__CG__\App\Entity\User {#1497 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1484 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Is-that-being-too-kind"
  +title: "Is that being too kind?"
  +url: "https://lemmy.world/pictrs/image/49262094-5f4f-4b1b-bb8a-c596a57ea414.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 759
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701054140 {#1473
    date: 2023-11-27 04:02:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1486 …}
  +votes: Doctrine\ORM\PersistentCollection {#1487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1491 …}
  +badges: Doctrine\ORM\PersistentCollection {#1495 …}
  +children: []
  -id: 16833
  -titleTs: "'kind':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701040756
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8755925"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700954356 {#1498
    date: 2023-11-26 00:19:16.0 +01: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 {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2355 …}
  +slug: "BDSM"
  +title: "BDSM"
  +url: "https://lemmy.ml/pictrs/image/e7c2bcc4-3105-420a-ab05-4133b493486b.webp"
  +body: """
    Image Transcript:\n
    \n
    > *A sticker placed on a “push button for crosswalk” sign that reads the following:*\n
    > \n
    > BDSM\n
    > \n
    > Buses do So Much\n
    > \n
    > for the environment\n
    > \n
    > streetsforall.org
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700960091 {#1475
    date: 2023-11-26 01:54:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1755 …}
  +votes: Doctrine\ORM\PersistentCollection {#1757 …}
  +reports: Doctrine\ORM\PersistentCollection {#1756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1759 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1751 …}
  +badges: Doctrine\ORM\PersistentCollection {#1772 …}
  +children: []
  -id: 16830
  -titleTs: "'bdsm':1"
  -bodyTs: "'bdsm':17 'buse':18 'button':9 'crosswalk':11 'environ':24 'follow':16 'imag':1 'much':21 'place':5 'push':8 'read':14 'sign':12 'sticker':4 'streetsforall.org':25 'transcript':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701040339
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8470832"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700953939 {#1477
    date: 2023-11-26 00:12:19.0 +01: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 {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2355 …}
  +slug: "BDSM"
  +title: "BDSM"
  +url: "https://lemmy.ml/pictrs/image/e7c2bcc4-3105-420a-ab05-4133b493486b.webp"
  +body: """
    Image Transcript:\n
    \n
    > *A sticker placed on a “push button for crosswalk” sign that reads the following:*\n
    > \n
    > BDSM\n
    > \n
    > Buses do So Much\n
    > \n
    > for the environment\n
    > \n
    > streetsforall.org
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700960091 {#1475
    date: 2023-11-26 01:54:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1755 …}
  +votes: Doctrine\ORM\PersistentCollection {#1757 …}
  +reports: Doctrine\ORM\PersistentCollection {#1756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1759 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1751 …}
  +badges: Doctrine\ORM\PersistentCollection {#1772 …}
  +children: []
  -id: 16830
  -titleTs: "'bdsm':1"
  -bodyTs: "'bdsm':17 'buse':18 'button':9 'crosswalk':11 'environ':24 'follow':16 'imag':1 'much':21 'place':5 'push':8 'read':14 'sign':12 'sticker':4 'streetsforall.org':25 'transcript':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701040339
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8470832"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700953939 {#1477
    date: 2023-11-26 00:12:19.0 +01: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 {#1476
  +user: Proxies\__CG__\App\Entity\User {#1761 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
  +image: Proxies\__CG__\App\Entity\Image {#1754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2355 …}
  +slug: "BDSM"
  +title: "BDSM"
  +url: "https://lemmy.ml/pictrs/image/e7c2bcc4-3105-420a-ab05-4133b493486b.webp"
  +body: """
    Image Transcript:\n
    \n
    > *A sticker placed on a “push button for crosswalk” sign that reads the following:*\n
    > \n
    > BDSM\n
    > \n
    > Buses do So Much\n
    > \n
    > for the environment\n
    > \n
    > streetsforall.org
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 307
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700960091 {#1475
    date: 2023-11-26 01:54:51.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1755 …}
  +votes: Doctrine\ORM\PersistentCollection {#1757 …}
  +reports: Doctrine\ORM\PersistentCollection {#1756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1759 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1751 …}
  +badges: Doctrine\ORM\PersistentCollection {#1772 …}
  +children: []
  -id: 16830
  -titleTs: "'bdsm':1"
  -bodyTs: "'bdsm':17 'buse':18 'button':9 'crosswalk':11 'environ':24 'follow':16 'imag':1 'much':21 'place':5 'push':8 'read':14 'sign':12 'sticker':4 'streetsforall.org':25 'transcript':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701040339
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8470832"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700953939 {#1477
    date: 2023-11-26 00:12:19.0 +01: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 {#1777
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "Wanting-to-improve-my-Linux-skills-after-17-months-of"
  +title: "Wanting to improve my Linux skills after 17 months of daily driving Linux"
  +url: null
  +body: """
    I’ve been daily driving Linux for 17 months now (currently on Linux Mint). I have got very comfortable with basic commands and many just works distros (such as Linux Mint, or Pop!_OS) with apt as the package manager. I’ve tried Debian as a distro to try to challenge myself, but have always ran into issues. On my PC, I could never get wifi to work, which made it difficult to install properly. I’ve used it on my daily driver laptop, but ran into some issues. I thought a more advanced distro, that is still stable, would be good overall. However, not getting new software for a long time sounds quite annoying.\n
    \n
    I’m wanting to challenge myself to get much better with Linux, partitioning, CLI, CLI tools, understanding the components of my system, trying tiling window managers, etc. I’ve been considering installing Arch the traditional way, on my X220, as a way to force myself to improve. Is this a good way to learn more about Linux and a Linux system in general? I always hear good things about the Arch Wiki. Is there any other tips someone can give me, to sharpen my Linux skills? I was even considering trying out Gentoo on my X220, but the compiling times sound painful. I wouldn’t daily drive Gentoo or Arch, just yet, but I would try to use them as much as possible for general use.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 128
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701086774 {#1778
    date: 2023-11-27 13:06:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1773 …}
  +votes: Doctrine\ORM\PersistentCollection {#1776 …}
  +reports: Doctrine\ORM\PersistentCollection {#1782 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1786 …}
  +badges: Doctrine\ORM\PersistentCollection {#1764 …}
  +children: []
  -id: 16829
  -titleTs: "'17':8 'daili':11 'drive':12 'improv':3 'linux':5,13 'month':9 'skill':6 'want':1"
  -bodyTs: "'17':8 'advanc':94 'alway':55,180 'annoy':115 'apt':36 'arch':148,186,225 'basic':21 'better':125 'challeng':51,120 'cli':129,130 'comfort':19 'command':22 'compil':214 'compon':134 'consid':146,205 'could':63 'current':11 'daili':4,82,221 'debian':44 'difficult':72 'distro':27,47,95 'drive':5,222 'driver':83 'etc':142 'even':204 'forc':159 'general':178,240 'gentoo':208,223 'get':65,106,123 'give':195 'good':102,166,182 'got':17 'hear':181 'howev':104 'improv':162 'instal':74,147 'issu':58,89 'laptop':84 'learn':169 'linux':6,13,30,127,172,175,200 'long':111 'm':117 'made':70 'manag':40,141 'mani':24 'mint':14,31 'month':9 'much':124,236 'never':64 'new':107 'os':34 'overal':103 'packag':39 'pain':217 'partit':128 'pc':61 'pop':33 'possibl':238 'proper':75 'quit':114 'ran':56,86 'sharpen':198 'skill':201 'softwar':108 'someon':193 'sound':113,216 'stabl':99 'still':98 'system':137,176 'thing':183 'thought':91 'tile':139 'time':112,215 'tip':192 'tool':131 'tradit':150 'tri':43,49,138,206,231 'understand':132 'use':78,233,241 've':2,42,77,144 'want':118 'way':151,157,167 'wifi':66 'wiki':187 'window':140 'work':26,68 'would':100,230 'wouldn':219 'x220':154,211 'yet':227"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039381
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8754637"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952981 {#1787
    date: 2023-11-25 23:56:21.0 +01: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 {#1777
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "Wanting-to-improve-my-Linux-skills-after-17-months-of"
  +title: "Wanting to improve my Linux skills after 17 months of daily driving Linux"
  +url: null
  +body: """
    I’ve been daily driving Linux for 17 months now (currently on Linux Mint). I have got very comfortable with basic commands and many just works distros (such as Linux Mint, or Pop!_OS) with apt as the package manager. I’ve tried Debian as a distro to try to challenge myself, but have always ran into issues. On my PC, I could never get wifi to work, which made it difficult to install properly. I’ve used it on my daily driver laptop, but ran into some issues. I thought a more advanced distro, that is still stable, would be good overall. However, not getting new software for a long time sounds quite annoying.\n
    \n
    I’m wanting to challenge myself to get much better with Linux, partitioning, CLI, CLI tools, understanding the components of my system, trying tiling window managers, etc. I’ve been considering installing Arch the traditional way, on my X220, as a way to force myself to improve. Is this a good way to learn more about Linux and a Linux system in general? I always hear good things about the Arch Wiki. Is there any other tips someone can give me, to sharpen my Linux skills? I was even considering trying out Gentoo on my X220, but the compiling times sound painful. I wouldn’t daily drive Gentoo or Arch, just yet, but I would try to use them as much as possible for general use.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 128
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701086774 {#1778
    date: 2023-11-27 13:06:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1773 …}
  +votes: Doctrine\ORM\PersistentCollection {#1776 …}
  +reports: Doctrine\ORM\PersistentCollection {#1782 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1786 …}
  +badges: Doctrine\ORM\PersistentCollection {#1764 …}
  +children: []
  -id: 16829
  -titleTs: "'17':8 'daili':11 'drive':12 'improv':3 'linux':5,13 'month':9 'skill':6 'want':1"
  -bodyTs: "'17':8 'advanc':94 'alway':55,180 'annoy':115 'apt':36 'arch':148,186,225 'basic':21 'better':125 'challeng':51,120 'cli':129,130 'comfort':19 'command':22 'compil':214 'compon':134 'consid':146,205 'could':63 'current':11 'daili':4,82,221 'debian':44 'difficult':72 'distro':27,47,95 'drive':5,222 'driver':83 'etc':142 'even':204 'forc':159 'general':178,240 'gentoo':208,223 'get':65,106,123 'give':195 'good':102,166,182 'got':17 'hear':181 'howev':104 'improv':162 'instal':74,147 'issu':58,89 'laptop':84 'learn':169 'linux':6,13,30,127,172,175,200 'long':111 'm':117 'made':70 'manag':40,141 'mani':24 'mint':14,31 'month':9 'much':124,236 'never':64 'new':107 'os':34 'overal':103 'packag':39 'pain':217 'partit':128 'pc':61 'pop':33 'possibl':238 'proper':75 'quit':114 'ran':56,86 'sharpen':198 'skill':201 'softwar':108 'someon':193 'sound':113,216 'stabl':99 'still':98 'system':137,176 'thing':183 'thought':91 'tile':139 'time':112,215 'tip':192 'tool':131 'tradit':150 'tri':43,49,138,206,231 'understand':132 'use':78,233,241 've':2,42,77,144 'want':118 'way':151,157,167 'wifi':66 'wiki':187 'window':140 'work':26,68 'would':100,230 'wouldn':219 'x220':154,211 'yet':227"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039381
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8754637"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952981 {#1787
    date: 2023-11-25 23:56:21.0 +01: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 {#1777
  +user: Proxies\__CG__\App\Entity\User {#1774 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "Wanting-to-improve-my-Linux-skills-after-17-months-of"
  +title: "Wanting to improve my Linux skills after 17 months of daily driving Linux"
  +url: null
  +body: """
    I’ve been daily driving Linux for 17 months now (currently on Linux Mint). I have got very comfortable with basic commands and many just works distros (such as Linux Mint, or Pop!_OS) with apt as the package manager. I’ve tried Debian as a distro to try to challenge myself, but have always ran into issues. On my PC, I could never get wifi to work, which made it difficult to install properly. I’ve used it on my daily driver laptop, but ran into some issues. I thought a more advanced distro, that is still stable, would be good overall. However, not getting new software for a long time sounds quite annoying.\n
    \n
    I’m wanting to challenge myself to get much better with Linux, partitioning, CLI, CLI tools, understanding the components of my system, trying tiling window managers, etc. I’ve been considering installing Arch the traditional way, on my X220, as a way to force myself to improve. Is this a good way to learn more about Linux and a Linux system in general? I always hear good things about the Arch Wiki. Is there any other tips someone can give me, to sharpen my Linux skills? I was even considering trying out Gentoo on my X220, but the compiling times sound painful. I wouldn’t daily drive Gentoo or Arch, just yet, but I would try to use them as much as possible for general use.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 128
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701086774 {#1778
    date: 2023-11-27 13:06:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1773 …}
  +votes: Doctrine\ORM\PersistentCollection {#1776 …}
  +reports: Doctrine\ORM\PersistentCollection {#1782 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1786 …}
  +badges: Doctrine\ORM\PersistentCollection {#1764 …}
  +children: []
  -id: 16829
  -titleTs: "'17':8 'daili':11 'drive':12 'improv':3 'linux':5,13 'month':9 'skill':6 'want':1"
  -bodyTs: "'17':8 'advanc':94 'alway':55,180 'annoy':115 'apt':36 'arch':148,186,225 'basic':21 'better':125 'challeng':51,120 'cli':129,130 'comfort':19 'command':22 'compil':214 'compon':134 'consid':146,205 'could':63 'current':11 'daili':4,82,221 'debian':44 'difficult':72 'distro':27,47,95 'drive':5,222 'driver':83 'etc':142 'even':204 'forc':159 'general':178,240 'gentoo':208,223 'get':65,106,123 'give':195 'good':102,166,182 'got':17 'hear':181 'howev':104 'improv':162 'instal':74,147 'issu':58,89 'laptop':84 'learn':169 'linux':6,13,30,127,172,175,200 'long':111 'm':117 'made':70 'manag':40,141 'mani':24 'mint':14,31 'month':9 'much':124,236 'never':64 'new':107 'os':34 'overal':103 'packag':39 'pain':217 'partit':128 'pc':61 'pop':33 'possibl':238 'proper':75 'quit':114 'ran':56,86 'sharpen':198 'skill':201 'softwar':108 'someon':193 'sound':113,216 'stabl':99 'still':98 'system':137,176 'thing':183 'thought':91 'tile':139 'time':112,215 'tip':192 'tool':131 'tradit':150 'tri':43,49,138,206,231 'understand':132 'use':78,233,241 've':2,42,77,144 'want':118 'way':151,157,167 'wifi':66 'wiki':187 'window':140 'work':26,68 'would':100,230 'wouldn':219 'x220':154,211 'yet':227"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039381
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8754637"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952981 {#1787
    date: 2023-11-25 23:56:21.0 +01: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 {#1681
  +user: Proxies\__CG__\App\Entity\User {#1444 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1466 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1452 …}
  +slug: "Time-Travel"
  +title: "Time Travel"
  +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701052269 {#1766
    date: 2023-11-27 03:31:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 16827
  -titleTs: "'time':1 'travel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039147
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4061124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952747 {#1682
    date: 2023-11-25 23:52:27.0 +01: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 {#1681
  +user: Proxies\__CG__\App\Entity\User {#1444 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1466 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1452 …}
  +slug: "Time-Travel"
  +title: "Time Travel"
  +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701052269 {#1766
    date: 2023-11-27 03:31:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 16827
  -titleTs: "'time':1 'travel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039147
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4061124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952747 {#1682
    date: 2023-11-25 23:52:27.0 +01: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 {#1681
  +user: Proxies\__CG__\App\Entity\User {#1444 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1466 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1452 …}
  +slug: "Time-Travel"
  +title: "Time Travel"
  +url: "https://startrek.website/pictrs/image/1fbd27e1-ce01-425d-80a1-dda0f5496354.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 124
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701052269 {#1766
    date: 2023-11-27 03:31:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1445 …}
  +votes: Doctrine\ORM\PersistentCollection {#1638 …}
  +reports: Doctrine\ORM\PersistentCollection {#1642 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1643 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1633 …}
  +badges: Doctrine\ORM\PersistentCollection {#1624 …}
  +children: []
  -id: 16827
  -titleTs: "'time':1 'travel':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701039147
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4061124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952747 {#1682
    date: 2023-11-25 23:52:27.0 +01: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 {#1660
  +user: Proxies\__CG__\App\Entity\User {#1409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1450 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1449 …}
  +slug: "I-m-altering-the-meme"
  +title: "I'm altering the meme"
  +url: "https://media.mas.to/masto-public/media_attachments/files/111/473/502/073/288/178/original/037dfa75996def5e.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700968824 {#1636
    date: 2023-11-26 04:20:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 16826
  -titleTs: "'alter':3 'm':2 'meme':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701038664
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8469728"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952264 {#1635
    date: 2023-11-25 23:44:24.0 +01: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 {#1660
  +user: Proxies\__CG__\App\Entity\User {#1409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1450 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1449 …}
  +slug: "I-m-altering-the-meme"
  +title: "I'm altering the meme"
  +url: "https://media.mas.to/masto-public/media_attachments/files/111/473/502/073/288/178/original/037dfa75996def5e.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700968824 {#1636
    date: 2023-11-26 04:20:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 16826
  -titleTs: "'alter':3 'm':2 'meme':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701038664
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8469728"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952264 {#1635
    date: 2023-11-25 23:44:24.0 +01: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 {#1660
  +user: Proxies\__CG__\App\Entity\User {#1409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1450 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1449 …}
  +slug: "I-m-altering-the-meme"
  +title: "I'm altering the meme"
  +url: "https://media.mas.to/masto-public/media_attachments/files/111/473/502/073/288/178/original/037dfa75996def5e.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700968824 {#1636
    date: 2023-11-26 04:20:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 16826
  -titleTs: "'alter':3 'm':2 'meme':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701038664
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8469728"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700952264 {#1635
    date: 2023-11-25 23:44:24.0 +01: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 {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1441 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1443 …}
  +slug: "giddyup"
  +title: "giddyup"
  +url: "https://birdtownandfriends.blogspot.com/2023/11/bird-riding-horse.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701034048 {#1417
    date: 2023-11-26 22:27:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 17117
  -titleTs: "'giddyup':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701038548
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/3474468"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701034048 {#1414
    date: 2023-11-26 22:27:28.0 +01: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 {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1441 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1443 …}
  +slug: "giddyup"
  +title: "giddyup"
  +url: "https://birdtownandfriends.blogspot.com/2023/11/bird-riding-horse.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701034048 {#1417
    date: 2023-11-26 22:27:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 17117
  -titleTs: "'giddyup':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701038548
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/3474468"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701034048 {#1414
    date: 2023-11-26 22:27:28.0 +01: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 {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1441 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1443 …}
  +slug: "giddyup"
  +title: "giddyup"
  +url: "https://birdtownandfriends.blogspot.com/2023/11/bird-riding-horse.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701034048 {#1417
    date: 2023-11-26 22:27:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 17117
  -titleTs: "'giddyup':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701038548
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/3474468"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701034048 {#1414
    date: 2023-11-26 22:27:28.0 +01: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 {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1458 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Banal-SCP"
  +title: "Banal SCP"
  +url: "https://lemmy.world/pictrs/image/0d7b2b66-5705-4a03-8c18-fa16a346f85b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 18
  +favouriteCount: 813
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701151418 {#1457
    date: 2023-11-28 07:03:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 16825
  -titleTs: "'banal':1 'scp':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037903
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8753772"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700951503 {#1455
    date: 2023-11-25 23:31:43.0 +01: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 {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1458 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Banal-SCP"
  +title: "Banal SCP"
  +url: "https://lemmy.world/pictrs/image/0d7b2b66-5705-4a03-8c18-fa16a346f85b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 18
  +favouriteCount: 813
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701151418 {#1457
    date: 2023-11-28 07:03:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 16825
  -titleTs: "'banal':1 'scp':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037903
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8753772"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700951503 {#1455
    date: 2023-11-25 23:31:43.0 +01: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 {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1458 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1392 …}
  +slug: "Banal-SCP"
  +title: "Banal SCP"
  +url: "https://lemmy.world/pictrs/image/0d7b2b66-5705-4a03-8c18-fa16a346f85b.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 18
  +favouriteCount: 813
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701151418 {#1457
    date: 2023-11-28 07:03:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 16825
  -titleTs: "'banal':1 'scp':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037903
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8753772"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700951503 {#1455
    date: 2023-11-25 23:31:43.0 +01: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 {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1519 …}
  +slug: "Misleading-title-exaggerating-how-great-this-is"
  +title: "Misleading title exaggerating how great this is."
  +url: "https://sh.itjust.works/pictrs/image/b4cbf274-b54e-460c-8421-f8ecd0f039d2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701013373 {#1438
    date: 2023-11-26 16:42:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 16925
  -titleTs: "'exagger':3 'great':5 'mislead':1 'titl':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037842
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9889259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700993842 {#1429
    date: 2023-11-26 11:17:22.0 +01: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 {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1519 …}
  +slug: "Misleading-title-exaggerating-how-great-this-is"
  +title: "Misleading title exaggerating how great this is."
  +url: "https://sh.itjust.works/pictrs/image/b4cbf274-b54e-460c-8421-f8ecd0f039d2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701013373 {#1438
    date: 2023-11-26 16:42:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 16925
  -titleTs: "'exagger':3 'great':5 'mislead':1 'titl':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037842
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9889259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700993842 {#1429
    date: 2023-11-26 11:17:22.0 +01: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 {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1935 …}
  +image: Proxies\__CG__\App\Entity\Image {#1703 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1519 …}
  +slug: "Misleading-title-exaggerating-how-great-this-is"
  +title: "Misleading title exaggerating how great this is."
  +url: "https://sh.itjust.works/pictrs/image/b4cbf274-b54e-460c-8421-f8ecd0f039d2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701013373 {#1438
    date: 2023-11-26 16:42:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 16925
  -titleTs: "'exagger':3 'great':5 'mislead':1 'titl':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037842
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9889259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700993842 {#1429
    date: 2023-11-26 11:17:22.0 +01: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 {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1752 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1452 …}
  +slug: "As-if-he-d-need-to-be-drunk-to-say-this"
  +title: "As if he'd need to be drunk to say this to Spock."
  +url: "https://startrek.website/pictrs/image/0ad26eee-2d78-40ce-8091-8318d7346e42.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 282
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701022749 {#1614
    date: 2023-11-26 19:19:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 16824
  -titleTs: "'d':4 'drunk':8 'need':5 'say':10 'spock':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037371
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4060359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700950971 {#1612
    date: 2023-11-25 23:22:51.0 +01: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 {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1752 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1452 …}
  +slug: "As-if-he-d-need-to-be-drunk-to-say-this"
  +title: "As if he'd need to be drunk to say this to Spock."
  +url: "https://startrek.website/pictrs/image/0ad26eee-2d78-40ce-8091-8318d7346e42.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 282
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701022749 {#1614
    date: 2023-11-26 19:19:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 16824
  -titleTs: "'d':4 'drunk':8 'need':5 'say':10 'spock':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037371
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4060359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700950971 {#1612
    date: 2023-11-25 23:22:51.0 +01: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 {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1880 …}
  +image: Proxies\__CG__\App\Entity\Image {#1752 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1452 …}
  +slug: "As-if-he-d-need-to-be-drunk-to-say-this"
  +title: "As if he'd need to be drunk to say this to Spock."
  +url: "https://startrek.website/pictrs/image/0ad26eee-2d78-40ce-8091-8318d7346e42.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 282
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701022749 {#1614
    date: 2023-11-26 19:19:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 16824
  -titleTs: "'d':4 'drunk':8 'need':5 'say':10 'spock':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701037371
  +visibility: "visible             "
  +apId: "https://startrek.website/post/4060359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700950971 {#1612
    date: 2023-11-25 23:22:51.0 +01: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 {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-Tweak-Program-changes-a-Desktop-Environment-from-unusable-to"
  +title: "What Tweak, Program, ... changes a Desktop Environment from unusable to great for you?"
  +url: null
  +body: """
    I have used Linux on and off for 15 years. I consider myself a casual user and stuck to the mainstream DEs (mostly KDE, XFCE and some Cinnamon). Gnome has been a hurdle for me before and after the big version 40 changes, I couldn’t get my head around how they handled the workspaces and workflow. At some point I I tried out an extension hat changed all of it.\n
    \n
    [Material Shell](https://extensions.gnome.org/extension/3357/material-shell/)\n
    \n
    It moves the workspaces to a vertical panel and the programs onto a horizontal panel. In a workspace you can view the programs full screen or tile them.\n
    \n
    Several Programs inside a Workspace. It’s basically they same way Gnome works. However for some reason it just makes sense in my brain. No idea why. (I’m looking at WMs that work in a similar way atm. Maybe I’ll take the plunge away from DEs at some point)\n
    \n
    Has such a small change ever saved a Desktop Environment for you and is essential if you ever install it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726923969 {#1672
    date: 2024-09-21 15:06:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 16823
  -titleTs: "'chang':4 'desktop':6 'environ':7 'great':11 'program':3 'tweak':2 'unus':9"
  -bodyTs: "'/extension/3357/material-shell/)':76 '15':9 '40':42 'around':50 'atm':143 'away':150 'basic':112 'big':40 'brain':128 'casual':15 'chang':43,68,160 'cinnamon':28 'consid':12 'couldn':45 'des':22,152 'desktop':164 'environ':165 'essenti':170 'ever':161,173 'extens':66 'extensions.gnome.org':75 'extensions.gnome.org/extension/3357/material-shell/)':74 'full':100 'get':47 'gnome':29,116 'handl':53 'hat':67 'head':49 'horizont':90 'howev':118 'hurdl':33 'idea':130 'insid':107 'instal':174 'kde':24 'linux':4 'll':146 'look':134 'm':133 'mainstream':21 'make':124 'materi':72 'mayb':144 'most':23 'move':78 'onto':88 'panel':84,91 'plung':149 'point':60,155 'program':87,99,106 'reason':121 'save':162 'screen':101 'sens':125 'sever':105 'shell':73 'similar':141 'small':159 'stuck':18 'take':147 'tile':103 'tri':63 'use':3 'user':16 'version':41 'vertic':83 'view':97 'way':115,142 'wms':136 'work':117,138 'workflow':57 'workspac':55,80,94,109 'xfce':25 'year':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034472
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9851586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700948072 {#1673
    date: 2023-11-25 22:34:32.0 +01: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 {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-Tweak-Program-changes-a-Desktop-Environment-from-unusable-to"
  +title: "What Tweak, Program, ... changes a Desktop Environment from unusable to great for you?"
  +url: null
  +body: """
    I have used Linux on and off for 15 years. I consider myself a casual user and stuck to the mainstream DEs (mostly KDE, XFCE and some Cinnamon). Gnome has been a hurdle for me before and after the big version 40 changes, I couldn’t get my head around how they handled the workspaces and workflow. At some point I I tried out an extension hat changed all of it.\n
    \n
    [Material Shell](https://extensions.gnome.org/extension/3357/material-shell/)\n
    \n
    It moves the workspaces to a vertical panel and the programs onto a horizontal panel. In a workspace you can view the programs full screen or tile them.\n
    \n
    Several Programs inside a Workspace. It’s basically they same way Gnome works. However for some reason it just makes sense in my brain. No idea why. (I’m looking at WMs that work in a similar way atm. Maybe I’ll take the plunge away from DEs at some point)\n
    \n
    Has such a small change ever saved a Desktop Environment for you and is essential if you ever install it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726923969 {#1672
    date: 2024-09-21 15:06:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 16823
  -titleTs: "'chang':4 'desktop':6 'environ':7 'great':11 'program':3 'tweak':2 'unus':9"
  -bodyTs: "'/extension/3357/material-shell/)':76 '15':9 '40':42 'around':50 'atm':143 'away':150 'basic':112 'big':40 'brain':128 'casual':15 'chang':43,68,160 'cinnamon':28 'consid':12 'couldn':45 'des':22,152 'desktop':164 'environ':165 'essenti':170 'ever':161,173 'extens':66 'extensions.gnome.org':75 'extensions.gnome.org/extension/3357/material-shell/)':74 'full':100 'get':47 'gnome':29,116 'handl':53 'hat':67 'head':49 'horizont':90 'howev':118 'hurdl':33 'idea':130 'insid':107 'instal':174 'kde':24 'linux':4 'll':146 'look':134 'm':133 'mainstream':21 'make':124 'materi':72 'mayb':144 'most':23 'move':78 'onto':88 'panel':84,91 'plung':149 'point':60,155 'program':87,99,106 'reason':121 'save':162 'screen':101 'sens':125 'sever':105 'shell':73 'similar':141 'small':159 'stuck':18 'take':147 'tile':103 'tri':63 'use':3 'user':16 'version':41 'vertic':83 'view':97 'way':115,142 'wms':136 'work':117,138 'workflow':57 'workspac':55,80,94,109 'xfce':25 'year':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034472
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9851586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700948072 {#1673
    date: 2023-11-25 22:34:32.0 +01: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 {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#218 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "What-Tweak-Program-changes-a-Desktop-Environment-from-unusable-to"
  +title: "What Tweak, Program, ... changes a Desktop Environment from unusable to great for you?"
  +url: null
  +body: """
    I have used Linux on and off for 15 years. I consider myself a casual user and stuck to the mainstream DEs (mostly KDE, XFCE and some Cinnamon). Gnome has been a hurdle for me before and after the big version 40 changes, I couldn’t get my head around how they handled the workspaces and workflow. At some point I I tried out an extension hat changed all of it.\n
    \n
    [Material Shell](https://extensions.gnome.org/extension/3357/material-shell/)\n
    \n
    It moves the workspaces to a vertical panel and the programs onto a horizontal panel. In a workspace you can view the programs full screen or tile them.\n
    \n
    Several Programs inside a Workspace. It’s basically they same way Gnome works. However for some reason it just makes sense in my brain. No idea why. (I’m looking at WMs that work in a similar way atm. Maybe I’ll take the plunge away from DEs at some point)\n
    \n
    Has such a small change ever saved a Desktop Environment for you and is essential if you ever install it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726923969 {#1672
    date: 2024-09-21 15:06:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 16823
  -titleTs: "'chang':4 'desktop':6 'environ':7 'great':11 'program':3 'tweak':2 'unus':9"
  -bodyTs: "'/extension/3357/material-shell/)':76 '15':9 '40':42 'around':50 'atm':143 'away':150 'basic':112 'big':40 'brain':128 'casual':15 'chang':43,68,160 'cinnamon':28 'consid':12 'couldn':45 'des':22,152 'desktop':164 'environ':165 'essenti':170 'ever':161,173 'extens':66 'extensions.gnome.org':75 'extensions.gnome.org/extension/3357/material-shell/)':74 'full':100 'get':47 'gnome':29,116 'handl':53 'hat':67 'head':49 'horizont':90 'howev':118 'hurdl':33 'idea':130 'insid':107 'instal':174 'kde':24 'linux':4 'll':146 'look':134 'm':133 'mainstream':21 'make':124 'materi':72 'mayb':144 'most':23 'move':78 'onto':88 'panel':84,91 'plung':149 'point':60,155 'program':87,99,106 'reason':121 'save':162 'screen':101 'sens':125 'sever':105 'shell':73 'similar':141 'small':159 'stuck':18 'take':147 'tile':103 'tri':63 'use':3 'user':16 'version':41 'vertic':83 'view':97 'way':115,142 'wms':136 'work':117,138 'workflow':57 'workspac':55,80,94,109 'xfce':25 'year':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034472
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9851586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700948072 {#1673
    date: 2023-11-25 22:34:32.0 +01: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 {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1662 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "Is-there-a-place-with-the-complete-Doctor-Who-collection"
  +title: "Is there a place with the complete Doctor Who collection (Classic, Modern, AND spin-offs)?"
  +url: null
  +body: "Unfortunately the BBC has decided Australia doesn’t get to watch any Doctor Who that was released before 2005 or is a spin-off. So uh, anyone got a plex share or torrent with the lot? Immediate preference is getting the same versions as what is available on iPlayer in the UK, but would settle for DVD rips if that’s what’s available."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 105
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701446943 {#1651
    date: 2023-12-01 17:09:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1663 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1592 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  +badges: Doctrine\ORM\PersistentCollection {#1578 …}
  +children: []
  -id: 16822
  -titleTs: "'classic':11 'collect':10 'complet':7 'doctor':8 'modern':12 'off':16 'place':4 'spin':15 'spin-off':14"
  -bodyTs: "'2005':19 'anyon':28 'australia':6 'avail':48,65 'bbc':3 'decid':5 'doctor':13 'doesn':7 'dvd':58 'get':9,41 'got':29 'immedi':38 'iplay':50 'lot':37 'plex':31 'prefer':39 'releas':17 'rip':59 'settl':56 'share':32 'spin':24 'spin-off':23 'torrent':34 'uh':27 'uk':53 'unfortun':1 'version':44 'watch':11 'would':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034444
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/4360878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700948044 {#1653
    date: 2023-11-25 22:34:04.0 +01: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 {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1662 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "Is-there-a-place-with-the-complete-Doctor-Who-collection"
  +title: "Is there a place with the complete Doctor Who collection (Classic, Modern, AND spin-offs)?"
  +url: null
  +body: "Unfortunately the BBC has decided Australia doesn’t get to watch any Doctor Who that was released before 2005 or is a spin-off. So uh, anyone got a plex share or torrent with the lot? Immediate preference is getting the same versions as what is available on iPlayer in the UK, but would settle for DVD rips if that’s what’s available."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 105
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701446943 {#1651
    date: 2023-12-01 17:09:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1663 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1592 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  +badges: Doctrine\ORM\PersistentCollection {#1578 …}
  +children: []
  -id: 16822
  -titleTs: "'classic':11 'collect':10 'complet':7 'doctor':8 'modern':12 'off':16 'place':4 'spin':15 'spin-off':14"
  -bodyTs: "'2005':19 'anyon':28 'australia':6 'avail':48,65 'bbc':3 'decid':5 'doctor':13 'doesn':7 'dvd':58 'get':9,41 'got':29 'immedi':38 'iplay':50 'lot':37 'plex':31 'prefer':39 'releas':17 'rip':59 'settl':56 'share':32 'spin':24 'spin-off':23 'torrent':34 'uh':27 'uk':53 'unfortun':1 'version':44 'watch':11 'would':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034444
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/4360878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700948044 {#1653
    date: 2023-11-25 22:34:04.0 +01: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 {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1662 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#252 …}
  +slug: "Is-there-a-place-with-the-complete-Doctor-Who-collection"
  +title: "Is there a place with the complete Doctor Who collection (Classic, Modern, AND spin-offs)?"
  +url: null
  +body: "Unfortunately the BBC has decided Australia doesn’t get to watch any Doctor Who that was released before 2005 or is a spin-off. So uh, anyone got a plex share or torrent with the lot? Immediate preference is getting the same versions as what is available on iPlayer in the UK, but would settle for DVD rips if that’s what’s available."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 105
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701446943 {#1651
    date: 2023-12-01 17:09:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1663 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1592 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  +badges: Doctrine\ORM\PersistentCollection {#1578 …}
  +children: []
  -id: 16822
  -titleTs: "'classic':11 'collect':10 'complet':7 'doctor':8 'modern':12 'off':16 'place':4 'spin':15 'spin-off':14"
  -bodyTs: "'2005':19 'anyon':28 'australia':6 'avail':48,65 'bbc':3 'decid':5 'doctor':13 'doesn':7 'dvd':58 'get':9,41 'got':29 'immedi':38 'iplay':50 'lot':37 'plex':31 'prefer':39 'releas':17 'rip':59 'settl':56 'share':32 'spin':24 'spin-off':23 'torrent':34 'uh':27 'uk':53 'unfortun':1 'version':44 'watch':11 'would':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034444
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/4360878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700948044 {#1653
    date: 2023-11-25 22:34:04.0 +01: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 {#1579
  +user: Proxies\__CG__\App\Entity\User {#1584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1581 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1588 …}
  +slug: "Actually-I-m-stronger-than-your-dad"
  +title: "Actually I'm stronger than your dad"
  +url: "https://fanaticus.social/pictrs/image/97900fab-ed16-4ba1-9565-0ad9580fe309.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701010113 {#1577
    date: 2023-11-26 15:48:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 16974
  -titleTs: "'actual':1 'dad':7 'm':3 'stronger':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034056
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/964901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701007556 {#1580
    date: 2023-11-26 15:05:56.0 +01: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 {#1579
  +user: Proxies\__CG__\App\Entity\User {#1584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1581 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1588 …}
  +slug: "Actually-I-m-stronger-than-your-dad"
  +title: "Actually I'm stronger than your dad"
  +url: "https://fanaticus.social/pictrs/image/97900fab-ed16-4ba1-9565-0ad9580fe309.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701010113 {#1577
    date: 2023-11-26 15:48:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 16974
  -titleTs: "'actual':1 'dad':7 'm':3 'stronger':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034056
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/964901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701007556 {#1580
    date: 2023-11-26 15:05:56.0 +01: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 {#1579
  +user: Proxies\__CG__\App\Entity\User {#1584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: Proxies\__CG__\App\Entity\Image {#1581 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1588 …}
  +slug: "Actually-I-m-stronger-than-your-dad"
  +title: "Actually I'm stronger than your dad"
  +url: "https://fanaticus.social/pictrs/image/97900fab-ed16-4ba1-9565-0ad9580fe309.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701010113 {#1577
    date: 2023-11-26 15:48:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 16974
  -titleTs: "'actual':1 'dad':7 'm':3 'stronger':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701034056
  +visibility: "visible             "
  +apId: "https://fanaticus.social/post/964901"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701007556 {#1580
    date: 2023-11-26 15:05:56.0 +01: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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: Proxies\__CG__\App\Entity\Image {#1525 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1567 …}
  +slug: "SimpleX-Chat-v5-4-is-released"
  +title: "SimpleX Chat v5.4 is released"
  +url: "https://github.com/simplex-chat/simplex-chat/releases/tag/v5.4.0"
  +body: """
    cross-posted from: [lemmy.ml/post/8465136](https://lemmy.ml/post/8465136)\n
    \n
    > From the group chat:\n
    > \n
    > > Hello all!\n
    > > \n
    > > *SimpleX Chat v5.4* is released - link mobile and desktop apps via secure quantum resistant protocol, and much better groups!\n
    > > \n
    > > Once you upgrade, join the new users’ group via this link [simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2F…](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2FPQUV2eL0t7OStZOoAsPEV2QYWt4-xilbakvGUGOItUo%3D%40smp6.simplex.im%2Fos8FftfoV8zjb2T89fUEjJtF7y64p5av%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAQqMgh0fw2lPhjn3PDIEfAKA_E0-gf8Hr8zzhYnDivRs%253D%26srv%3Dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22lBPiveK2mjfUH43SN77R0w%3D%3D%22%7D) and find other groups in SimpleX directory [simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2F…](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).\n
    > > \n
    > > Please read more in the announcement, and please upvote/share our posts to help spread the word:\n
    > > \n
    > > [reddit.com/…/simplex_chat_fully_opensource_privat…](https://www.reddit.com/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)\n
    > > \n
    > > [twitter.com/SimpleXChat/…/1728507765813809487](https://twitter.com/SimpleXChat/status/1728507765813809487)\n
    > > \n
    > > [mastodon.social/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)\n
    > \n
    > Posting here since they did not.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 104
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701025428 {#1526
    date: 2023-11-26 20:03:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  +badges: Doctrine\ORM\PersistentCollection {#1556 …}
  +children: []
  -id: 16820
  -titleTs: "'chat':2 'releas':5 'simplex':1 'v5.4':3"
  -bodyTs: "'/1728507765813809487':87 '/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)':93 '/contact#/?v=1-4&smp=smp%3a%2f%2f':46,59 '/contact#/?v=1-4&smp=smp%3a%2f%2fpquv2el0t7ostzooaspev2qywt4-xilbakvgugoituo%3d%40smp6.simplex.im%2fos8fftfov8zjb2t89fuejjtf7y64p5av%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaqqmgh0fw2lphjn3pdiefaka_e0-gf8hr8zzhyndivrs%253d%26srv%3dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7b%22type%22%3a%22group%22%2c%22grouplinkid%22%3a%22lbpivek2mjfuh43sn77r0w%3d%3d%22%7d)':49 '/contact#/?v=1-4&smp=smp%3a%2f%2fu2ds9sg8nmnuryzwqasv4yrom28er0luvtx5x1csmru%3d%40smp4.simplex.im%2fexspwqtkkydo3px4flf1wx3mvpdjdlw3%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaaiv6mkmh44l2tcyrt_csx3zvm11wgbmeun0hkiktoho%253d%26srv%3do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).':62 '/post/8465136](https://lemmy.ml/post/8465136)':7 '/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)':83 '/simplex_chat_fully_opensource_privat':80 '/simplexchat/':86 '/simplexchat/status/1728507765813809487)':90 'announc':68 'app':23 'better':31 'chat':11,15 'cross':2 'cross-post':1 'desktop':22 'directori':56 'find':51 'group':10,32,40,53 'hello':12 'help':75 'join':36 'lemmy.ml':6 'lemmy.ml/post/8465136](https://lemmy.ml/post/8465136)':5 'link':19,43 'mastodon.social':92 'mastodon.social/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)':91 'mobil':20 'much':30 'new':38 'pleas':63,70 'post':3,73,94 'protocol':28 'quantum':26 'read':64 'reddit.com':79 'releas':18 'resist':27 'secur':25 'simplex':14,55 'simplex.chat':45,48,58,61 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2f':44,57 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2fpquv2el0t7ostzooaspev2qywt4-xilbakvgugoituo%3d%40smp6.simplex.im%2fos8fftfov8zjb2t89fuejjtf7y64p5av%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaqqmgh0fw2lphjn3pdiefaka_e0-gf8hr8zzhyndivrs%253d%26srv%3dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7b%22type%22%3a%22group%22%2c%22grouplinkid%22%3a%22lbpivek2mjfuh43sn77r0w%3d%3d%22%7d)':47 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2fu2ds9sg8nmnuryzwqasv4yrom28er0luvtx5x1csmru%3d%40smp4.simplex.im%2fexspwqtkkydo3px4flf1wx3mvpdjdlw3%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaaiv6mkmh44l2tcyrt_csx3zvm11wgbmeun0hkiktoho%253d%26srv%3do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).':60 'sinc':96 'spread':76 'twitter.com':85,89 'twitter.com/simplexchat/':84 'twitter.com/simplexchat/status/1728507765813809487)':88 'upgrad':35 'upvote/share':71 'user':39 'v5.4':16 'via':24,41 'word':78 'www.reddit.com':82 'www.reddit.com/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)':81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701033722
  +visibility: "visible             "
  +apId: "https://lemmy.cat/post/5980898"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700947322 {#1528
    date: 2023-11-25 22:22:02.0 +01: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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: Proxies\__CG__\App\Entity\Image {#1525 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1567 …}
  +slug: "SimpleX-Chat-v5-4-is-released"
  +title: "SimpleX Chat v5.4 is released"
  +url: "https://github.com/simplex-chat/simplex-chat/releases/tag/v5.4.0"
  +body: """
    cross-posted from: [lemmy.ml/post/8465136](https://lemmy.ml/post/8465136)\n
    \n
    > From the group chat:\n
    > \n
    > > Hello all!\n
    > > \n
    > > *SimpleX Chat v5.4* is released - link mobile and desktop apps via secure quantum resistant protocol, and much better groups!\n
    > > \n
    > > Once you upgrade, join the new users’ group via this link [simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2F…](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2FPQUV2eL0t7OStZOoAsPEV2QYWt4-xilbakvGUGOItUo%3D%40smp6.simplex.im%2Fos8FftfoV8zjb2T89fUEjJtF7y64p5av%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAQqMgh0fw2lPhjn3PDIEfAKA_E0-gf8Hr8zzhYnDivRs%253D%26srv%3Dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22lBPiveK2mjfUH43SN77R0w%3D%3D%22%7D) and find other groups in SimpleX directory [simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2F…](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).\n
    > > \n
    > > Please read more in the announcement, and please upvote/share our posts to help spread the word:\n
    > > \n
    > > [reddit.com/…/simplex_chat_fully_opensource_privat…](https://www.reddit.com/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)\n
    > > \n
    > > [twitter.com/SimpleXChat/…/1728507765813809487](https://twitter.com/SimpleXChat/status/1728507765813809487)\n
    > > \n
    > > [mastodon.social/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)\n
    > \n
    > Posting here since they did not.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 104
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701025428 {#1526
    date: 2023-11-26 20:03:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  +badges: Doctrine\ORM\PersistentCollection {#1556 …}
  +children: []
  -id: 16820
  -titleTs: "'chat':2 'releas':5 'simplex':1 'v5.4':3"
  -bodyTs: "'/1728507765813809487':87 '/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)':93 '/contact#/?v=1-4&smp=smp%3a%2f%2f':46,59 '/contact#/?v=1-4&smp=smp%3a%2f%2fpquv2el0t7ostzooaspev2qywt4-xilbakvgugoituo%3d%40smp6.simplex.im%2fos8fftfov8zjb2t89fuejjtf7y64p5av%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaqqmgh0fw2lphjn3pdiefaka_e0-gf8hr8zzhyndivrs%253d%26srv%3dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7b%22type%22%3a%22group%22%2c%22grouplinkid%22%3a%22lbpivek2mjfuh43sn77r0w%3d%3d%22%7d)':49 '/contact#/?v=1-4&smp=smp%3a%2f%2fu2ds9sg8nmnuryzwqasv4yrom28er0luvtx5x1csmru%3d%40smp4.simplex.im%2fexspwqtkkydo3px4flf1wx3mvpdjdlw3%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaaiv6mkmh44l2tcyrt_csx3zvm11wgbmeun0hkiktoho%253d%26srv%3do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).':62 '/post/8465136](https://lemmy.ml/post/8465136)':7 '/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)':83 '/simplex_chat_fully_opensource_privat':80 '/simplexchat/':86 '/simplexchat/status/1728507765813809487)':90 'announc':68 'app':23 'better':31 'chat':11,15 'cross':2 'cross-post':1 'desktop':22 'directori':56 'find':51 'group':10,32,40,53 'hello':12 'help':75 'join':36 'lemmy.ml':6 'lemmy.ml/post/8465136](https://lemmy.ml/post/8465136)':5 'link':19,43 'mastodon.social':92 'mastodon.social/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)':91 'mobil':20 'much':30 'new':38 'pleas':63,70 'post':3,73,94 'protocol':28 'quantum':26 'read':64 'reddit.com':79 'releas':18 'resist':27 'secur':25 'simplex':14,55 'simplex.chat':45,48,58,61 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2f':44,57 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2fpquv2el0t7ostzooaspev2qywt4-xilbakvgugoituo%3d%40smp6.simplex.im%2fos8fftfov8zjb2t89fuejjtf7y64p5av%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaqqmgh0fw2lphjn3pdiefaka_e0-gf8hr8zzhyndivrs%253d%26srv%3dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7b%22type%22%3a%22group%22%2c%22grouplinkid%22%3a%22lbpivek2mjfuh43sn77r0w%3d%3d%22%7d)':47 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2fu2ds9sg8nmnuryzwqasv4yrom28er0luvtx5x1csmru%3d%40smp4.simplex.im%2fexspwqtkkydo3px4flf1wx3mvpdjdlw3%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaaiv6mkmh44l2tcyrt_csx3zvm11wgbmeun0hkiktoho%253d%26srv%3do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).':60 'sinc':96 'spread':76 'twitter.com':85,89 'twitter.com/simplexchat/':84 'twitter.com/simplexchat/status/1728507765813809487)':88 'upgrad':35 'upvote/share':71 'user':39 'v5.4':16 'via':24,41 'word':78 'www.reddit.com':82 'www.reddit.com/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)':81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701033722
  +visibility: "visible             "
  +apId: "https://lemmy.cat/post/5980898"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700947322 {#1528
    date: 2023-11-25 22:22:02.0 +01: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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1966 …}
  +image: Proxies\__CG__\App\Entity\Image {#1525 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1567 …}
  +slug: "SimpleX-Chat-v5-4-is-released"
  +title: "SimpleX Chat v5.4 is released"
  +url: "https://github.com/simplex-chat/simplex-chat/releases/tag/v5.4.0"
  +body: """
    cross-posted from: [lemmy.ml/post/8465136](https://lemmy.ml/post/8465136)\n
    \n
    > From the group chat:\n
    > \n
    > > Hello all!\n
    > > \n
    > > *SimpleX Chat v5.4* is released - link mobile and desktop apps via secure quantum resistant protocol, and much better groups!\n
    > > \n
    > > Once you upgrade, join the new users’ group via this link [simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2F…](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2FPQUV2eL0t7OStZOoAsPEV2QYWt4-xilbakvGUGOItUo%3D%40smp6.simplex.im%2Fos8FftfoV8zjb2T89fUEjJtF7y64p5av%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAQqMgh0fw2lPhjn3PDIEfAKA_E0-gf8Hr8zzhYnDivRs%253D%26srv%3Dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22lBPiveK2mjfUH43SN77R0w%3D%3D%22%7D) and find other groups in SimpleX directory [simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2F…](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).\n
    > > \n
    > > Please read more in the announcement, and please upvote/share our posts to help spread the word:\n
    > > \n
    > > [reddit.com/…/simplex_chat_fully_opensource_privat…](https://www.reddit.com/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)\n
    > > \n
    > > [twitter.com/SimpleXChat/…/1728507765813809487](https://twitter.com/SimpleXChat/status/1728507765813809487)\n
    > > \n
    > > [mastodon.social/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)\n
    > \n
    > Posting here since they did not.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 104
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701025428 {#1526
    date: 2023-11-26 20:03:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  +badges: Doctrine\ORM\PersistentCollection {#1556 …}
  +children: []
  -id: 16820
  -titleTs: "'chat':2 'releas':5 'simplex':1 'v5.4':3"
  -bodyTs: "'/1728507765813809487':87 '/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)':93 '/contact#/?v=1-4&smp=smp%3a%2f%2f':46,59 '/contact#/?v=1-4&smp=smp%3a%2f%2fpquv2el0t7ostzooaspev2qywt4-xilbakvgugoituo%3d%40smp6.simplex.im%2fos8fftfov8zjb2t89fuejjtf7y64p5av%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaqqmgh0fw2lphjn3pdiefaka_e0-gf8hr8zzhyndivrs%253d%26srv%3dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7b%22type%22%3a%22group%22%2c%22grouplinkid%22%3a%22lbpivek2mjfuh43sn77r0w%3d%3d%22%7d)':49 '/contact#/?v=1-4&smp=smp%3a%2f%2fu2ds9sg8nmnuryzwqasv4yrom28er0luvtx5x1csmru%3d%40smp4.simplex.im%2fexspwqtkkydo3px4flf1wx3mvpdjdlw3%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaaiv6mkmh44l2tcyrt_csx3zvm11wgbmeun0hkiktoho%253d%26srv%3do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).':62 '/post/8465136](https://lemmy.ml/post/8465136)':7 '/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)':83 '/simplex_chat_fully_opensource_privat':80 '/simplexchat/':86 '/simplexchat/status/1728507765813809487)':90 'announc':68 'app':23 'better':31 'chat':11,15 'cross':2 'cross-post':1 'desktop':22 'directori':56 'find':51 'group':10,32,40,53 'hello':12 'help':75 'join':36 'lemmy.ml':6 'lemmy.ml/post/8465136](https://lemmy.ml/post/8465136)':5 'link':19,43 'mastodon.social':92 'mastodon.social/@simplex/111473020768393442](https://mastodon.social/@simplex/111473020768393442)':91 'mobil':20 'much':30 'new':38 'pleas':63,70 'post':3,73,94 'protocol':28 'quantum':26 'read':64 'reddit.com':79 'releas':18 'resist':27 'secur':25 'simplex':14,55 'simplex.chat':45,48,58,61 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2f':44,57 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2fpquv2el0t7ostzooaspev2qywt4-xilbakvgugoituo%3d%40smp6.simplex.im%2fos8fftfov8zjb2t89fuejjtf7y64p5av%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaqqmgh0fw2lphjn3pdiefaka_e0-gf8hr8zzhyndivrs%253d%26srv%3dbylepyau3ty4czmn77q4fglvperknl4bi2eb2fdy2bh4jxtf32kf73yd.onion&data=%7b%22type%22%3a%22group%22%2c%22grouplinkid%22%3a%22lbpivek2mjfuh43sn77r0w%3d%3d%22%7d)':47 'simplex.chat/contact#/?v=1-4&smp=smp%3a%2f%2fu2ds9sg8nmnuryzwqasv4yrom28er0luvtx5x1csmru%3d%40smp4.simplex.im%2fexspwqtkkydo3px4flf1wx3mvpdjdlw3%23%2f%3fv%3d1-2%26dh%3dmcowbqydk2vuayeaaiv6mkmh44l2tcyrt_csx3zvm11wgbmeun0hkiktoho%253d%26srv%3do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).':60 'sinc':96 'spread':76 'twitter.com':85,89 'twitter.com/simplexchat/':84 'twitter.com/simplexchat/status/1728507765813809487)':88 'upgrad':35 'upvote/share':71 'user':39 'v5.4':16 'via':24,41 'word':78 'www.reddit.com':82 'www.reddit.com/r/selfhosted/comments/183sd9h/simplex_chat_fully_opensource_private_messenger/)':81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701033722
  +visibility: "visible             "
  +apId: "https://lemmy.cat/post/5980898"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700947322 {#1528
    date: 2023-11-25 22:22:02.0 +01: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