GET https://kbin.spritesserver.nl/index.php/u/@NotInTheFace@lemmy.world/commented

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 …}
}
7.88 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 moderate
Proxies\__CG__\App\Entity\Entry {#2471
  +user: Proxies\__CG__\App\Entity\User {#2094 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2092 …}
  +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
  +title: "Is there a seamless way of linking to other instances?"
  +url: null
  +body: """
    For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
    \n
    It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
    \n
    Does this make sense?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687621917 {#2381
    date: 2023-06-24 17:51:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  +badges: Doctrine\ORM\PersistentCollection {#2063 …}
  +children: [
    App\Entity\EntryComment {#1597
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2471 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +body: """
        Reading that comment, reading this comment, still clicking on the link with Jerboa:\n
        \n
        ![](https://lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1687592420 {#1686
        date: 2023-06-24 09:40:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tymon@lemm.ee"
        "@PsychoticBananaSplit@lemmy.world"
        "@Gormadt@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1729 …}
      +nested: Doctrine\ORM\PersistentCollection {#1719 …}
      +votes: Doctrine\ORM\PersistentCollection {#1714 …}
      +reports: Doctrine\ORM\PersistentCollection {#1720 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1730 …}
      -id: 4080
      -bodyTs: "'/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':16 'click':8 'comment':3,6 'jerboa':13 'lemmy.world':15 'lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':14 'link':11 'read':1,4 'still':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/497360"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687592420 {#1705
        date: 2023-06-24 09:40:20.0 +02:00
      }
      +"title": 4080
    }
  ]
  -id: 405
  -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
  -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687675713
  +visibility: "trashed             "
  +apId: "https://lemm.ee/post/288327"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687589313 {#2372
    date: 2023-06-24 08:48:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2471
  +user: Proxies\__CG__\App\Entity\User {#2094 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2092 …}
  +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
  +title: "Is there a seamless way of linking to other instances?"
  +url: null
  +body: """
    For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
    \n
    It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
    \n
    Does this make sense?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687621917 {#2381
    date: 2023-06-24 17:51:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2087 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  +badges: Doctrine\ORM\PersistentCollection {#2063 …}
  +children: [
    App\Entity\EntryComment {#1597
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2471 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +body: """
        Reading that comment, reading this comment, still clicking on the link with Jerboa:\n
        \n
        ![](https://lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1687592420 {#1686
        date: 2023-06-24 09:40:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tymon@lemm.ee"
        "@PsychoticBananaSplit@lemmy.world"
        "@Gormadt@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1729 …}
      +nested: Doctrine\ORM\PersistentCollection {#1719 …}
      +votes: Doctrine\ORM\PersistentCollection {#1714 …}
      +reports: Doctrine\ORM\PersistentCollection {#1720 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1730 …}
      -id: 4080
      -bodyTs: "'/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':16 'click':8 'comment':3,6 'jerboa':13 'lemmy.world':15 'lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':14 'link':11 'read':1,4 'still':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/497360"
      +editedAt: null
      +createdAt: DateTimeImmutable @1687592420 {#1705
        date: 2023-06-24 09:40:20.0 +02:00
      }
      +"title": 4080
    }
  ]
  -id: 405
  -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
  -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687675713
  +visibility: "trashed             "
  +apId: "https://lemm.ee/post/288327"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687589313 {#2372
    date: 2023-06-24 08:48:33.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED 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
4 DENIED moderate
App\Entity\EntryComment {#1597
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2471
    +user: Proxies\__CG__\App\Entity\User {#2094 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2092 …}
    +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
    +title: "Is there a seamless way of linking to other instances?"
    +url: null
    +body: """
      For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
      \n
      It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
      \n
      Does this make sense?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 54
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687621917 {#2381
      date: 2023-06-24 17:51:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2093 …}
    +votes: Doctrine\ORM\PersistentCollection {#2086 …}
    +reports: Doctrine\ORM\PersistentCollection {#2087 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
    +badges: Doctrine\ORM\PersistentCollection {#2063 …}
    +children: [
      App\Entity\EntryComment {#1597}
    ]
    -id: 405
    -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
    -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687675713
    +visibility: "trashed             "
    +apId: "https://lemm.ee/post/288327"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687589313 {#2372
      date: 2023-06-24 08:48:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +body: """
    Reading that comment, reading this comment, still clicking on the link with Jerboa:\n
    \n
    ![](https://lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1687592420 {#1686
    date: 2023-06-24 09:40:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tymon@lemm.ee"
    "@PsychoticBananaSplit@lemmy.world"
    "@Gormadt@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1729 …}
  +nested: Doctrine\ORM\PersistentCollection {#1719 …}
  +votes: Doctrine\ORM\PersistentCollection {#1714 …}
  +reports: Doctrine\ORM\PersistentCollection {#1720 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1730 …}
  -id: 4080
  -bodyTs: "'/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':16 'click':8 'comment':3,6 'jerboa':13 'lemmy.world':15 'lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':14 'link':11 'read':1,4 'still':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/497360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687592420 {#1705
    date: 2023-06-24 09:40:20.0 +02:00
  }
  +"title": 4080
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED edit
App\Entity\EntryComment {#1597
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2471
    +user: Proxies\__CG__\App\Entity\User {#2094 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2092 …}
    +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
    +title: "Is there a seamless way of linking to other instances?"
    +url: null
    +body: """
      For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
      \n
      It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
      \n
      Does this make sense?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 54
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687621917 {#2381
      date: 2023-06-24 17:51:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2093 …}
    +votes: Doctrine\ORM\PersistentCollection {#2086 …}
    +reports: Doctrine\ORM\PersistentCollection {#2087 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
    +badges: Doctrine\ORM\PersistentCollection {#2063 …}
    +children: [
      App\Entity\EntryComment {#1597}
    ]
    -id: 405
    -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
    -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687675713
    +visibility: "trashed             "
    +apId: "https://lemm.ee/post/288327"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687589313 {#2372
      date: 2023-06-24 08:48:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +body: """
    Reading that comment, reading this comment, still clicking on the link with Jerboa:\n
    \n
    ![](https://lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1687592420 {#1686
    date: 2023-06-24 09:40:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tymon@lemm.ee"
    "@PsychoticBananaSplit@lemmy.world"
    "@Gormadt@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1729 …}
  +nested: Doctrine\ORM\PersistentCollection {#1719 …}
  +votes: Doctrine\ORM\PersistentCollection {#1714 …}
  +reports: Doctrine\ORM\PersistentCollection {#1720 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1730 …}
  -id: 4080
  -bodyTs: "'/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':16 'click':8 'comment':3,6 'jerboa':13 'lemmy.world':15 'lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':14 'link':11 'read':1,4 'still':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/497360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687592420 {#1705
    date: 2023-06-24 09:40:20.0 +02:00
  }
  +"title": 4080
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1597
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2471
    +user: Proxies\__CG__\App\Entity\User {#2094 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2092 …}
    +slug: "Is-there-a-seamless-way-of-linking-to-other-instances"
    +title: "Is there a seamless way of linking to other instances?"
    +url: null
    +body: """
      For example, [this comment](https://lemm.ee/comment/386162) links to another community on another instance, but when clicked on, you're not actually able to interact with anything on that community, because you're suddenly not logged in.\n
      \n
      It's doesn't function like linking to a subreddit, and I understand that that's because of federation, but is there a better way of doing this? It seems... very stupid that linking to a page would suddenly "log you out" for all intents and purposes, while searching that same community wouldn't.\n
      \n
      Does this make sense?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 54
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1687621917 {#2381
      date: 2023-06-24 17:51:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2093 …}
    +votes: Doctrine\ORM\PersistentCollection {#2086 …}
    +reports: Doctrine\ORM\PersistentCollection {#2087 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
    +badges: Doctrine\ORM\PersistentCollection {#2063 …}
    +children: [
      App\Entity\EntryComment {#1597}
    ]
    -id: 405
    -titleTs: "'instanc':10 'link':7 'seamless':4 'way':5"
    -bodyTs: "'/comment/386162)':7 'abl':23 'actual':22 'anoth':10,13 'anyth':27 'better':61 'click':17 'comment':4 'communiti':11,30,89 'doesn':40 'exampl':2 'feder':56 'function':42 'instanc':14 'intent':82 'interact':25 'lemm.ee':6 'lemm.ee/comment/386162)':5 'like':43 'link':8,44,71 'log':36,77 'make':94 'page':74 'purpos':84 're':20,33 'search':86 'seem':67 'sens':95 'stupid':69 'subreddit':47 'sudden':34,76 'understand':50 'way':62 'would':75 'wouldn':90"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687675713
    +visibility: "trashed             "
    +apId: "https://lemm.ee/post/288327"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687589313 {#2372
      date: 2023-06-24 08:48:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2467 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1727 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +body: """
    Reading that comment, reading this comment, still clicking on the link with Jerboa:\n
    \n
    ![](https://lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1687592420 {#1686
    date: 2023-06-24 09:40:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tymon@lemm.ee"
    "@PsychoticBananaSplit@lemmy.world"
    "@Gormadt@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1729 …}
  +nested: Doctrine\ORM\PersistentCollection {#1719 …}
  +votes: Doctrine\ORM\PersistentCollection {#1714 …}
  +reports: Doctrine\ORM\PersistentCollection {#1720 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1730 …}
  -id: 4080
  -bodyTs: "'/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':16 'click':8 'comment':3,6 'jerboa':13 'lemmy.world':15 'lemmy.world/pictrs/image/6a9ee5c9-1689-4861-90eb-bb6b3647b979.jpeg)':14 'link':11 'read':1,4 'still':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/497360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687592420 {#1705
    date: 2023-06-24 09:40:20.0 +02:00
  }
  +"title": 4080
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED 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
8 DENIED moderate
App\Entity\Entry {#1697
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1589 …}
  +image: Proxies\__CG__\App\Entity\Image {#1593 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
  +slug: "A-scorpion-plushie"
  +title: "A scorpion plushie"
  +url: "https://lemmy.world/pictrs/image/16de5bae-2580-4f29-a53f-70cfc10de828.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688125707 {#1624
    date: 2023-06-30 13:48:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +children: []
  -id: 8183
  -titleTs: "'plushi':3 'scorpion':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688130207
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/847842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688125707 {#1660
    date: 2023-06-30 13:48:27.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED edit
App\Entity\Entry {#1697
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1589 …}
  +image: Proxies\__CG__\App\Entity\Image {#1593 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
  +slug: "A-scorpion-plushie"
  +title: "A scorpion plushie"
  +url: "https://lemmy.world/pictrs/image/16de5bae-2580-4f29-a53f-70cfc10de828.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688125707 {#1624
    date: 2023-06-30 13:48:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +children: []
  -id: 8183
  -titleTs: "'plushi':3 'scorpion':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688130207
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/847842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688125707 {#1660
    date: 2023-06-30 13:48:27.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1697
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1589 …}
  +image: Proxies\__CG__\App\Entity\Image {#1593 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
  +slug: "A-scorpion-plushie"
  +title: "A scorpion plushie"
  +url: "https://lemmy.world/pictrs/image/16de5bae-2580-4f29-a53f-70cfc10de828.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688125707 {#1624
    date: 2023-06-30 13:48:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +children: []
  -id: 8183
  -titleTs: "'plushi':3 'scorpion':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688130207
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/847842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688125707 {#1660
    date: 2023-06-30 13:48:27.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED 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
12 DENIED moderate
App\Entity\Entry {#1565
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#1554 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
  +slug: "Old-favorite"
  +title: "Old favorite"
  +url: "https://lemmy.world/pictrs/image/e20169e5-2dd0-4e31-a73a-50e8c2a5788e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689409187 {#1525
    date: 2023-07-15 10:19:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  +badges: Doctrine\ORM\PersistentCollection {#1701 …}
  +children: []
  -id: 11129
  -titleTs: "'favorit':2 'old':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689409187
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1514026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689409187 {#1528
    date: 2023-07-15 10:19:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED edit
App\Entity\Entry {#1565
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#1554 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
  +slug: "Old-favorite"
  +title: "Old favorite"
  +url: "https://lemmy.world/pictrs/image/e20169e5-2dd0-4e31-a73a-50e8c2a5788e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689409187 {#1525
    date: 2023-07-15 10:19:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  +badges: Doctrine\ORM\PersistentCollection {#1701 …}
  +children: []
  -id: 11129
  -titleTs: "'favorit':2 'old':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689409187
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1514026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689409187 {#1528
    date: 2023-07-15 10:19:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1565
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#1554 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1677 …}
  +slug: "Old-favorite"
  +title: "Old favorite"
  +url: "https://lemmy.world/pictrs/image/e20169e5-2dd0-4e31-a73a-50e8c2a5788e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689409187 {#1525
    date: 2023-07-15 10:19:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  +badges: Doctrine\ORM\PersistentCollection {#1701 …}
  +children: []
  -id: 11129
  -titleTs: "'favorit':2 'old':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689409187
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1514026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689409187 {#1528
    date: 2023-07-15 10:19:47.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details